[TYPO3-english] Frontend & ajax

Nikolas Hagelstein lists at shr-now.de
Tue Aug 25 15:19:21 CEST 2009


Hi,
> want to do this only for one field and I started to do this using eID
...

You could use a custom page type instead and copy the TS config into the
user_int. E.g.:
--
tx_myext_ajax = PAGE
tx_myext_ajax {
	typeNum = 4711
	config {
		disableAllHeaderCode = 1
		xhtml_cleaning = 0
		admPanel = 0
	}
	10 = COA_INT
	10 {
		10 = USER_INT
		10 {
			userFunc = tx_myext_whatever->main
			....
		}
	}
}
---

Cheers,
Nikolas




More information about the TYPO3-english mailing list