APIs

Show:

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

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: