In our CMS a user has the option to SAVE AND CLOSE or SAVE (which leaves him at the page he's editting) and it would be nice if both options
would trigger sUpdateEvent.
One button is not the problem by specifying the following params with
the options but as said, I need both buttons to respond.
sUpdateSelector: ".my-submit-button",
sUpdateEvent: "click"
Any clues on that one?
Cheers,
Wim