dundas.controls.DropDownPicker Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.DropDownPicker
 

Constructors

 
  Name Description
init Initializes the control. Called during construction.
 
 

Properties

 
  Name Description
content Gets or sets the content that will be shown in the dropdown.
dropDownShowClass Gets or sets the CSS class that will be applied to the dropdown content when it is shown.
isDisabled Gets or sets the whether this drop down picker is disabled (will not show when trigger element is clicked).
isDropDownShown Gets or sets a value indicating whether the dropdown content is shown.
isScrollPositionSaved Gets or sets a value indicating if the inline pop-up should save the scroll position between hiding and showing. By default, it does not.
triggerElement Gets or sets the element that will cause the dropdown to be shown.
 
 

Methods

 
  Name Description
dispose Disposes the element.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.