APIs

Show:

custom widget to handle ssn input. displays only last 4 digits until user intends to edit.

Constructor

awa.ui.SSNInput

(
  • [options.model]
  • [options.modelAttribute]
)

Parameters:

  • [options.model] awa.mvc.Model optional

    Model this input will directly interact with

  • [options.modelAttribute] String optional

    model attribute to set the value of

Item Index

Methods

Methods

disable

(
  • disable
)
Undefined

The show and edit action controls the actual inputs. From a outside use perspective, hiding the link disables the widget.

Parameters:

  • disable Boolean

    True to disable, false to enable

Returns:

Undefined:

hide

() awa.ui.InputBaseView

hides the view in the most effecient way possible

Returns: