IDialogOptions
- Hierarchy
- resizable
- draggable
- maxWidth
- minWidth
- minHeight
- closeOnClickOverlay
- closeOnEsc
- 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.IDialogOptions
Hierarchy
-
↳
IDialogOptions
resizable
Optional resizable: boolean
Defined in
draggable
Optional draggable: boolean
Defined in
maxWidth
Optional maxWidth: string | number
Defined in
minWidth
Optional minWidth: string | number
Defined in
minHeight
Optional minHeight: string | number
Defined in
closeOnClickOverlay
Optional closeOnClickOverlay: boolean
Defined in
closeOnEsc
Optional closeOnEsc: boolean
Defined in
debugLanguage
Optional debugLanguage: boolean
Inherited from
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
IViewOptions.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
Defined in
useNativeTooltip
Optional Readonly useNativeTooltip: boolean
Inherited from
Defined in
cache
Optional cache: boolean
Use cache for heavy methods
Inherited from
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>
Inherited from
Defined in
headerButtons
Optional headerButtons: string | (string | ButtonsGroup | IControlType<IViewBased<IViewOptions> | IJodit | IFileBrowser<IFileBrowserOptions>, IToolbarButton>)[]
Inherited from
Defined in
basePath
Optional Readonly basePath: string
Inherited from
Defined in
minified
Optional Readonly minified: boolean
Plugin autoloader should load minified version of the file
Inherited from
Defined in
theme
Optional theme: string
Inherited from
Defined in
defaultTimeout
Optional defaultTimeout: number
Inherited from
Defined in
disabled
Optional disabled: boolean
Inherited from
Defined in
readonly
Optional readonly: boolean
Inherited from
Defined in
iframe
Optional iframe: boolean
Inherited from
Defined in
direction
Optional direction: "" | "rtl" | "ltr"
Inherited from
Defined in
namespace
Optional namespace: string
Inherited from
Defined in
activeButtonsInReadOnly
Optional activeButtonsInReadOnly: string[]
Inherited from
IViewOptions.activeButtonsInReadOnly
Defined in
allowTabNavigation
Optional allowTabNavigation: boolean
Inherited from
IViewOptions.allowTabNavigation
Defined in
zIndex
Optional zIndex: string | number
Inherited from
Defined in
fullsize
Optional fullsize: boolean
Inherited from
Defined in
globalFullSize
Optional globalFullSize: boolean
Inherited from
Defined in
controls
Optional controls: Controls<IViewBased<IViewOptions> | IJodit>
Inherited from
Defined in
createAttributes
Optional createAttributes: IDictionary<Attributes | NodeFunction>
Inherited from
Defined in
events
Optional events: IDictionary<(...args: any[]) => any>
Inherited from
Defined in
shadowRoot
Optional shadowRoot: null | ShadowRoot
Inherited from
Defined in
popupRoot
Optional popupRoot: null | HTMLElement
Inherited from
Defined in
ownerWindow
Optional ownerWindow: Window
Inherited from
Defined in
language
Optional language: string
Inherited from
Defined in
jodit/src/types/view.d.ts:109