3/29/2011 5:09:16 AM
Title:
Editor with Image,Table etc
Hello everyone,
I have one doubt that , normal Text editor will have text but in additional to the text i also need images,Table etc,If any one know plz help me.Thanks in advance.
Thanks & Regards,
K.priya
3/29/2011 11:28:33 AM
in text editor , you can insert image by adding html image tag
var ourTextEditor:RichTextEditor = new RichTextEditor();
ourTextEditor.htmlText = "<img src='myPic.jpg' />"