10/28/2010 2:33:26 AM
Title:
Dynamic numbering style to text
Hi
I am working on a text tool and it includes text style as bullets and numbering. Apply bullets is simple by using TextFormat:
var tf:TextFormat = new TextFormat()
tf.bullet = true;
now apply this text format to textfield's selected text.
But how to implement numbering style? Any idea?
Thanks in advance
10/29/2010 3:37:41 AM
I use html text to display the bullets in textbox. Use the <li> text</li> tags