Roundcube Community Forum

 

Using before and after plugin events

Started by pratik_1712, February 04, 2011, 12:45:37 AM

Previous topic - Next topic

pratik_1712

how to use the plugin event Before and After

I need to register event after the load of compose window..
Any resource which list the commands which can be used with before and after..??

JohnDoh

the before and after hooks are only for javascript events. If you want to alway do something after the compose window loads then I suggest you use a plugin to add the action to the onload functions and task = mail and action = compose
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

pratik_1712

you talkin about window.onload in javascript right..??
Can you suggest any plugin that uses that for reference..??