Skip to content

Access Point Options

Sheng Zhao edited this page Jul 13, 2015 · 4 revisions

Access Point Options are used to provider extra event, options for the Access Point. It depends on the Access Point.

##General options: At current stage, all of the general options are knot events. Please refer to this link: https://github.com/alexzhaosheng/knot.js/wiki/Access-Point-Events.

##Special options:

  • Access Point "value" on "input" or "textarea" element:
    immediately: 1 to on, 0 to off. If it's on, it update binding for each of the key stroke, otherwise it update binding when the text box losses focus.

  • Access Point "options" on "select" element:
    displayMember: the property on the option data which is to be displayed in the select. For more information, please refer "options" Access Point in this page: https://github.com/alexzhaosheng/knot.js/wiki/Access-Point

Clone this wiki locally