forked from 0x2620/oxjs
update DocPanel and DocPage UI
This commit is contained in:
parent
d89a8e1087
commit
0d2f082779
2 changed files with 28 additions and 31 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue