1
0
Fork 0
forked from 0x2620/oxjs

update DocPanel and DocPage UI

This commit is contained in:
rolux 2012-06-12 16:41:37 +02:00
commit 0d2f082779
2 changed files with 28 additions and 31 deletions

View file

@ -35,7 +35,6 @@ Ox.DocPage = function(options, self) {
self.$examplesMenu = Ox.MenuButton({
items: self.options.item.examples,
title: 'Examples...',
width: 128
})
.css({float: 'right', margin: '4px 4px 4px 2px'})
.bindEvent({
@ -46,8 +45,7 @@ Ox.DocPage = function(options, self) {
.appendTo(self.$toolbar);
}
self.$page = Ox.Container()
.addClass('OxDocPage OxDocument');
self.$page = Ox.Container().addClass('OxDocPage OxDocument');
that.setElement(
Ox.SplitPanel({