HTML table into LiveCode

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
scunnercampbell
Posts: 3
Joined: Wed Mar 13, 2013 4:29 pm

HTML table into LiveCode

Post by scunnercampbell » Wed Mar 13, 2013 4:33 pm

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?

shaosean
Posts: 906
Joined: Thu Nov 04, 2010 7:53 am

Re: HTML table into LiveCode

Post by shaosean » Wed Mar 13, 2013 11:37 pm

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.

Post Reply