Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PopupConfig

Hierarchy

Implements

Index

Properties

Optional animation

animation: boolean = true

Optional appendTo

appendTo: string | Element | JQuery = "body"

Optional cls

cls: string = ""

The CSS class to add to this widget's element

Optional colorMode

colorMode: ColorMode

content

content: string | HTMLElement

Optional disabled

disabled: boolean = false

Optional faceMode

faceMode: string | Array<string> = null

Optional height

height: string | number

Optional hidden

hidden: boolean = true

Optional htmlable

htmlable: boolean = true

Optional i18n

i18n: I18NResource | URLString = null

I18N resource.

Optional Readonly id

id: string

Optional listeners

listeners: PopupListeners

Optional locale

locale: Locale = "en"

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

Optional name

name: string = ""

Optional place

place: LRTB | "auto" = "auto"

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.

target

target: string | HTMLElement | JQuery

Optional template

template: string

Optional tip

tip: string = ""

Optional title

title: string

Optional trigger

trigger: Bootstrap.Trigger = "manual"

Optional width

width: string | number