InlinePopup Constructor

Initializes the control. Called during construction.
 

Parameters

options

Type: Object
(optional) An object literal with the default values for any properties.
     viewInlinePopup [Type: dundas.controls.viewInlinePopup]   Object reference to parent view adapter. Only necessary if isCloseButtonVisible = true.
     isCloseButtonVisible [Type: Boolean] True to show Close button on the control.
     titleText [Type: String] If provided, a title element will be shown. The isCloseButtonVisible must be set to true for this to be applied.
 

Optional: True

Examples

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

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