dundas.controls.Search Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.Search
 

Constructors

 
  Name Description
init Initializes the control. Called during construction.
 
 

Properties

 
  Name Description
value Gets or sets the value displayed in the control.
watermark Gets or sets the watermark text displayed on the input control.
 
 

Methods

 
  Name Description
clear Clears the input value.
dispose Disposes the component.
focus Tells this input control to gain focus.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
getCaretPosition Gets the caret position in the search box.
setCaretPosition Sets the caret position on the box. For many browsers, it must be focused before this will work.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.