X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsymbols%2FRoo.lib.Dom.json;h=47ffcdef01d0a76573cbe82eb7691413870f93d7;hp=c5cb943e28576dc51f00dde36c79bc00d4cf7804;hb=9c7a8ec74e80c6351625f2b02b15673ef54753ae;hpb=dc0deb4ab24ebb1144a9c7c0cea2e5d6bedb54e1 diff --git a/docs/symbols/Roo.lib.Dom.json b/docs/symbols/Roo.lib.Dom.json index c5cb943e28..47ffcdef01 100644 --- a/docs/symbols/Roo.lib.Dom.json +++ b/docs/symbols/Roo.lib.Dom.json @@ -21,6 +21,56 @@ "requires" : "", "config" : [], "methods" : [ + { + "name" : "getDocumentWidth", + "type" : "function", + "desc" : "Get the Full Document width", + "sig" : "()\n{\n\n}", + "static" : true, + "memberOf" : "", + "isStatic" : true, + "isConstructor" : false, + "isPrivate" : false, + "example" : "", + "deprecated" : "", + "since" : "", + "see" : "", + "exceptions" : "", + "requires" : "", + "params" : [], + "returns" : [ + { + "name" : "", + "type" : "Number", + "desc" : "The width" + } + ] + }, + { + "name" : "getViewportWidth", + "type" : "function", + "desc" : "Get the Window Viewport width", + "sig" : "()\n{\n\n}", + "static" : true, + "memberOf" : "", + "isStatic" : true, + "isConstructor" : false, + "isPrivate" : false, + "example" : "", + "deprecated" : "", + "since" : "", + "see" : "", + "exceptions" : "", + "requires" : "", + "params" : [], + "returns" : [ + { + "name" : "", + "type" : "Number", + "desc" : "The width" + } + ] + }, { "name" : "getViewWidth", "type" : "function", @@ -53,6 +103,31 @@ } ] }, + { + "name" : "getDocumentHeight", + "type" : "function", + "desc" : "Get the Full Document height", + "sig" : "()\n{\n\n}", + "static" : true, + "memberOf" : "", + "isStatic" : true, + "isConstructor" : false, + "isPrivate" : false, + "example" : "", + "deprecated" : "", + "since" : "", + "see" : "", + "exceptions" : "", + "requires" : "", + "params" : [], + "returns" : [ + { + "name" : "", + "type" : "Number", + "desc" : "The height" + } + ] + }, { "name" : "getViewHeight", "type" : "function", @@ -84,6 +159,31 @@ "desc" : "The height" } ] + }, + { + "name" : "getViewportHeight", + "type" : "function", + "desc" : "Get the Window Viewport height", + "sig" : "()\n{\n\n}", + "static" : true, + "memberOf" : "", + "isStatic" : true, + "isConstructor" : false, + "isPrivate" : false, + "example" : "", + "deprecated" : "", + "since" : "", + "see" : "", + "exceptions" : "", + "requires" : "", + "params" : [], + "returns" : [ + { + "name" : "", + "type" : "Number", + "desc" : "The height" + } + ] } ], "events" : []