[TYPO3-dev] example of a custom popup wizard needed

Martin Ficzel martin.ficzel at gmx.de
Fri Mar 10 17:18:15 CET 2006


i found ot the most on my own

> 1. how do i register the wizard as a popup in the TCA like the record
>    browser. in my test config the wizard ( see below ) is alwas loading
>    in the edit frame

that was trivial ( 'type' => 'popup' ) that was all i needed

> 2. how can i make shure that the typo3-be is available in my extension
>    wizard for authorization, dbal ...

this code did the trick

> define('TYPO3_MOD_PATH', '../typo3conf/ext/artec_roominfo/wizards/');
> 
> require ('../../../../typo3/init.php');
> require ('../../../../typo3/template.php');
> require ('class.roominfo_wizard_base.php');


i found out that i have to define the TYPO3_MOD_PATH constant

but all examples i found were

> 3. how do i pass the values back to my groupfield

i found some examples in t3lib/browse.php and t3lib/browse_links.php





More information about the TYPO3-dev mailing list