Page 1 of 1
HTML table into LiveCode
Posted: Wed Mar 13, 2013 4:33 pm
by scunnercampbell
Hello. I'm wondering if it's possible to preserve HTML table markup when setting HTMLtext in LiveCode? I'm pulling in content to my app from a website and would like to preserve structural markup such as tabulated data. It doesn't appear that HTMLtext preserves this, so can anyone point me in the right direction when it comes to handling this?
Re: HTML table into LiveCode
Posted: Wed Mar 13, 2013 11:37 pm
by shaosean
The HTMLText property is just a small subset of the full HTML markup, see the
docs for a complete list of what is supported.. You can also look at using a revBrowser to display the HTML table..
http://docs.runrev.com/Property/HTMLText wrote:The HTMLText property is a representation of the styled text of the field. Revolution uses a subset of HTML tags that includes font, size, style, and text color information.