APIs

Show:

Standard input widget for 8 digit. Handles custom user entry format and supplies a calender

Constructor

awa.ui.DateInput

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

Parameters:

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

    Model this input will directly interact with

  • [options.modelAttribute] String optional

    date attribute

  • [options.showTodayButton] Boolean optional

Item Index

Methods

Methods

disable

(
  • disable
)
awa.ui.InputBaseView
disables the "input". useful to override for input groups

Parameters:

  • disable Boolean
    Flag

Returns:

hide

() awa.ui.InputBaseView
hides the view in the most effecient way possible

Returns: