[TYPO3-english] Split within menu

Jan Bednarik info at bednarik.org
Thu May 17 12:31:17 CEST 2012


Hi,

well, the thing is that there can be more than 3, 3rd and more should 
have the same class as they are shown in a carousel then. I could define 
e.g. 10, but that's not the right way.

Anyway, in the meantime, I've solved it with custom postUserFunc to the 
media field.

Jan

Dne 17.5.2012 11:39, Victor Livakovsky napsal(a):
> Hi, Jan.
>
> You may do that a bit different:
> 1.NO.stdWrap.override.cObject = COA
> 1.NO.stdWrap.override.cObject {
> 10 = IMAGE
> 10 {
> params = class="fst"
> file.import = uploads/media/
> file.import.field = media
> file.import.listNum = 0
> file.height = 252
> file.width = 252
> }
>
> 20 < .10
> 20.params = class="snd"
> 20.import.listNum = 1
>
> 30 < .10
> 30.params = class="trd"
> 30.import.listNum = 2
> }
>
> Have not trued this code, but you shoould get the idea.
>



More information about the TYPO3-english mailing list