[TYPO3-german] Irre in eigener Extension

Niels Pardon mail at niels-pardon.de
Mon Mar 9 12:33:11 CET 2009


Hi Rainer!

Rainer Schleevoigt schrieb:
> Dort war ich schon am Lesen. Mir scheint es so, als ob das dafür nicht
> gedacht ist:
> 
> Wizards are configurable for some field types, namely “input”, “text”,
> "select" and "group" types. They provide a way to insert
> helper-elements, links to wizard scripts etc.
> 
> Habe ich da was falsch verstanden?

Es gibt einen "add" wizard zum hinzufügen von Elementen. Das ist das
+-Symbol auf dem dritten Screenshot auf der Seite. Beispiel-Code dazu
steht direkt unterhalb des Screenshots:

'add' => array(
	'type' => 'script',
	'title' => 'Create new group',
	'icon' => 'add.gif',
	'params' => array(
		'table'=>'be_groups',
		'pid' => '0',
		'setValue' => 'prepend'
		),
	'script' => 'wizard_add.php',
),

Gruß,

Niels


More information about the TYPO3-german mailing list