Click or drag to resize

Dialog Properties

The Dialog type exposes the following members.

Properties
  NameDescription
Public propertyCancelAction
Javascript onclick action for Cancel button - default is dialog.hide('{0}');.
Public propertyCancelText
Gets or sets the "Cancel" button text.
Public propertyHidePadding
Expands the content of the dialog to the edges.
Public propertyOkAction
Javascript onclick action for OK button - default is dialog.hide('{0}');.
Public propertyOkText
Gets or sets the "OK" button text.
Public propertyShowCancelButton
Show cancel button. Will close dialog unless CancelAction is overridden.
Public propertyShowClose
Show close button in title bar.
Public propertyShowOkButton
Show OK button. Will close dialog unless OkAction is overridden.
Public propertySize
Size of the dialog (sm, md, lg), overrides the width
Public propertyTitle
Title of the dialog.
Public propertyTranslateTitle
Gets or sets value indicating whether to translate the list title.
Public propertyWidth
Width of the dialog - max is 600 px, min 200 px.
Top
See Also