IViewOptions
- Hierarchy
- Implemented by
- debugLanguage
- i18n
- toolbar
- toolbarButtonSize
- textIcons
- extraButtons
- removeButtons
- extraIcons
- buttons
- showTooltip
- showTooltipDelay
- useNativeTooltip
- cache
- getIcon
- headerButtons
- basePath
- minified
- theme
- defaultTimeout
- disabled
- readonly
- iframe
- direction
- namespace
- activeButtonsInReadOnly
- allowTabNavigation
- zIndex
- fullsize
- globalFullSize
- controls
- createAttributes
- events
- shadowRoot
- popupRoot
- ownerWindow
- language
types.IViewOptions
Hierarchy
-
↳
IViewOptions↳↳
IDialogOptions↳↳
IFileBrowserOptions
Implemented by
debugLanguage
Optional debugLanguage: boolean
Inherited from
ILanguageOptions.debugLanguage
Defined in
i18n
Optional i18n: false | IDictionary<IDictionary<string>>
Inherited from
Defined in
toolbar
Optional toolbar: string | boolean | HTMLElement
Inherited from
Defined in
toolbarButtonSize
Optional Readonly toolbarButtonSize: "small" | "tiny" | "xsmall" | "middle" | "large"
Inherited from
IToolbarOptions.toolbarButtonSize
Defined in
textIcons
Optional Readonly textIcons: boolean | (key: string) => boolean
Inherited from
Defined in
extraButtons
Optional Readonly extraButtons: Buttons
Inherited from
Defined in
removeButtons
Optional Readonly removeButtons: string[]
Inherited from
Defined in
extraIcons
Optional Readonly extraIcons: IDictionary<string>
Inherited from
Defined in
buttons
Optional Readonly buttons: string | ButtonsGroups
Inherited from
Defined in
showTooltip
Optional Readonly showTooltip: boolean
Inherited from
Defined in
showTooltipDelay
Optional Readonly showTooltipDelay: number
Inherited from
IToolbarOptions.showTooltipDelay
Defined in
useNativeTooltip
Optional Readonly useNativeTooltip: boolean
Inherited from
IToolbarOptions.useNativeTooltip
Defined in
cache
Optional cache: boolean
Use cache for heavy methods
Defined in
getIcon
Optional getIcon: (name: string, clearName: string) => CanUndef<string>
Type declaration
(name, clearName): CanUndef<string>
Parameters
| Name | Type |
|---|---|
name |
string |
clearName |
string |
Returns
CanUndef<string>
Defined in
headerButtons
Optional headerButtons: string | (string | ButtonsGroup | IControlType<IViewBased<IViewOptions> | IJodit | IFileBrowser<IFileBrowserOptions>, IToolbarButton>)[]
Defined in
basePath
Optional Readonly basePath: string
Defined in
minified
Optional Readonly minified: boolean
Plugin autoloader should load minified version of the file
Defined in
theme
Optional theme: string
Overrides
Defined in
defaultTimeout
Optional defaultTimeout: number
Defined in
disabled
Optional disabled: boolean
Defined in
readonly
Optional readonly: boolean
Defined in
iframe
Optional iframe: boolean
Defined in
direction
Optional direction: "" | "rtl" | "ltr"
Overrides
Defined in
namespace
Optional namespace: string
Defined in
activeButtonsInReadOnly
Optional activeButtonsInReadOnly: string[]
Defined in
allowTabNavigation
Optional allowTabNavigation: boolean
Defined in
zIndex
Optional zIndex: string | number
Defined in
fullsize
Optional fullsize: boolean
Defined in
globalFullSize
Optional globalFullSize: boolean
Defined in
controls
Optional controls: Controls<IViewBased<IViewOptions> | IJodit>
Defined in
createAttributes
Optional createAttributes: IDictionary<Attributes | NodeFunction>
Defined in
events
Optional events: IDictionary<(...args: any[]) => any>
Defined in
shadowRoot
Optional shadowRoot: null | ShadowRoot
Defined in
popupRoot
Optional popupRoot: null | HTMLElement
Defined in
ownerWindow
Optional ownerWindow: Window
Defined in
language
Optional language: string
Overrides
Defined in
jodit/src/types/view.d.ts:109