X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-debug.js;h=1da9e5b854d7dbb8a716150f8d019a1f3944cbf8;hb=cba4e8edc2bf8ec387cf316c1b753f8e217b8645;hp=cc9bb6549dcd8c49f7baf430041af054fc0f1e57;hpb=dc0deb4ab24ebb1144a9c7c0cea2e5d6bedb54e1;p=roojs1 diff --git a/roojs-debug.js b/roojs-debug.js index cc9bb6549d..1da9e5b854 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -1905,17 +1905,26 @@ Roo.lib.Dom = { getViewHeight : function(full) { return full ? this.getDocumentHeight() : this.getViewportHeight(); }, - + /** + * Get the Full Document height + * @return {Number} The height + */ getDocumentHeight: function() { var scrollHeight = (document.compatMode != "CSS1Compat") ? document.body.scrollHeight : document.documentElement.scrollHeight; return Math.max(scrollHeight, this.getViewportHeight()); }, - + /** + * Get the Full Document width + * @return {Number} The width + */ getDocumentWidth: function() { var scrollWidth = (document.compatMode != "CSS1Compat") ? document.body.scrollWidth : document.documentElement.scrollWidth; return Math.max(scrollWidth, this.getViewportWidth()); }, - + /** + * Get the Window Viewport height + * @return {Number} The height + */ getViewportHeight: function() { var height = self.innerHeight; var mode = document.compatMode; @@ -1928,7 +1937,10 @@ Roo.lib.Dom = { return height; }, - + /** + * Get the Window Viewport width + * @return {Number} The width + */ getViewportWidth: function() { var width = self.innerWidth; var mode = document.compatMode; @@ -23165,7 +23177,7 @@ Roo.extend(Roo.dd.DropZone, Roo.dd.DropTarget, { /** * @class Roo.data.SortTypes - * @singleton + * @static * Defines the default sorting (casting?) comparison functions used when sorting data. */ Roo.data.SortTypes = { @@ -33250,7 +33262,7 @@ Roo.DialogManager = function(){ * @class Roo.LayoutDialog * @extends Roo.BasicDialog * @children Roo.ContentPanel - * @builder-top + * @parent builder none * Dialog which provides adjustments for working with a layout in a Dialog. * Add your necessary layout config options to the dialog's config.
* Example usage (including a nested layout): @@ -33439,7 +33451,7 @@ Roo.Msg.show({ animEl: 'elId' }); - * @singleton + * @static */ Roo.MessageBox = function(){ var dlg, opt, mask, waitTimer; @@ -33968,7 +33980,7 @@ Roo.Msg = Roo.MessageBox;/* /** * @class Roo.QuickTips * Provides attractive and customizable tooltips for any element. - * @singleton + * @static */ Roo.QuickTips = function(){ var el, tipBody, tipBodyText, tipTitle, tm, cfg, close, tagEls = {}, esc, removeCls = null, bdLeft, bdRight; @@ -38120,7 +38132,7 @@ Roo.extend(Roo.menu.MenuNav, Roo.KeyNav, { /** * @class Roo.menu.MenuMgr * Provides a common registry of all menu items on a page so that they can be easily accessed by id. - * @singleton + * @static */ Roo.menu.MenuMgr = function(){ var menus, active, groups = {}, attached = false, lastShow = new Date(); @@ -49624,7 +49636,7 @@ Roo.extend(Roo.form.FieldSet, Roo.form.Layout, { /** * @class Roo.form.VTypes * Overridable validation definitions. The validations provided are basic and intended to be easily customizable and extended. - * @singleton + * @static */ Roo.form.VTypes = function(){ // closure these in so they are only created once. @@ -54424,7 +54436,7 @@ Roo.LayoutStateManager.prototype = { * @class Roo.ContentPanel * @extends Roo.util.Observable * @children Roo.form.Form Roo.JsonView Roo.View - * @builder-top + * @parent Roo.BorderLayout Roo.LayoutDialog builder-top * A basic ContentPanel element. * @cfg {Boolean} fitToFrame True for this panel to adjust its size to fit when the region resizes (defaults to false) * @cfg {Boolean} fitContainer When using {@link #fitToFrame} and {@link #resizeEl}, you can also fit the parent container (defaults to false)