forked from 0x2620/oxjs
fix OxText class in CSS
This commit is contained in:
parent
feef0a2568
commit
b0e5e906f5
7 changed files with 93 additions and 82 deletions
|
|
@ -31,7 +31,7 @@ Ox.TreeList = function(options, self) {
|
|||
itemWidth: self.options.width,
|
||||
max: self.options.max,
|
||||
min: self.options.min,
|
||||
unique: 'id',
|
||||
unique: 'id'
|
||||
}, $.extend({}, self))
|
||||
.addClass('OxTextList OxTreeList')
|
||||
.css({
|
||||
|
|
@ -192,6 +192,8 @@ Ox.TreeList = function(options, self) {
|
|||
self.setOption = function(key, value) {
|
||||
if (key == 'data') {
|
||||
|
||||
} else if (key == 'width') {
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue