2013-07-05 36 views
0

我嘗試使用image content element和optionsplit顯示幾個圖像,但每個圖像僅渲染<li>元素 - 每個圖像都有class="big"。是否可以使用選項拆分?TYPO3圖像內容元素和選項分割

這裏是我的代碼:

tt_content.image.20.renderMethod = ul 
tt_content.image.20.rendering.ul.imageRowStdWrap.dataWrap = | 
tt_content.image.20.rendering.ul.imageLastRowStdWrap.dataWrap =| 
tt_content.image.20.rendering.ul.oneImageStdWrap.dataWrap = <li class="big">|</li>|*|<li class="small">|</li>|*|<li class="small">|</li> 
tt_content.image.20.rendering.ul.noRowsStdWrap.wrap = <ul class="galleryItems"> | </ul> 
tt_content.image.20.rendering.ul.caption.wrap = | 

感謝您的幫助, 阿德里安

+0

嘗試使用doublepipe ||而不是| * | – ggzone

+0

不幸的是,這個解決方案沒有幫助 - 仍然是類名 – Adrian

+0

AFAIR,你需要雙管道之前和之後的空間(對於| * |也是如此)。也許,情況就是這樣? –

回答