You are not logged in.
Pages: 1
var editor = this; // inside a plugin OR
var editor = xinha_editors.yourEditor; // from JS outside
editor.plugins.SaveSubmit.instance.save(editor); // calling the plugin's function OR
editor._toolbarObjects.savesubmit.cmd(editor); // calling the button's action
Many roads lead to Rome
Last edited by ray (2007-10-23 15:08:03)
Offline
Pages: 1