javascript - Windows store app - true/false slider -
i tryed find windows true/false slider element, without succes. try use input range
, not same. can use checkboxes 0 - 1 value, realy need slider's here.
they look's this:
how can create them in javascript application?
that control called toggleswitch. create in html this:
<div data-win-control="winjs.ui.toggleswitch"> </div>
or in javascript this:
var object = new winjs.ui.toggleswitch();
Comments
Post a Comment