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

Oliver Klee typo3-german-02 at oliverklee.de
Fri Aug 14 19:28:33 CEST 2009


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