off |
//The events can be: //local (client side) JsRO.off('model:Form1.checkBox1','changed',handler); //remote (events declared on the server side) JsRO.off('Form1.checkBox1','click', handler);
Returns boolean. TRUE if the event was removed and FALSE when it was not. Allows you to remove an event from a specific node. |