debugging...

This commit is contained in:
Rolux 2010-07-05 14:19:31 +02:00
parent bf03ab96d2
commit fb5ef0cef9

View File

@ -14,7 +14,6 @@ $(function(){
var mainPanel = new Ox.Panel()/*.css({ var mainPanel = new Ox.Panel()/*.css({
//borderLeft: "1px solid rgb(160, 160, 160)" //borderLeft: "1px solid rgb(160, 160, 160)"
})*/; })*/;
Ox.print("--------");
var middleSplitPanel = Ox.SplitPanel({ var middleSplitPanel = Ox.SplitPanel({
elements: [ elements: [
{ {
@ -180,6 +179,8 @@ $(function(){
size: "large" size: "large"
}); });
Ox.print("--------");
var pageDialog = function(title, page) { var pageDialog = function(title, page) {
Ox.debug(title, page); Ox.debug(title, page);
var $dialog = new Ox.Dialog({ var $dialog = new Ox.Dialog({