What I am trying to do is to have a generic Save button that will save data to the server. So, when a module is loaded it attaches its own handler with a logic specific to that module. Next module will atach another save handle, so I thought it would have been a good idea to remove previous handler.
rueter007 <[EMAIL PROTECTED]> wrote: I dont think so. because the same handler can be used for different kinds of events, you need to specify which one to remove. --- In [email protected], "markgoldin_2000" <[EMAIL PROTECTED]> wrote: > > In order to remove an event handler I have to provide two parameters: > Event name and a name of an event handler. Can I remove the handler > without specifying its name? > > Thanks >

