[Typo3] List option in RTE not working
A-san
amir219 at sbcglobal.net
Mon Oct 31 05:56:14 CET 2005
A-san wrote:
> Olivier Dobberkau wrote:
>
>> A-san wrote:
>>
>>> Yeah, I tried pretty much everything in that wiki and yet the lists
>>> still dont show properly. :(
>>
>>
>>
>> what happens with this in your ts setup?
>>
>> # Bullet lists
>> #
>> # RTE default
>> #
>>
>> tt_content.text.20.parseFunc.tags.typolist.default {
>> wrap = <ul> | </ul>
>> split.1.wrap = <li> | </li>
>> }
>>
>> tt_content.text.20.parseFunc.tags.typolist.1 {
>> fontTag = <ul class="layout1"> | </ul>
>> split.1.wrap = <li class="layout1"> | </li>
>> textStyle >
>> }
>>
>> tt_content.text.20.parseFunc.tags.typolist.2 {
>> fontTag = <ul class="layout2"> | </ul>
>> split.1.wrap = <li class="layout2"> | </li>
>> textStyle >
>> }
>>
>> tt_content.text.20.parseFunc.tags.typolist.3 {
>> fontTag = <ul class="layout3"> | </ul>
>> split.1.wrap = <li class="layout3"> | </li>
>> textStyle >
>> }
>>
>> tt_content.text.20.parseFunc.tags.typolist.4 {
>> fontTag = <ul class="layout4"> | </ul>
>> split.1.wrap = <li class="layout4"> | </li>
>> textStyle >
>> }
>>
>> # BULLETS default
>> #
>> tt_content.bullets.20.default {
>> wrap = <ul> | </ul>
>> split.1.wrap = <li> | </li>
>> }
>>
>> tt_content.bullets.20.1 {
>> fontTag = <ul class="layout1"> | </ul>
>> split.1.wrap = <li class="layout1"> | </li>
>> split.1.textStyle >
>> }
>>
>> tt_content.bullets.20.2 {
>> fontTag = <ul class="layout2"> | </ul>
>> split.1.wrap = <li class="layout2"> | </li>
>> split.1.textStyle >
>> }
>>
>> tt_content.bullets.20.3 {
>> fontTag = <ul class="layout3"> | </ul>
>> split.1.wrap = <li class="layout3"> | </li>
>> split.1.textStyle >
>> }
>>
>> add
>>
>> RTE.default.proc.typolist = 0
>>
>> to your page TS Setup
>>
>> olivier
>
>
> Alright, I copied and pasted that set of ts to my template file..
>
> then I put this in the ts config:
> RTE.default.proc.typolist = 0
>
> Nothing changed. Did I do this right?
anyone have an idea as to why this is happening?
Link: http://www.stratcommandcenter.com/redesign/index.php?id=61
More information about the TYPO3-english
mailing list