[TYPO3-seminars] (no subject)

Oliver Klee typo3-german-02 at oliverklee.de
Wed Feb 17 16:52:58 CET 2010


Hi,

Oliver Hermanni schrieb:
>> For seminars 0.8.x, create a copy of pi1/seminars_pi1.tmpl and set the
>> path via TS Setup plugin.tx_seminars_pi1.templateFile.
> 
> Sure, but I only find labels like {title}. Where is the definition that {title} becomes <label>Title</label><input type="text">? 

That's some FORMidable magic. It's configured deep down in the TS setup:

plugin.tx_seminars_pi1.form.eventEditor.elements {
	title = renderlet:TEXT
	title {
		name = title
		label = LLL:EXT:seminars/locallang_db.xml:tx_seminars_seminars.title
		validators {
			10 = validator:STANDARD
			10.required.message =
LLL:EXT:seminars/pi1/locallang.xml:message_emptyTitle
		}
	}
...


Oliver
-- 
Certified TYPO3 Integrator | TYPO3 Security Team Member


More information about the TYPO3-project-seminars mailing list