Skip to main content
Inspiring
August 2, 2010
Answered

TLF Markup

  • August 2, 2010
  • 2 replies
  • 2608 views

Hi,

Can someone point me in the direction of some documenation containing the complete list of tags and attributes supported in TLF markup?

Thanks.

This topic has been closed for replies.
Correct answer injpix

Well to be exact on new tags for TLF 2.0, it looks like <list> and <li> have been added.  Click on the 'Lists Markup' link from this page for the documentation.

http://blogs.adobe.com/tlf/2010/07/tlf-20-lists-markup.html

And here is the download link for TLF 2.0:

http://sourceforge.net/downloads/tlf.adobe/

Again, to use TLF 2.0, you need to stay with Flex SDK 4.0.

2 replies

Adobe Employee
August 2, 2010

Which attributes take effect at which level in the flow hierarchy is explained in the FXG documentation. See:

http://opensource.adobe.com/wiki/display/flexsdk/FXG+2.0+Specification

under "Formatting Attributes". It has character-level (these are leaf or span attributes), paragraph attributes, and container (ContainerController or TextFlow or RichEditableText).

Hope this helps,

- robin

Inspiring
August 2, 2010

http://help.adobe.com/en_US/flex/using/WS02f7d8d4857b1677-165a04e1126951a2d98-7ff6.html

TLF 2.0 has a few more tags added to that list, but you need to currently use Flex SDK 4.0 and not 4.1.

injpixCorrect answer
Inspiring
August 2, 2010

Well to be exact on new tags for TLF 2.0, it looks like <list> and <li> have been added.  Click on the 'Lists Markup' link from this page for the documentation.

http://blogs.adobe.com/tlf/2010/07/tlf-20-lists-markup.html

And here is the download link for TLF 2.0:

http://sourceforge.net/downloads/tlf.adobe/

Again, to use TLF 2.0, you need to stay with Flex SDK 4.0.

Inspiring
August 2, 2010

Thanks for replying. I figured there had to be a more comprehensive list somewhere, but seems that's all there is.

Is there a list of styles that I can apply anywhere? I'm trying to insert a series of images, each with a caption underneath, but I can't find any documenation on what styles are supported. Can a use horizontalAlign:middle, display:inline etc?