Purpose The template binding populates the associated DOM element with the results of rendering a template. Templates are a simple
Purpose The html binding causes the associated DOM element to display the HTML specified by your parameter.
Purpose The hasFocus binding links a DOM element’s focus state with a viewmodel property. It is a two-way binding, so:
Purpose The event binding allows you to add an event handler for a specified event so that your chosen JavaScript function will
Purpose The attr binding provides a generic way to set the value of any attribute for the associated DOM element. This is useful
Purpose The click binding adds an event handler so that your chosen JavaScript function will be invoked when the associated DOM
Purpose The submit binding adds an event handler so that your chosen JavaScript function will be invoked when the associated
Purpose The uniqueName binding ensures that the associated DOM element has a nonempty name attribute. If the DOM
Purpose The enable binding causes the associated DOM element to be enabled only when the parameter value is true
Purpose The textInput binding links a text box (<input>) or text area (<textarea>) with
Page 2 of 3