[TYPO3-english] get rid of table.contenttable > caption.csc-textpic-caption & table.contenttable tr tr > td >

jaco graaff jaco at spacexplorer.co.za
Tue Jul 9 09:21:42 CEST 2013


found an example

https://svn.typo3.org/TYPO3v4/Extensions/acad_ue/trunk/acad_cscadaptations/trunk/static/setup.txt

---------------------------------------------

tt_content.image.20 = USER
tt_content.image.20 {
imageStdWrap.dataWrap = <div class="csc-textpic-imagewrap" > | </div>
layout = CASE
    rendering {
        dl {
            #imageRowStdWrap.dataWrap = <div class="csc-textpic-imagerow" 
style="width:{register:rowwidth}px;"> | </div>
            imageRowStdWrap.dataWrap = <div class="csc-textpic-imagerow" > | 
</div>
            noRowsStdWrap.wrap =
            #oneImageStdWrap.dataWrap = <dl 
class="csc-textpic-image###CLASSES###" 
style="width:{register:imagespace}px;"> | </dl>
            # eigene Anpassung
            # oneImageStdWrap.dataWrap = dd<dl 
class="csc-textpic-image###CLASSES###" > | </dl>dd
            oneImageStdWrap.dataWrap =  |

            # imgTagStdWrap.wrap = <dt> | </dt>
            imgTagStdWrap.wrap =  |

            # editIconsStdWrap.wrap = <dd> | </dd>
            editIconsStdWrap.wrap = |

            # caption.wrap = <dd class="csc-textpic-caption"> | </dd>
            caption.wrap = <span class="csc-textpic-caption"> | </span>
            }
        }
    }

---------------------------------------------- 



More information about the TYPO3-english mailing list