major doc changes
[roojs1] / docs / symbols / Roo.LoadMask.json
index ec16d97..85fad39 100644 (file)
@@ -1,10 +1,15 @@
 {
   "name" : "Roo.LoadMask",
   "augments" : [],
+  "childClasses" : {  },
+  "tree_children" : [],
+  "tree_parent" : [],
   "desc" : "A simple utility class for generically masking elements while loading data.  If the element being masked has\nan underlying {@link Roo.data.Store}, the masking will be automatically synchronized with the store's loading\nprocess and the mask element will be cached for reuse.  For all other elements, this mask will replace the\nelement's UpdateManager load indicator and will be destroyed after the initial load.",
   "isSingleton" : false,
   "isStatic" : false,
   "isBuiltin" : false,
+  "isAbstract" : false,
+  "isBuilderTop" : false,
   "memberOf" : "LoadMask",
   "example" : "",
   "deprecated" : "",
     }
   ],
   "returns" : [],
+  "throws" : "",
+  "requires" : "",
   "config" : [
     {
       "name" : "msg",
       "type" : "String",
       "desc" : "The text to display in a centered loading message box (defaults to 'Loading...')",
-      "memberOf" : "Roo.LoadMask",
-      "optvals" : []
+      "memberOf" : "Roo.LoadMask"
     },
     {
       "name" : "removeMask",
       "type" : "Boolean",
       "desc" : "True to create a single-use mask that is automatically destroyed after loading (useful for page loads),\nFalse to persist the mask element reference for multiple uses (e.g., for paged data widgets).  Defaults to false.",
-      "memberOf" : "Roo.LoadMask",
-      "optvals" : []
+      "memberOf" : "Roo.LoadMask"
     },
     {
       "name" : "msgCls",
       "type" : "String",
       "desc" : "The CSS class to apply to the loading message element (defaults to \"x-mask-loading\")",
-      "memberOf" : "Roo.LoadMask",
-      "optvals" : []
+      "memberOf" : "Roo.LoadMask"
     }
   ],
   "methods" : [
     {
       "name" : "disable",
+      "type" : "function",
       "desc" : "Disables the mask to prevent it from being displayed",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.LoadMask",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [],
       "returns" : []
     },
     {
       "name" : "enable",
+      "type" : "function",
       "desc" : "Enables the mask so that it can be displayed",
+      "sig" : "()\n{\n\n}",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Roo.LoadMask",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [],
       "returns" : []
     }