[TYPO3-extbase-kickstarter] Add a blank item to the selector

Nicolas de Haen typo3 at ndh-websolutions.de
Thu Feb 7 22:17:15 CET 2013


Hi Harald,

this is the correct configuration for the backend:

['config']['items'] = array(
	array('kein Eintrag', 0),
),

To have an additional empty option in the frontend you only have 3 options:

1. write your own select view helper where you can implement it yourself
2. prepare an array with an additional empty option in the controller 
and assign it to the view
3. add the empty option via Javascript

regards,
Nico
PS: this is an extbase/fluid issue not related to the extension builder

-- 
Nico de Haen
ndh websolutions

Webprogrammierung, OpenSource, Typo3



http://www.ndh-websolutions.de


More information about the TYPO3-project-extbase-kickstarter mailing list