DialogBase Constructor

Initializes the DialogBase. Called during construction.
 

Parameters

originalElement

Type: jQuery
(optional) The element to clone and set as the dialog element.
Optional: True
dialogUIName

Type: String
(optional) If provided instead of the originalElement, then the contents will be retrieved async and used as the content.
Optional: True

Examples

The following example initializes a new instance of a DialogBase object:

var newObject = new dundas.controls.DialogBase();