[TYPO3-project-seminars] Adding an actionlet to the event editor

Christian Lerrahn (Cerebrum) christian.lerrahn at cerebrum.com.au
Wed Aug 5 05:04:04 CEST 2009


Hi,
I'm trying to add another actionlet to the event editor. As there
already is a redirect in TS, I believed that would be as simple as
adding a method "myNewMethod" to
pi1/class.tx_seminars_pi1_eventEditor.php and then adding TS like

form.eventEditor.control.actionlets.20 = actionlet:USEROBJ
form.eventEditor.control.actionlets.20 {
	userobj {
        	extension = this
                method = myNewMethod
	}
}

However, my method never seems to get called. I'm currently at a loss
about how to debug this because I have too little understanding of
FORMidable, oelib and seminars.

Any hints?

Cheers,
Christian



More information about the TYPO3-project-seminars mailing list