X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-debug.js;h=d2b15ccb1ab0888b3f4c086b3e19e2dcdcb63aa6;hb=refs%2Fheads%2Fwip_alan_T6962_html_editor_update_to_new;hp=ac7e4ce16a50166ea150696699af79fb921de4c6;hpb=9375039957ed028f30667c8c9fa2e3646b3e3740;p=roojs1 diff --git a/roojs-debug.js b/roojs-debug.js index ac7e4ce16a..d2b15ccb1a 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -32403,7 +32403,11 @@ Roo.extend(Roo.PagingToolbar, Roo.Toolbar, { this.loading.disable(); } }, - + /** + * event that occurs when you click on the navigation buttons - can be used to trigger load of a grid. + * @param {String} which (first|prev|next|last|refresh) which button to press. + * + */ // private onClick : function(which){ var ds = this.ds; @@ -51127,7 +51131,7 @@ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, { */ autoClean: true, /** - * @cfg {string} bodyCls- default '' default classes to add to body of editable area - usually undoreset is a good start.. + * @cfg {string} bodyCls default '' default classes to add to body of editable area - usually undoreset is a good start.. */ bodyCls : '', /** @@ -60601,6 +60605,17 @@ layout.addxtype({ } }); + + + + + + + + + + + /** * @class Roo.GridPanel * @extends Roo.ContentPanel @@ -60684,7 +60699,7 @@ Roo.extend(Roo.GridPanel, Roo.ContentPanel, { * @class Roo.NestedLayoutPanel * @extends Roo.ContentPanel * @parent Roo.BorderLayout Roo.LayoutDialog builder - * @cfg Roo.BorderLayout} layout [required] The layout for this panel + * @cfg {Roo.BorderLayout} layout [required] The layout for this panel * * * @constructor @@ -60723,6 +60738,8 @@ Roo.NestedLayoutPanel = function(layout, config) Roo.extend(Roo.NestedLayoutPanel, Roo.ContentPanel, { + layout : false, + setSize : function(width, height){ if(!this.ignoreResize(width, height)){ var size = this.adjustForComponents(width, height); @@ -60773,7 +60790,7 @@ Roo.extend(Roo.NestedLayoutPanel, Roo.ContentPanel, { /** * Returns the nested BorderLayout for this panel - * @return {Roo.BorderLayout} + * @return {Roo.BorderLayout} */ getLayout : function(){ return this.layout; @@ -60930,17 +60947,6 @@ Roo.extend(Roo.TreePanel, Roo.ContentPanel, { tree : false }); - - - - - - - - - - - /* * Based on: * Ext JS Library 1.1.1