enable绑定用来设置form中的元素是否可用,例如button、input、select等。当绑定的参数为true时元素可用。
示例代码:
//.W片段 <p> <input type='checkbox' bind-checked="hasCellphone" /> I have a cellphone </p> <p> Your cellphone number: <input type='text' bind-value="cellphoneNumber, enable: hasCellphone" /> </p> //.js片段 hasCellphone=justep.Bind.observable(false); cellphoneNumber="";
disable绑定
disable绑定的功能与enable功能相反。
disable绑定用来设置form中的元素是否可用,例如button、input、select等。当绑定的参数为true时元素不可用。
本文由WeX5君整理,WeX5一款开源免费的html5开发工具,H5 App开发就用WeX5!
阅读其他app 开发相关文章:http://doc.wex5.com/?p=3443
评一波