X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-ui-debug.js;h=ab5d2908d9e451fc291cc2dd0af6b08e69ecfc62;hb=refs%2Fheads%2Fwip_alan_T6962_html_editor_update_to_new;hp=b8303d6efe509e247e175a550450ca5435860699;hpb=9375039957ed028f30667c8c9fa2e3646b3e3740;p=roojs1 diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index b8303d6efe..ab5d2908d9 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -7934,7 +7934,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; @@ -26658,7 +26662,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 : '', /** @@ -36132,6 +36136,17 @@ layout.addxtype({ } }); + + + + + + + + + + + /** * @class Roo.GridPanel * @extends Roo.ContentPanel @@ -36215,7 +36230,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 @@ -36254,6 +36269,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); @@ -36304,7 +36321,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; @@ -36461,17 +36478,6 @@ Roo.extend(Roo.TreePanel, Roo.ContentPanel, { tree : false }); - - - - - - - - - - - /* * Based on: * Ext JS Library 1.1.1