Configuring Forms with Knockout Overview/Description Target Audience Prerequisites Expected Duration Lesson Objectives Course Number Expertise Level Overview/Description 
Knockout is a JavaScript library used to develop user interfaces based on the Model-View-View-Model (MVVM) pattern. Knockout has a range of bindings that apply to form fields . In this course, you'll learn how to use bindings such as the click binding, event binding, and other bindings related to forms to configure form functionality.
Target Audience 
Web developers who want to use the Knockout library
Prerequisites 
None
Expected Duration (hours) 
1.2
Lesson Objectives Configuring Forms with Knockout 
start the course 
configure a view to bind a Submit button in Knockout 
configure a view model to bind a Submit button in Knockout 
configure a view to use the enable binding in Knockout 
configure a view model to use the enable binding in Knockout 
configure the disable binding in Knockout 
configure the value binding in Knockout 
configure a view to use the hasFocus binding in Knockout 
configure a view model to use the hasFocus binding in Knockout 
configure the checked binding in Knockout 
add checkboxes bound to an array in Knockout 
configure the options binding in Knockout 
configure a view to use the click binding in Knockout 
use multiple parameters for the click event in Knockout 
configure a view to use the event binding to add an event handler for an event in Knockout 
configure a view model to use the event binding to add an event handler for an event in Knockout 
configure a view to use the selectedOptions binding to add an event handler for an event in Knockout 
configure a view model to use the selectedOptions binding to add an event handler for an event in Knockout 
configure the uniqueName binding in Knockout 
Course Number: sl_jsko_a02_it_enus
Expertise Level 
Intermediate