X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-core-debug.js;h=653795a0e089c0f1f0eb935597775c01e8ea716d;hb=10693a871ee6374b8e9f19c344ceb447ed0531d2;hp=c899eea556961ced7abaf31b497f932e6d1cc261;hpb=7dfd0d3cd68424e103991ef6946d2368cbe08a81;p=roojs1 diff --git a/roojs-core-debug.js b/roojs-core-debug.js index c899eea556..653795a0e0 100644 --- a/roojs-core-debug.js +++ b/roojs-core-debug.js @@ -16633,8 +16633,8 @@ Roo.extend(Roo.state.Provider, Roo.util.Observable, { init : function(){ Roo.state.Manager.setProvider(new Roo.state.CookieProvider()); ... - // supposed you have a {@link Roo.BorderLayout} - var layout = new Roo.BorderLayout(...); + // supposed you have a {@link Roo.layout.Border} + var layout = new Roo.layout.Border(...); layout.restoreState(); // or a {Roo.BasicDialog} var dialog = new Roo.BasicDialog(...); @@ -18065,7 +18065,7 @@ Roo.extend(Roo.Layer, Roo.Element, { * * Each sub module is expected to have a parent pointing to the class name of it's parent module. * - * When the top level is false, a 'Roo.BorderLayout' is created and the element is flagged as 'topModule' + * When the top level is false, a 'Roo.layout.Border' is created and the element is flagged as 'topModule' * - if mulitple topModules exist, the last one is defined as the top module. * * Embeded Roo @@ -18284,7 +18284,7 @@ Roo.extend(Roo.XComponent, Roo.util.Observable, { el = el ? Roo.get(el) : false; - if (typeof(Roo.BorderLayout) == 'undefined' ) { + if (typeof(Roo.layout.Border) == 'undefined' ) { this.parent = { el : new Roo.bootstrap.layout.Border({ @@ -18307,7 +18307,7 @@ Roo.extend(Roo.XComponent, Roo.util.Observable, { // it's a top level one.. this.parent = { - el : new Roo.BorderLayout(el || document.body, { + el : new Roo.layout.Border(el || document.body, { center: { titlebar: false, autoScroll:false,