PHP Classes

File: public/js/tinymce/tools/docs/tinymce.CommandEvent.js

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   GoLavaCMS   public/js/tinymce/tools/docs/tinymce.CommandEvent.js   Download  
File: public/js/tinymce/tools/docs/tinymce.CommandEvent.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: GoLavaCMS
Publish content on Web pages with SEO support
Author: By
Last change:
Date: 6 years ago
Size: 545 bytes
 

Contents

Class file image Download
/** * 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 */