Hello TYPO3 english subscribers from all countries,

I need to provide custom elements to create differenty styled lists inside the 
RTE.
I tried creating several userElements like this:

10 = Lists
        10 {
            10 = List1
            10.description = blah
            10.mode = wrap
            10.content = <ul><li class="foo">|</li></ul>
            20 = List2
             20.description = blah
             20.mode = wrap
             20.content = <ul><li class="bar">|</li></ul>
        }

This only works when I enter the first item and than wrap my list afterwards. 
However I need to reproduce the exact same behaviour as the list button in the 
RTE does directly. E.g. the user clicks the button on an empty space an the 
list is opened. The following text is the first item until the list is closed 
or enter pressed.

I guess as this involves toggleing the userElements aren't really a solution 
but is there another way to provide lists with different class attributes in 
RTE?

Thanks in advance and sorry for posting another noobish question on this 
honorable group.

Michael Niemann



        
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to