FormPanel: use setElement
This commit is contained in:
parent
5e776eb6ae
commit
fe5dc99d26
1 changed files with 2 additions and 2 deletions
|
@ -132,7 +132,7 @@ Ox.FormPanel = function(options, self) {
|
|||
|
||||
self.$sections[0].show();
|
||||
|
||||
that.$element = Ox.SplitPanel({
|
||||
that.setElement(Ox.SplitPanel({
|
||||
elements: [
|
||||
{
|
||||
element: self.$list,
|
||||
|
@ -143,7 +143,7 @@ Ox.FormPanel = function(options, self) {
|
|||
}
|
||||
],
|
||||
orientation: 'horizontal'
|
||||
});
|
||||
}));
|
||||
|
||||
/*@
|
||||
renderPrintVersion <f> renderPrintVersion
|
||||
|
|
Loading…
Reference in a new issue