[TYPO3-dev] Fwd: [TYPO3-english] wizard_add.php loading parent element after save+close.

Søren Malling soren.malling at gmail.com
Wed Sep 8 10:03:45 CEST 2010


>
> Is the wizard inside an inline (irre) element? then confirmed.
>

No, the wizard is inside a select element

		'categories' => array(
			'exclude' => 0,
				'label'   =>
'LLL:EXT:mediadatabase/Resources/Private/Language/locallang_db.xml:tx_mediadatabase_domain_model_media.categories',
				'config'  => array(
					'type' => 'select',
					'foreign_table' => 'tx_mediadatabase_domain_model_category',
					'MM' => 'tx_mediadatabase_media_categories_mm',
					'MM_opposite_field' => 'categories',
					'size' => 10,
					'maxitems' => 20,
					'wizards' => array(
						'_PADDING' => 2,
						'_VERTICAL' => 1,
						'add' => Array(
							'type' => 'popup',
							'title' =>
'LLL:EXT:tt_news/locallang_tca.xml:tt_news_cat.createNewParentCategory',
							'icon' => 'add.gif',
							'params' => Array(
								'table'=>'tx_mediadatabase_domain_model_category',
								'pid' => '###CURRENT_PID###',
								'setValue' => 'append',
								'returnUrl' => 'close.html'
							),
							'script' => 'wizard_add.php',
							'JSopenParams' => 'height=280,width=465,status=0,menubar=0,scrollbars=1',
						),
					),
				),
		),

Can you still confirm the issue?




More information about the TYPO3-dev mailing list