Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DialogConfig

Hierarchy

Implements

Index

Properties

Optional appendTo

appendTo: string | Element | JQuery = "body"

Optional autoDestroy

autoDestroy: boolean = true

Optional buttons

Optional childWidgets

childWidgets: JsonObject<WidgetConfig<any>>

Optional cls

cls: string = ""

The CSS class to add to this widget's element

Optional colorMode

colorMode: ColorMode

Optional faceMode

faceMode: DialogFaceMode = DialogFaceMode.square

Optional height

height: string | number

Optional hidden

hidden: boolean = true

Optional html

html: string | Element | JQuery<HTMLElement> = ""

Optional i18n

i18n: I18NResource | URLString = null

I18N resource.

Optional Readonly id

id: string

Optional listeners

listeners: DialogListeners

Optional locale

locale: Locale = "en"

A locale string, like 'en', 'en-us', 'zh'.

Optional name

name: string = ""

Optional renderTo

renderTo: string | Element | JQuery = null

Render to DOM element.

Optional sizeMode

sizeMode: SizeMode = SizeMode.md

Optional style

style: string = ""

Additional CSS styles that will be rendered into an inline style attribute when the widget is rendered.

Optional tip

tip: string = ""

Optional title

title: string = ""

Optional url

url: string

Optional width

width: string | number