/home/aqcert/public_html/admin/tinymce/tools/docs
NameSizeModeActions
tinymce.CommandEvent.js5450644editdlrm
tinymce.ContentEvent.js12290644editdlrm
tinymce.Editor.js120610644editdlrm
tinymce.Event.js12720644editdlrm
tinymce.FocusEvent.js6020644editdlrm
tinymce.ProgressStateEvent.js4220644editdlrm
tinymce.ResizeEvent.js7580644editdlrm
Edit: /home/aqcert/public_html/admin/tinymce/tools/docs/tinymce.CommandEvent.js (545B)
/** * This class is the event object send when the BeforeExecCommand and ExecCommand event occurs. * * @class tinymce.CommandEvent * @extends tinymce.Event * @example * tinymce.activeEditor.on('ExecCommand', function(e) { * console.log(e.command, e.ui, e.value); * }); */ /** * Name of the command to execute. * * @property {String} command */ /** * User interface state. Normally false. * * @property {Boolean} ui User interface state. */ /** * Value object for the execCommand call. * * @property {Object} value */