@syncfusion/ej2-richtexteditor
Version:
Essential JS 2 RichTextEditor component
97 lines (96 loc) • 1.96 kB
TypeScript
/**
* Constant values for EditorManager
*/
/**
* Image plugin events
*
* @hidden
*/
export declare const IMAGE: string;
export declare const AUDIO: string;
export declare const VIDEO: string;
export declare const TABLE: string;
export declare const LINK: string;
export declare const INSERT_ROW: string;
export declare const INSERT_COLUMN: string;
export declare const DELETEROW: string;
export declare const DELETECOLUMN: string;
export declare const REMOVETABLE: string;
export declare const TABLEHEADER: string;
export declare const TABLE_VERTICAL_ALIGN: string;
export declare const TABLE_MERGE: string;
export declare const TABLE_VERTICAL_SPLIT: string;
export declare const TABLE_HORIZONTAL_SPLIT: string;
export declare const TABLE_STYLES: string;
export declare const TABLE_BACKGROUND_COLOR: string;
export declare const TABLE_MOVE: string;
/**
* Alignments plugin events
*
* @hidden
*/
export declare const ALIGNMENT_TYPE: string;
/**
* Indents plugin events
*
* @hidden
*/
export declare const INDENT_TYPE: string;
/**
* Constant tag names
*
* @hidden
*/
export declare const DEFAULT_TAG: string;
/**
* @hidden
*/
export declare const BLOCK_TAGS: string[];
/**
* @hidden
*/
export declare const IGNORE_BLOCK_TAGS: string[];
/**
* @hidden
*/
export declare const TABLE_BLOCK_TAGS: string[];
/**
* Selection plugin events
*
* @hidden
*/
export declare const SELECTION_TYPE: string;
/**
* Insert HTML plugin events
*
* @hidden
*/
export declare const INSERTHTML_TYPE: string;
/**
* Insert Text plugin events
*
* @hidden
*/
export declare const INSERT_TEXT_TYPE: string;
/**
* Clear Format HTML plugin events
*
* @hidden
*/
export declare const CLEAR_TYPE: string;
/**
* Self closing tags
*
* @hidden
*/
export declare const SELF_CLOSING_TAGS: string[];
/**
* Source
*
* @hidden
*/
export declare const PASTE_SOURCE: string[];
/**
* @hidden
*/
export declare const ALLOWED_TABLE_BLOCK_TAGS: string[];