UNPKG

@syncfusion/ej2-richtexteditor

Version:
589 lines (471 loc) 7.86 kB
/** * Rich Text Editor classes defined here. */ /** * @hidden */ export declare const CLS_RTE: string; /** * @hidden */ export declare const CLS_RTL: string; /** * @hidden */ export declare const CLS_CONTENT: string; /** * @hidden */ export declare const CLS_DISABLED: string; /** * @hidden */ export declare const CLS_SCRIPT_SHEET: string; /** * @hidden */ export declare const CLS_STYLE_SHEET: string; /** * @hidden */ export declare const CLS_RTE_CONTAINER: string; /** * @hidden */ export declare const CLS_RTE_IFRAME_CONTENT: string; /** * @hidden */ export declare const CLS_TOOLBAR: string; /** * @hidden */ export declare const CLS_TB_FIXED: string; /** * @hidden */ export declare const CLS_TB_FLOAT: string; /** * @hidden */ export declare const CLS_INLINE: string; /** * @hidden */ export declare const CLS_TB_INLINE: string; /** * @hidden */ export declare const CLS_RTE_EXPAND_TB: string; /** * @hidden */ export declare const CLS_FULL_SCREEN: string; /** * @hidden */ export declare const CLS_QUICK_TB: string; /** * @hidden */ export declare const CLS_TEXT_QUICK_TB: string; /** * @hidden */ export declare const CLS_IMG_QUICK_TB: string; /** * @hidden */ export declare const CLS_AUDIO_QUICK_TB: string; /** * @hidden */ export declare const CLS_VIDEO_QUICK_TB: string; /** * @hidden */ export declare const CLS_TABLE_QUICK_TB: string; /** * @hidden */ export declare const CLS_LINK_QUICK_TB: string; /** * @hidden */ export declare const CLS_TB_STATIC: string; /** * @hidden */ export declare const CLS_QUICK_POP: string; /** * @hidden */ export declare const CLS_INLINE_POP: string; /** * @hidden */ export declare const CLS_QUICK_TBAR_TIP_POINTER: string; /** * @hidden */ export declare const CLS_QUICK_DROPDOWN: string; /** * @hidden */ export declare const CLS_INLINE_TOOLBAR: string; /** * @hidden */ export declare const CLS_INLINE_DROPDOWN: string; /** * @hidden */ export declare const CLS_DROPDOWN_POPUP: string; /** * @hidden */ export declare const CLS_DROPDOWN_ICONS: string; /** * @hidden */ export declare const CLS_DROPDOWN_ITEMS: string; /** * @hidden */ export declare const CLS_DROPDOWN_BTN: string; /** * @hidden */ export declare const CLS_RTE_CONTENT: string; /** * @hidden */ export declare const CLS_TB_ITEM: string; /** * @hidden */ export declare const CLS_TB_EXTENDED: string; /** * @hidden */ export declare const CLS_TB_WRAP: string; /** * @hidden */ export declare const CLS_POPUP: string; /** * @hidden */ export declare const CLS_SEPARATOR: string; /** * @hidden */ export declare const CLS_MINIMIZE: string; /** * @hidden */ export declare const CLS_MAXIMIZE: string; /** * @hidden */ export declare const CLS_BACK: string; /** * @hidden */ export declare const CLS_SHOW: string; /** * @hidden */ export declare const CLS_HIDE: string; /** * @hidden */ export declare const CLS_VISIBLE: string; /** * @hidden */ export declare const CLS_FOCUS: string; /** * @hidden */ export declare const CLS_RM_WHITE_SPACE: string; /** * @hidden */ export declare const CLS_IMGRIGHT: string; /** * @hidden */ export declare const CLS_IMGLEFT: string; /** * @hidden */ export declare const CLS_IMGCENTER: string; /** * @hidden */ export declare const CLS_IMGBREAK: string; /** * @hidden */ export declare const CLS_AUDIOBREAK: string; /** * @hidden */ export declare const CLS_CLICKELEM: string; /** * @hidden */ export declare const CLS_VID_CLICK_ELEM: string; /** * @hidden */ export declare const CLS_AUDIOWRAP: string; /** * @hidden */ export declare const CLS_VIDEOWRAP: string; /** * @hidden */ export declare const CLS_VIDEOBREAK: string; /** * @hidden */ export declare const CLS_CAPTION: string; /** * @hidden */ export declare const CLS_RTE_CAPTION: string; /** * @hidden */ export declare const CLS_CAPINLINE: string; /** * @hidden */ export declare const CLS_IMGINLINE: string; /** * @hidden */ export declare const CLS_AUDIOINLINE: string; /** * @hidden */ export declare const CLS_VIDEOINLINE: string; /** * @hidden */ export declare const CLS_COUNT: string; /** * @hidden */ export declare const CLS_WARNING: string; /** * @hidden */ export declare const CLS_ERROR: string; /** * @hidden */ export declare const CLS_ICONS: string; /** * @hidden */ export declare const CLS_ACTIVE: string; /** * @hidden */ export declare const CLS_EXPAND_OPEN: string; /** * @hidden */ export declare const CLS_RTE_ELEMENTS: string; /** * @hidden */ export declare const CLS_TB_BTN: string; /** * @hidden */ export declare const CLS_DROPDOWN_MENU: string; /** * @hidden */ export declare const CLS_HR_SEPARATOR: string; /** * @hidden */ export declare const CLS_TB_IOS_FIX: string; /** * @hidden */ export declare const CLS_LIST_PRIMARY_CONTENT: string; /** * @hidden */ export declare const CLS_NUMBERFORMATLIST_TB_BTN: string; /** * @hidden */ export declare const CLS_BULLETFORMATLIST_TB_BTN: string; /** * @hidden */ export declare const CLS_CODEBLOCK_TB_BTN: string; /** * @hidden */ export declare const CLS_CODEBLOCK_TB_BTN_ICON: string; /** * @hidden */ export declare const CLS_FORMATS_TB_BTN: string; /** * @hidden */ export declare const CLS_FONT_NAME_TB_BTN: string; /** * @hidden */ export declare const CLS_FONT_SIZE_TB_BTN: string; /** * @hidden */ export declare const CLS_ALIGN_TB_BTN: string; /** * @hidden */ export declare const CLS_FONT_COLORPICKER: string; /** * @hidden */ export declare const CLS_BACKGROUND_COLORPICKER: string; /** * @hidden */ export declare const CLS_NUMBERFORMATLIST_DROPDOWN: string; /** * @hidden */ export declare const CLS_BULLETFORMATLIST_DROPDOWN: string; /** * @hidden */ export declare const CLS_DROPDOWN: string; /** * @hidden */ export declare const CLS_COLOR_PALETTE: string; /** * @hidden */ export declare const CLS_RTE_READONLY: string; /** * @hidden */ export declare const CLS_RTE_HIDDEN: string; /** * @hidden */ export declare const CLS_RTE_PASTE_KEEP_FORMAT: string; /** * @hidden */ export declare const CLS_RTE_PASTE_REMOVE_FORMAT: string; /** * @hidden */ export declare const CLS_RTE_PASTE_PLAIN_FORMAT: string; /** * @hidden */ export declare const CLS_RTE_PASTE_OK: string; /** * @hidden */ export declare const CLS_RTE_PASTE_CANCEL: string; /** * @hidden */ export declare const CLS_RTE_DIALOG_MIN_HEIGHT: string; /** * @hidden */ export declare const CLS_RTE_RES_HANDLE: string; /** * @hidden */ export declare const CLS_RTE_RES_EAST: string; /** * @hidden */ export declare const CLS_RTE_IMAGE: string; /** * @hidden */ export declare const CLS_RTE_UPLOAD_POPUP: string; /** * @hidden */ export declare const CLS_POPUP_OPEN: string; /** * @hidden */ export declare const CLS_POPUP_CLOSE: string; /** * @hidden */ export declare const CLS_IMG_RESIZE: string; /** * @hidden */ export declare const CLS_DROPAREA: string; /** * @hidden */ export declare const CLS_IMG_INNER: string; /** * @hidden */ export declare const CLS_UPLOAD_FILES: string; /** * @hidden */ export declare const CLS_RTE_DIALOG_UPLOAD: string; /** * @hidden */ export declare const CLS_RTE_RES_CNT: string; /** * @hidden */ export declare const CLS_CUSTOM_TILE: string; /** * @hidden */ export declare const CLS_NOCOLOR_ITEM: string; /** * @hidden */ export declare const CLS_TABLE: string; /** * @hidden */ export declare const CLS_TABLE_BORDER: string; /** * @hidden */ export declare const CLS_RTE_FIXED_TB_EXPAND: string; /** * @hidden */ export declare const CLS_RTE_TB_ENABLED: string; /** * @hidden */ export declare const CLS_RTE_RES_WEST: string; /** * @hidden */ export declare const CLS_RTE_SOURCE_CODE_TXTAREA: string;