charts.FormInputView Class
Extends awa.mvc.RealTimeInputMixin
Defined in:
Module: charts
/var/www/azaleahealth.com/branches/docs/source_repo/awa/resources/apps/js/charts/FormInputView.js:11
Constructor
charts.FormInputView
(
-
[options.model] -
[options.attribute] -
[options.name] -
[options.state] -
[options.allowRemove] -
[options.model]
Parameters:
-
[options.model]awa.mvc.Model optional -
[options.attribute]String optional -
[options.name]String optional -
[options.state]String optional -
[options.allowRemove]Boolean optional -
[options.model]awa.mvc.Model optional
Item Index
Methods
Methods
onModify
()
Undefined
Called when the user clicks on the Modify button to modify the contents of the form. This will turn on contenteditable on the
.
NOTE: The form field must have [esl_editable_in_chart = '1'] for this option to be available.
Returns:
Undefined:
onModifyDone
()
Undefined
Called when the user is done modifying the contents of the form. This will turn off contenteditable on the
and
put it back into its normal Edit state.
Returns:
Undefined: