Page 1 of 1

HTMLEditor

Posted: Mon Feb 01, 2010 7:49 pm
by Leandro
Hello

I am using the control HTMLEditor to edit text of a contract.
Shipping to stimul the result in html that control HTMLEditor generates, but the result is not expected.
I changed the property 'Allow Html Tags' to true, yet the Stimul not recognize html.

How should I do?

HTMLEditor

Posted: Tue Feb 02, 2010 1:10 am
by Ivan
Hello,
leandro wrote:I am using the control HTMLEditor to edit text of a contract.
Shipping to stimul the result in html that control HTMLEditor generates, but the result is not expected.
I changed the property 'Allow Html Tags' to true, yet the Stimul not recognize html.
How should I do?
You can use in text only following html-tags:

Code: Select all

       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
        //center, right, justify
       
      & < > "  
We do not plan to support any other html-tags in nearest future.

Thank you.

HTMLEditor

Posted: Tue Feb 02, 2010 4:42 am
by Leandro
Hi Ivan,

Is there any solution to suppress my need ?
You can specify any HTML editor that uses the format supported by stimul ?

HTMLEditor

Posted: Tue Feb 02, 2010 9:13 am
by Edward
Hi

We do not support any HTML Editors, we just support a few HTML tags listed above.

Thank you.

HTMLEditor

Posted: Tue Feb 02, 2010 11:06 am
by Leandro
Ok,

The Stimul supports RTF?
If so, is to provide an example?

HTMLEditor

Posted: Wed Feb 03, 2010 8:36 am
by Edward
Hi

Yes, we do support Rtf text, please see 'Rich Text' component.

Thank you.