[TYPO3-calendar] ATagParams help

Mario Matzulla mario at matzullas.de
Fri Jun 3 16:48:19 CEST 2011


Hi Sebastian,

Am 03.06.11 09:58, schrieb Sebastian Reinhardt:
> hi
>
> i try to set the default class of a link to the event in the listview.
> The default class for the eventlink in the frontend is class="url".
>
> I would like to change that, or set an additional class.
> I thought i could change that for the list unsing the
> "defaultLinktSetup" or "defaultViewLinkSteup"
> but theres still the class="url". something like:
>
> view.list.listViewLink.typolink.ATagparams =

plugin.tx_cal_controller.view.list.event {
	eventLink {
		typolink {
			ATagParams.override = class="url"
		}
	}
}

Regards,
Mario
>
> If sbd. would be so nice, to give a hint, how i could change the
> className of the eventlinks in list view.
>
> thx.
> Sebastian



More information about the TYPO3-project-calendar mailing list