forked from 0x2620/oxjs
form elements rewrite, part 2
This commit is contained in:
parent
fe303bf2b0
commit
074902d079
33 changed files with 163 additions and 153 deletions
|
|
@ -25,9 +25,7 @@ Ox.load('UI', function() {
|
|||
.css({marginLeft: '16px'})
|
||||
.bindEvent({
|
||||
click: function() {
|
||||
$arrayInput.options({
|
||||
value: ['foo', 'bar']
|
||||
});
|
||||
$arrayInput.value(['foo', 'bar']);
|
||||
}
|
||||
})
|
||||
.appendTo(Ox.$body)
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
var colors = getColors(i);
|
||||
$ranges[i] = new Ox.Range({
|
||||
arrows: true,
|
||||
changeOnDrag: true,
|
||||
id: rgb[i],
|
||||
max: 255,
|
||||
size: 256,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue