forked from 0x2620/oxjs
change base 26 to bijective base 26
This commit is contained in:
parent
d78b31bef9
commit
6374f6de6d
4 changed files with 24 additions and 13 deletions
|
|
@ -23,6 +23,11 @@ Ox.ObjectInput = function(options, self) {
|
|||
labelWidth: self.options.labelWidth,
|
||||
width: self.options.width
|
||||
})
|
||||
.bindEvent({
|
||||
change: function(data) {
|
||||
// ...
|
||||
}
|
||||
})
|
||||
.appendTo(that);
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
'use strict'
|
||||
'use strict';
|
||||
|
||||
Ox.SelectInput = function(options, self) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue