[TYPO3-calendar] Additional field as a pulldown in frontend editing

Mario Matzulla mario at matzullas.de
Tue Nov 15 09:17:49 CET 2011


Hi Christian,

Am 14.11.11 20:55, schrieb Christian Spiegel:
> I added an additional field for selecting the district of a location
> with the kickstarter extension. It works in BE and is displayed in the
> frontend. But how can i ad it to the frontend editing formular and
> especially as a pulldown?

Basically the same as adding it to the frontend:

- add a marker to the create_event.tmpl (###TEST###) and configure the 
according TS:
view.create_event.test_stdWrap {
	//call a userfunction to create the pulldown. The value of TEST will be 
set as current.
}

Have a look at the static/fe-editing/setup.txt template how we've done 
it with the other fields. Pulldowns are not easy to create through TS 
(at least I don't know a way :( ), that's why I recommend a userfunction.

Keep in mind, that you have to configure the field for confirm_event, 
edit_event and delete_event view too ;)

Regards,
Mario
>
> Thanks and best regards
> Christian



More information about the TYPO3-project-calendar mailing list