PHP Classes

File: WITheme/WICMS/admin/js/plugins/textEditor/tinymce_4.2.6_dev/tinymce/tools/docs/tinymce.Event.js

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WITheme/WICMS/admin/js/plugins/textEditor/tinymce_4.2.6_dev/tinymce/tools/docs/tinymce.Event.js   Download  
File: WITheme/WICMS/admin/js/plugins/textEditor/tinymce_4.2.6_dev/tinymce/tools/docs/tinymce.Event.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WICMS
Database driven content management system with PDO
Author: By
Last change:
Date: 7 years ago
Size: 1,369 bytes
 

Contents

Class file image Download
/** * This is the base class for all TinyMCE events. * * @class tinymce.Event */ /** * Prevents the default action of an event to be executed. * * @method preventDefault */ /** * Prevents the default action of an event to be executed. * * @method preventDefault */ /** * Stops the event from propagating up to listeners on parent objects. * * @method stopPropagation */ /** * Prevents the event from propagating to listeners on the same object. * * @method stopImmediatePropagation */ /** * Returns true/false if the default action is to be prevented or not. * * @method isDefaultPrevented * @return {Boolean} True/false if the event is to be execured or not. */ /** * Returns true/false if the event propagation is stopped or not. * * @method isPropagationStopped * @return {Boolean} True/false if the event propagation is stopped or not. */ /** * Returns true/false if the event immediate propagation is stopped or not. * * @method isImmediatePropagationStopped * @return {Boolean} True/false if the event immediate propagation is stopped or not. */ /** * The event type name for example "click". * * @property {String} type */ /** * @include tinymce.ContentEvent.js * @include tinymce.CommandEvent.js * @include tinymce.ProgressStateEvent.js * @include tinymce.FocusEvent.js * @include tinymce.ResizeEvent.js */