We have not done support for markup yet. Currently the only way to create tables is by adding the elements directly.
When I have the spare time, I hope to work on this unless someone else gets to it first. On Feb 14, 2015, at 2:07 AM, Lane Friesen <[email protected]> wrote: > Thanks Piotr. I gather from your example that the following html code cannot > be inserted into text. > > <table style="width:100%"> > <tr> > <td>Jill</td> > <td>Smith</td> > <td>50</td> > </tr> > <tr> > <td>Eve</td> > <td>Jackson</td> > <td>94</td> > </tr> > </table> > > That is, html markup has not been expanded to handle tables. Tables can be > used only if coded specifically as in the example at > http://pastebin.com/dytnv32a. Tables work only with RichEditableText and not > with TextArea or anything else. > > Thanks, > > Lane. > -------------------------------------------------- > From: "piotrz" <[email protected]> > Sent: Friday, February 13, 2015 11:18 PM > To: <[email protected]> > Subject: Re: TLF tables examples > >> Hi Lane, >> >> Draft of the documentation provided by Harbs and Jude: >> https://docs.google.com/document/d/1sT0IAiMfIOBVgmo8wwF6ZZviuNFcW2bUfQoj0zDmSog >> >> Some sample application with Tables: >> http://pastebin.com/dytnv32a >> >> Piotr >> >> >> >> ----- >> Apache Flex PMC >> [email protected] >> -- >> View this message in context: >> http://apache-flex-users.2333346.n4.nabble.com/TLF-tables-examples-tp9580p9587.html >> Sent from the Apache Flex Users mailing list archive at Nabble.com.
