[TYPO3-templavoila] Creating a date input field in a FCE and selector boxes for page-links

Steffen Kamper info at sk-typo3.de
Wed Nov 19 15:48:33 CET 2008


Hi,

not all TCE-Elements are predefined, so you have to edit XML of DS manually.

For a date field change it like this:
<TCEforms type="array">
	<config type="array">
		<type>input</type>
		<size>8</size>
		<max>20</max>
		<checkbox></checkbox>
		<eval>date</eval>
	</config>
	<label>File</label>
</TCEforms>

It works with date2cal as you see in screenshot.

I suggest to use kickstarter for definining special fields and use the 
TCA-config in XML

vg Steffen



More information about the TYPO3-project-templavoila mailing list