@syncfusion/ej2-richtexteditor
Version:
Essential JS 2 RichTextEditor component
207 lines (192 loc) • 3.23 kB
TypeScript
/**
* Constant values for Common
*/
/**
* Keydown event trigger
*
* @hidden
*/
export declare const KEY_DOWN: string;
/**
* Undo and Redo action HTML plugin events
*
* @hidden
*/
export declare const ACTION: string;
/**
* Formats plugin events
*
* @hidden
*/
export declare const FORMAT_TYPE: string;
/**
* Keydown handler event trigger
*
* @hidden
*/
export declare const KEY_DOWN_HANDLER: string;
/**
* List plugin events
*
* @hidden
*/
export declare const LIST_TYPE: string;
/**
* Code Block plugin events
*
* @hidden
*/
export declare const CODE_BLOCK: string;
/**
* Keyup handler event trigger
*
* @hidden
*/
export declare const KEY_UP_HANDLER: string;
/**
* Keyup event trigger
*
* @hidden
*/
export declare const KEY_UP: string;
/**
* Model changed plugin event trigger
*
* @hidden
*/
export declare const MODEL_CHANGED_PLUGIN: string;
/**
* Model changed event trigger
*
* @hidden
*/
export declare const MODEL_CHANGED: string;
/**
* PasteCleanup plugin for MSWord content
*
* @hidden
*/
export declare const MS_WORD_CLEANUP_PLUGIN: string;
/**
* PasteCleanup for MSWord content
*
* @hidden
*/
export declare const MS_WORD_CLEANUP: string;
/**
* ActionBegin event callback
*
* @hidden
*/
export declare const ON_BEGIN: string;
/**
* Callback for spacelist action
*
* @hidden
*/
export declare const SPACE_ACTION: string;
/**
* Format painter event constant
*
* @hidden
*/
export declare const FORMAT_PAINTER_ACTIONS: string;
/**
* Blockquotes enter prevent when on list is applied event constant
*
* @hidden
*/
export declare const BLOCKQUOTE_LIST_HANDLE: string;
/**
* Emoji picker event constant
*
* @hidden
*/
export declare const EMOJI_PICKER_ACTIONS: string;
/**
* Mouse down event constant
*
* @hidden
*/
export declare const MOUSE_DOWN: string;
/**
* destroy event constant
*
* @hidden
*/
export declare const DESTROY: string;
/**
* internal_destroy event constant
*
* @hidden
*/
export declare const INTERNAL_DESTROY: string;
/**
* code block indentation event constant
*
* @hidden
*/
export declare const CODEBLOCK_INDENTATION: string;
/**
* code block indentation event constant
*
* @hidden
*/
export declare const CODEBLOCK_DISABLETOOLBAR: string;
/**
* @hidden
*/
export declare const CLS_RTE_TABLE_RESIZE: string;
/**
* @hidden
*/
export declare const CLS_TB_DASH_BOR: string;
/**
* @hidden
*/
export declare const CLS_TB_ALT_BOR: string;
/**
* @hidden
*/
export declare const CLS_TB_COL_RES: string;
/**
* @hidden
*/
export declare const CLS_TB_ROW_RES: string;
/**
* @hidden
*/
export declare const CLS_TB_BOX_RES: string;
/**
* @hidden
*/
export declare const CLS_IMG_FOCUS: string;
/**
* @hidden
*/
export declare const CLS_TABLE_SEL: string;
/**
* @hidden
*/
export declare const CLS_TABLE_SEL_END: string;
/**
* @hidden
*/
export declare const CLS_TABLE_MULTI_CELL: string;
export declare const CLS_AUD_FOCUS: string;
/**
* @hidden
*/
export declare const CLS_VID_FOCUS: string;
/**
* @hidden
*/
export declare const CLS_RTE_DRAG_IMAGE: string;
/**
* @hidden
*/
export declare const CLS_RESIZE: string;
/**
* @hidden
*/
export declare const hideTableQuickToolbar: string;