fires when the user clicks the editor toolbar
name | string | the item name |
toolbar_id | string|number | the toolbar id |
editor | object | the editor instance |
form | object | the form instance |
myForm.attachEvent("onEditorToolbarClick", function(name, toolbar_id, editor, form){
// your code here
});
Back to top