[flexcoders] Re: html text | TextArea | ui tag

2009-01-27 Thread oneworld95
The htmlText in the TextArea control supports only a limited number of HTML tags; take a look at this blog post for more info: http://devharbor.blogspot.com/2008/12/display-html-file-in-flex-textarea.html I don't think the ul tag is supported; nor can it be nested. To create lists, you simply use

[flexcoders] Re: html text | TextArea | ui tag

2009-01-27 Thread ilikeflex
Hi Alex Thanks for the information. Is their any workaround .If you want to display such list. Thanks ilikeflex --- In flexcoders@yahoogroups.com, oneworld95 oneworl...@... wrote: The htmlText in the TextArea control supports only a limited number of HTML tags; take a look at this blog

[flexcoders] Re: html text | TextArea | ui tag

2009-01-27 Thread oneworld95
Look on this page: http://livedocs.adobe.com/flex/3/langref/flash/text/TextField.html#htmlText The textformat tag and its attributes should get you what you need. Look at the indent, leftmargin, etc. to place your nested li items where you need them. And get rid of the ul tags. - Alex --- In

[flexcoders] Re: html text | TextArea | ui tag

2009-01-27 Thread ilikeflex
Hi Alex Thanks for good pointer. I will explore this and i think this should work. Great ilikeflex --- In flexcoders@yahoogroups.com, oneworld95 oneworl...@... wrote: Look on this page: http://livedocs.adobe.com/flex/3/langref/flash/text/TextField.html#htm lText The textformat tag and