APIs

Show:

Constructor

charts.HTMLInputView

(
  • [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

cancel

() Undefined

close the editor without saving

Returns:

Undefined:

save

(
  • release
)
String

save and optionally close the editor

Parameters:

  • release Boolean

    Release realtime lock on save

Returns:

String:

the current value

update

() Undefined

update the field from the server

Returns:

Undefined:

val

(
  • [value]
)
String | This chainable

Parameters:

  • [value] String | Undefined optional

    Value to set

Returns:

String | This:

Returns the currrent value if no value is passed or this