IDialogOptions

types.IDialogOptions

Hierarchy

resizable

Optional resizable: boolean

Defined in

src/types/dialog.d.ts#16


draggable

Optional draggable: boolean

Defined in

src/types/dialog.d.ts#17


maxWidth

Optional maxWidth: string | number

Defined in

src/types/dialog.d.ts#18


minWidth

Optional minWidth: string | number

Defined in

src/types/dialog.d.ts#19


minHeight

Optional minHeight: string | number

Defined in

src/types/dialog.d.ts#20


closeOnClickOverlay

Optional closeOnClickOverlay: boolean

Defined in

src/types/dialog.d.ts#21


closeOnEsc

Optional closeOnEsc: boolean

Defined in

src/types/dialog.d.ts#22


debugLanguage

Optional debugLanguage: boolean

Inherited from

IViewOptions.debugLanguage

Defined in

src/types/view.d.ts#37


i18n

Optional i18n: false | IDictionary<IDictionary<string>>

Inherited from

IViewOptions.i18n

Defined in

src/types/view.d.ts#38


toolbar

Optional toolbar: string | boolean | HTMLElement

Inherited from

IViewOptions.toolbar

Defined in

src/types/view.d.ts#42


toolbarButtonSize

Optional Readonly toolbarButtonSize: "small" | "tiny" | "xsmall" | "middle" | "large"

Inherited from

IViewOptions.toolbarButtonSize

Defined in

src/types/view.d.ts#44


textIcons

Optional Readonly textIcons: boolean | (key: string) => boolean

Inherited from

IViewOptions.textIcons

Defined in

src/types/view.d.ts#45


extraButtons

Optional Readonly extraButtons: Buttons

Inherited from

IViewOptions.extraButtons

Defined in

src/types/view.d.ts#47


removeButtons

Optional Readonly removeButtons: string[]

Inherited from

IViewOptions.removeButtons

Defined in

src/types/view.d.ts#48


extraIcons

Optional Readonly extraIcons: IDictionary<string>

Inherited from

IViewOptions.extraIcons

Defined in

src/types/view.d.ts#49


buttons

Optional Readonly buttons: ButtonsOption

Inherited from

IViewOptions.buttons

Defined in

src/types/view.d.ts#51


showTooltip

Optional Readonly showTooltip: boolean

Inherited from

IViewOptions.showTooltip

Defined in

src/types/view.d.ts#53


showTooltipDelay

Optional Readonly showTooltipDelay: number

Inherited from

IViewOptions.showTooltipDelay

Defined in

src/types/view.d.ts#54


useNativeTooltip

Optional Readonly useNativeTooltip: boolean

Inherited from

IViewOptions.useNativeTooltip

Defined in

src/types/view.d.ts#55


direction

Optional Readonly direction: string

Inherited from

IViewOptions.direction

Defined in

src/types/view.d.ts#57


cache

Optional cache: boolean

Use cache for heavy methods

Inherited from

IViewOptions.cache

Defined in

src/types/view.d.ts#66


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

IViewOptions.getIcon

Defined in

src/types/view.d.ts#68


headerButtons

Optional headerButtons: string | (string | ButtonsGroup | IControlType<IViewBased<IViewOptions> | IJodit | IFileBrowser<IFileBrowserOptions>, IToolbarButton>)[]

Inherited from

IViewOptions.headerButtons

Defined in

src/types/view.d.ts#70


basePath

Optional basePath: string

Inherited from

IViewOptions.basePath

Defined in

src/types/view.d.ts#71


theme

Optional theme: string

Inherited from

IViewOptions.theme

Defined in

src/types/view.d.ts#72


defaultTimeout

Optional defaultTimeout: number

Inherited from

IViewOptions.defaultTimeout

Defined in

src/types/view.d.ts#74


disabled

Optional disabled: boolean

Inherited from

IViewOptions.disabled

Defined in

src/types/view.d.ts#76


readonly

Optional readonly: boolean

Inherited from

IViewOptions.readonly

Defined in

src/types/view.d.ts#77


iframe

Optional iframe: boolean

Inherited from

IViewOptions.iframe

Defined in

src/types/view.d.ts#78


namespace

Optional namespace: string

Inherited from

IViewOptions.namespace

Defined in

src/types/view.d.ts#80


activeButtonsInReadOnly

Optional activeButtonsInReadOnly: string[]

Inherited from

IViewOptions.activeButtonsInReadOnly

Defined in

src/types/view.d.ts#82


allowTabNavigation

Optional allowTabNavigation: boolean

Inherited from

IViewOptions.allowTabNavigation

Defined in

src/types/view.d.ts#84


zIndex

Optional zIndex: string | number

Inherited from

IViewOptions.zIndex

Defined in

src/types/view.d.ts#86


fullsize

Optional fullsize: boolean

Inherited from

IViewOptions.fullsize

Defined in

src/types/view.d.ts#87


globalFullSize

Optional globalFullSize: boolean

Inherited from

IViewOptions.globalFullSize

Defined in

src/types/view.d.ts#88


controls

Optional controls: Controls<IViewBased<IViewOptions> | IJodit>

Inherited from

IViewOptions.controls

Defined in

src/types/view.d.ts#90


createAttributes

Optional createAttributes: IDictionary<Attributes | NodeFunction>

Inherited from

IViewOptions.createAttributes

Defined in

src/types/view.d.ts#92


events

Optional events: IDictionary<(...args: any[]) => any>

Inherited from

IViewOptions.events

Defined in

src/types/view.d.ts#94


shadowRoot

Optional shadowRoot: Nullable<ShadowRoot>

Inherited from

IViewOptions.shadowRoot

Defined in

src/types/view.d.ts#96


ownerWindow

Optional ownerWindow: Window

Inherited from

IViewOptions.ownerWindow

Defined in

src/types/view.d.ts#98


language

Optional language: string

Inherited from

IViewOptions.language

Defined in

jodit/src/types/view.d.ts:100