X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsymbols%2FRoo.lib.Dom.json;fp=docs%2Fsymbols%2FRoo.lib.Dom.json;h=c5cb943e28576dc51f00dde36c79bc00d4cf7804;hp=a24a25937783d155873eef3561e2dc8ee1bd0b94;hb=a66f0a954c17d9febb8c6835bd474ccbadfcf2fd;hpb=1ceaae5125b6781e11416dd48109611cfe182be3 diff --git a/docs/symbols/Roo.lib.Dom.json b/docs/symbols/Roo.lib.Dom.json index a24a259377..c5cb943e28 100644 --- a/docs/symbols/Roo.lib.Dom.json +++ b/docs/symbols/Roo.lib.Dom.json @@ -6,7 +6,7 @@ "tree_parent" : [], "desc" : "Dom utils (from YIU afaik)", "isSingleton" : false, - "isStatic" : false, + "isStatic" : true, "isBuiltin" : false, "isAbstract" : false, "isBuilderTop" : false, @@ -20,6 +20,71 @@ "throws" : "", "requires" : "", "config" : [], - "methods" : [], + "methods" : [ + { + "name" : "getViewWidth", + "type" : "function", + "desc" : "Get the view width", + "sig" : "(full)", + "static" : true, + "memberOf" : "", + "isStatic" : true, + "isConstructor" : false, + "isPrivate" : false, + "example" : "", + "deprecated" : "", + "since" : "", + "see" : "", + "exceptions" : "", + "requires" : "", + "params" : [ + { + "name" : "full", + "type" : "Boolean", + "desc" : "True will get the full document, otherwise it's the view width", + "isOptional" : false + } + ], + "returns" : [ + { + "name" : "", + "type" : "Number", + "desc" : "The width" + } + ] + }, + { + "name" : "getViewHeight", + "type" : "function", + "desc" : "Get the view height", + "sig" : "(full)", + "static" : true, + "memberOf" : "", + "isStatic" : true, + "isConstructor" : false, + "isPrivate" : false, + "example" : "", + "deprecated" : "", + "since" : "", + "see" : "", + "exceptions" : "", + "requires" : "", + "params" : [ + { + "name" : "full", + "type" : "Boolean", + "desc" : "True will get the full document, otherwise it's the view height", + "isOptional" : false + } + ], + "returns" : [ + { + "name" : "", + "type" : "Number", + "desc" : "The height" + } + ] + } + ], "events" : [] } \ No newline at end of file