[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
pmb2
/
assets
/
tinymce
/
tools
/
docs
/
[
Home
]
File: tinymce.CommandEvent.js
/** * 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 */