[TYPO3-project-formidable] AJAX events calling plugin methods?

Christian Kartnig office at hahnepeter.de
Mon Aug 31 15:20:07 CEST 2009


Hi,

thanks for your tip, Oliver, but what do I do if I have to calculate 
something with GET-Parameters?

Christian

Oliver Klee schrieb:
> Hi,
> 
> we're doing this with static methods:
> 
> newPlace_country = renderlet:LISTBOX
> newPlace_country {
> 	name = newPlace_country
> 	label = LLL:EXT:seminars/locallang_db.xml:tx_seminars_sites.country
> 	wrap = <div class="formidable-rdrstd-rdtwrap">|</div>
> 	data {
> 		items {
> 			10.caption = &nbsp;
> 			10.value = 0
> 		}
> 		userobj.php (
> 			require_once(t3lib_extMgm::extPath('oelib') .
> 'class.tx_oelib_Autoloader.php');
> 			return tx_seminars_pi1_eventEditor::populateListCountries();
> 		)
> 	}
> }
> 
> 
> Oliver


More information about the TYPO3-project-formidable mailing list