forked from 0x2620/oxjs
merge changes
This commit is contained in:
commit
946d36b43d
7 changed files with 16 additions and 16 deletions
|
|
@ -250,7 +250,7 @@
|
|||
.bindEvent("change." + range.id, update)
|
||||
.appendTo($toolbars[4]);
|
||||
function update() {
|
||||
//console.log("update", range.options("value"))
|
||||
//Ox.print("update", range.options("value"))
|
||||
/*
|
||||
// fixme: make this work
|
||||
input.options({
|
||||
|
|
@ -259,7 +259,7 @@
|
|||
*/
|
||||
input.val(range.options("value").toFixed(1))
|
||||
}
|
||||
//console.log("binding to OxRange" + range.id + "Change")
|
||||
//Ox.print("binding to OxRange" + range.id + "Change")
|
||||
Ox.Range({
|
||||
animate: true,
|
||||
arrows: true,
|
||||
|
|
@ -322,7 +322,7 @@
|
|||
}
|
||||
}
|
||||
function clickButton(val) {
|
||||
// console.log(val);
|
||||
// Ox.print(val);
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue