disable binding

Purpose

The disable binding causes the associated DOM element to be disabled only when the parameter value is true. This is useful with form elements like input, select, and textarea.

This is the mirror image of the enable binding. For more information, see documentation for the enable binding, because disable works in exactly the same way except that it negates whatever parameter you pass to it.

doc_KnockoutJs
2016-10-03 03:44:45
Comments
Leave a Comment

Please login to continue.