Class ecm.widget.FilterTextBox


Extends dijit.form.TextBox.
Provides a widget that is used to filter the input in a text box.
Defined in: <ecm\widget\FilterTextBox.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
The placeholder string for this control.
 
trim 
A boolean value that controls whether or not trailing white space is trimmed from the value.

Method Summary

Method Attributes Method Name and Description
 

Constructor Detail

ecm.widget.FilterTextBox()

Field Detail

placeholder

The placeholder string for this control.

trim

A boolean value that controls whether or not trailing white space is trimmed from the value.

Method Detail

postCreate()