FormPanel: use setElement

This commit is contained in:
rlx 2014-09-22 13:17:35 +02:00
parent 5e776eb6ae
commit fe5dc99d26

View file

@ -132,7 +132,7 @@ Ox.FormPanel = function(options, self) {
self.$sections[0].show(); self.$sections[0].show();
that.$element = Ox.SplitPanel({ that.setElement(Ox.SplitPanel({
elements: [ elements: [
{ {
element: self.$list, element: self.$list,
@ -143,7 +143,7 @@ Ox.FormPanel = function(options, self) {
} }
], ],
orientation: 'horizontal' orientation: 'horizontal'
}); }));
/*@ /*@
renderPrintVersion <f> renderPrintVersion renderPrintVersion <f> renderPrintVersion