Skip to main content
Participant
December 21, 2011
Question

list support in TLF

  • December 21, 2011
  • 2 replies
  • 1028 views

List support in TLF 2.0.

<s:list id="list1" listStylePosition="outside">

            <s:li>Item 1</s:li>

            <s:li>Item 2</s:li>

            <s:li>Item 3</s:li>

</s:list>

My question is how i write above code piece in html.

I try this

<ul>

     <li>1111</li>

</ul>

But i am not able print out list in TLF.

Thanx in advanced.

This topic has been closed for replies.

2 replies

Participating Frequently
December 22, 2011

The html scrap you mentioned should be able to be imported into TLF. Don't forget to use TEXT_FIELD_HTML_FORMAT importer

Adobe Employee
December 22, 2011

If you want to use HTML tags, you may want to use TextConverter.TEXT_FIELD_HTML_FORMAT.  But it's not a complete HTML converter.