Skip to main content
Known Participant
January 13, 2011
Question

TLF with bullet and table support

  • January 13, 2011
  • 1 reply
  • 640 views

Hi All

We are looking for a basic html render in flash that can do most of the basic HTMl tag. TLF is very close except for bullet and table.

I heard that bullet may be release in next version but table is not in the near future.

So I decide to just try writing a simple html render with some TLF help.

Can anyone have any idea what's the best approach for this?

I guess I can manually parse the whole HTML and sned what ever tag that TLF can handle to TLF and manually draw everythign else.

Is there any hook in TLF that let user override how some tag render or even custom tag rendering?

Should I do the (data.text.value, TextConverter.TEXT_FIELD_HTML_FORMAT ) first?

Thanks for any idea

This topic has been closed for replies.

1 reply

jkc7297Author
Known Participant
January 31, 2011

After doing more research. I found a simpler solution.

Instead of special Bullet list and Table code. replace them with image.

May not work with everyone's need  but it will works well with current TLF.

The best solution of course will be to have TLF support them but I guess this is the second best option for now.

Thanks