ViewInlinePopup Constructor

Creates the new ViewInlinePopup.
 

Parameters

options

Type: Object
(optional) An object literal with the default values for any properties.
     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.
     isManuallyPositionable  [type: Boolean] - True to allow manual positioning of the view inline panel via drag. isCloseButtonVisible and titleText must have been provided for this option to apply.
 

Optional: True

Examples

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

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