awa.ui.TextInput Class
Extends Backbone.View
Defined in:
Module: awa.ui
/var/www/azaleahealth.com/branches/docs/source_repo/awa/resources/apps/js/awa/ui/TextInput.js:8
Abstract version of a model to use. Please use this model instead of directly extending the backbone model. This is will help minimize the amount of reused code needed to handle various factors (i.e. ahis session id, multiple backend protocals
Constructor
awa.ui.TextInput
(
-
options
Parameters:
-
optionsObjectconfiguration object with various properties
-
[model]awa.mvc.Model optionalContents view that this view controls
-
[modelAttribute]String optionalContents view that this view controls
-
[contents]String optionalContents view that this view controls
-
[id]String optional -
[maxlength]Integer optional -
[name]String optional -
[tip]String optional -
[onChange]Function optional -
[onChangeDelay]Integer optionaldefaults to leaving field or pressing enter
-