Fix #6913 - add more documentation to code
[roojs1] / docs / symbols / Roo.lib.Dom.json
index c5cb943..47ffcde 100644 (file)
   "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",
         }
       ]
     },
+    {
+      "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",
           "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" : []