Hi,
My question is really simple: Are UltraTextEditor control able to display HTML text, by HTML I mean to interpret the HTML tags. For instance, if the tag <b> is send to the editor then the text between the opening and the closing tag will appear in bold.
Moreover, in addition to simple tags, wouls it be possible to interpret more complex HTML tags like <marquee> for instance?
Is it a property to perform this operation?
If not, does another control manage to do that?
Thank you very much,
Stéphane
I don't understand your question. If you want to display some XML as raw text in the UltraTextEditor then you simply set the Text property on the control, just as you would for a TextBox.
If you are asking how to load xml from a file, then that's nothing to do with the Infragistics controls and it depends on what you want to do and the needs of your application, so I'm not sure how I can help you there.
hi Mike,
I wanted to use the ultratexteditor. we have xml files and wanted to display in the ultratexteditor.
Kindly send me the details how to capture the xml files in the text editor.
Kindly send me details with some example please.
Kindly reply to the following ID.
My email id : ravish79@gmail.com
Thank you in advance
V. Ravishankar
HI Stéphane,
No, there is no support for HTML in UltraTextEditor.
The UltraFormattedTextEditor suport a custom XML format similar to RichText, which you can use to do formatting like colors and fonts. But it's not HTML.