[TYPO3-calendar] split field (like titel) in view

Mario Matzulla mario at matzullas.de
Mon Jan 28 17:44:38 CET 2013


Hi Patrick,

Am 28.01.13 11:44, schrieb PM:
>>>
>>> plugin.tx_cal_controller.view.list.event.mystatictext = TEXT
>>> plugin.tx_cal_controller.view.list.event.mystatictext.value = ????(HOW
>>> TO GET HERE VALUE OF CURRENT EVENT-TITLE)????
>>
>> plugin.tx_cal_controller.view.list.event.mystatictext.field = title
>>
>> btw: this works for any column of the tx_cal_event table :)
>>
>
> super, works fine.
> Related questions:
>
> 1.
> Is it also possible to do something like:
>
> IF {current event location is set} then
> plugin.tx_cal_controller.view.list.event.mystatictext.field = title
> ELSE
> plugin.tx_cal_controller.view.list.event.mystatictext.value = ABCDE

plugin.tx_cal_controller.view.list.event.mystatictext {
   value = ABCDE
   if.isTrue.field = location
   if.value.field = title
}

Not tested!

>
>
> 2.
> Can I use other markers in a wrap around
>
> plugin.tx_cal_controller.view.list.event.mystatictext.field = title
> ?
>
>   Because
> plugin.tx_cal_controller.view.list.event.mystatictext.wrap =
> <td>###CATEGORIE### - | </td>

Nope, what you are looking for is a COA (content object array).

Regards,
Mario

>
> does not work.
>
>
>
>



More information about the TYPO3-project-calendar mailing list