forked from 0x2620/oxjs
improve InfoList
This commit is contained in:
parent
1a4332c49c
commit
95f3d536ec
7 changed files with 105 additions and 46 deletions
|
|
@ -25,6 +25,8 @@ Ox.SplitPanel <f:Ox.Element> SpliPanel Object
|
|||
|
||||
Ox.SplitPanel = function(options, self) {
|
||||
|
||||
// fixme: doubleclick on resizebar should reset to initial size
|
||||
|
||||
self = self || {};
|
||||
var that = Ox.Element({}, self) // fixme: Container?
|
||||
.defaults({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue