major doc changes
[roojs1] / docs / Roo.docs.bjs
index 941a59f..81404ba 100644 (file)
@@ -10,6 +10,7 @@
   "ae635f08107a69569e636835f24e6f6f" : " extends ",
   "87f9f735a1d36793ceaecd4e47124b63" : "Events",
   "d41d8cd98f00b204e9800998ecf8427e" : " ",
+  "4d9ee8f98abde282da987fed0aac295c" : "Children that can be added using addxtype({...})",
   "9b34238e8113db140b452beec500024b" : "Roo JS Documentation",
   "50f33d14f129e4548c1c270fd6725a78" : "Configuration options",
   "e64b94523532dbac62df6795a5153f04" : "doc-desc",
         "render" : "function (_self)\n{\n    _this.roo_title = this;\n}"
        },
        "xtype" : "Header",
-       "Number level" : 1,
        "$ xns" : "Roo.bootstrap",
+       "Number level" : 1,
        "String html" : "Roo JS Documentation"
       },
       {
               "render" : "function (_self)\n{\n   _this.classType = this;\n}"
              },
              "xtype" : "Header",
-             "Number level" : 4,
              "$ xns" : "Roo.bootstrap",
+             "Number level" : 4,
              "String html" : " Class ",
              "items" : [
               {
               "render" : "function (_self)\n{\n    _this.doc_source_row = this;\n}"
              },
              "xtype" : "Header",
-             "$ xns" : "Roo.bootstrap",
              "Number level" : 5,
+             "$ xns" : "Roo.bootstrap",
              "String html" : "Defined in: ",
              "items" : [
               {
                 "click" : "function (e)\n{\n    \n    Roo.log([\"click\", this]);\n    if (this.el.dom.innerHTML.length > 0) {\n        Roo.docs.init.loadSource();\n    }\n}"
                },
                "String cls" : "doc-source",
-               "Boolean preventDefault" : true,
                "String href" : "#",
+               "Boolean preventDefault" : true,
                "xtype" : "Link",
                "$ xns" : "Roo.bootstrap",
                "String html" : "Defined in: "
            "$ xns" : "Roo.bootstrap",
            "String html" : "doc-comments",
            "Boolean hidden" : true
-          }
-         ]
-        },
-        {
-         "Number md" : 3,
-         "xtype" : "Column",
-         "$ xns" : "Roo.bootstrap",
-         "items" : [
+          },
           {
            "listeners" : {
-            "render" : "function (_self)\n{\n    _this.augments  = this;\n}"
+            "render" : "function (_self)\n{\n    _this.configTableContainer = this;\n}"
            },
-           "String header" : "Inheritance tree",
-           "String cls" : "doc-augments",
+           "String header" : "Configuration options",
+           "String cls" : "doc-table-container",
+           "Boolean expanded" : true,
            "xtype" : "Container",
            "String panel" : "primary",
-           "$ xns" : "Roo.bootstrap"
+           "$ xns" : "Roo.bootstrap",
+           "String style" : "margin-top:15px",
+           "Boolean expandable" : true,
+           "items" : [
+            {
+             "listeners" : {
+              "rowclass" : "function (_self, rowcfg)\n{\n      rc = rowcfg.record.json.memberOf == Roo.docs.init.currentClass ? 'doc-added-member '  : 'doc-not-member ';\n      rowcfg.rowClass = rc + (rowcfg.record.json.expanded ? 'expanded' : '');\n}",
+              "render" : "function (_self)\n{\n    _this.configTable = this;\n}",
+              "rowclick" : "function (_self, el, rowIndex, e)\n{\n    if (e.target.className != 'fixedFont' && e.target.parentNode.className != 'fixedFont') {\n        return false;\n    }\n    \n    var r = this.store.getAt(rowIndex);\n    r.json.expanded = !r.json.expanded ;\n    this.refreshRow(r);\n}"
+             },
+             "boolean striped" : true,
+             "boolean responsive" : true,
+             "xtype" : "Table",
+             "Boolean rowSelection" : true,
+             "$ xns" : "Roo.bootstrap",
+             "items" : [
+              {
+               "String header" : "",
+               "String dataIndex" : "name",
+               "$ Function renderer" : "function(v,x,r) { \n\n    return Roo.docs.template.config(r.json);\n\n\t\t\t\n}",
+               "xtype" : "ColumnModel",
+               "Number xs" : 11,
+               "$ xns" : "Roo.grid",
+               "* prop" : "cm[]"
+              },
+              {
+               "String header" : "<small>Defined by</small>",
+               "String dataIndex" : "memberOf",
+               "$ Function renderer" : "function(v,x,r) { \n if (r.json.memberOf  == Roo.docs.init.currentClass) {\n            return '';\n        }\n\n\t\treturn \t'<small><a href=\"#' + r.json.memberOf + '\">' + r.json.memberOf + '</a></small>';\n\t\t\t\n}",
+               "xtype" : "ColumnModel",
+               "Number xs" : 1,
+               "$ xns" : "Roo.grid",
+               "* prop" : "cm[]"
+              },
+              {
+               "xtype" : "Store",
+               "$ xns" : "Roo.data",
+               "* prop" : "store",
+               "items" : [
+                {
+                 "xtype" : "MemoryProxy",
+                 "$ xns" : "Roo.data",
+                 "* prop" : "proxy"
+                },
+                {
+                 "xtype" : "ArrayReader",
+                 "$ fields" : "[ 'name', 'type', 'desc', 'memberOf' ]",
+                 "$ xns" : "Roo.data",
+                 "* prop" : "reader"
+                }
+               ]
+              }
+             ]
+            }
+           ]
           },
           {
            "listeners" : {
-            "render" : "function (_self)\n{\n    _this.implementors  = this;\n}"
+            "render" : "function (_self)\n{\n    _this.methodsTableContainer = this;\n}"
            },
-           "String header" : "Implementations",
-           "String cls" : "doc-implementors",
-           "xtype" : "Container",
+           "String header" : "Constructor, Static and Public Methods",
+           "String cls" : "doc-table-container",
+           "Boolean expanded" : true,
            "String panel" : "primary",
-           "$ xns" : "Roo.bootstrap"
-          }
-         ]
-        }
-       ]
-      },
-      {
-       "listeners" : {
-        "render" : "function (_self)\n{\n    _this.configTableContainer = this;\n}"
-       },
-       "String header" : "Configuration options",
-       "Boolean expanded" : true,
-       "String cls" : "doc-table-container",
-       "xtype" : "Container",
-       "String panel" : "primary",
-       "$ xns" : "Roo.bootstrap",
-       "String style" : "margin-top:15px",
-       "Boolean expandable" : true,
-       "items" : [
-        {
-         "listeners" : {
-          "rowclass" : "function (_self, rowcfg)\n{\n      rc = rowcfg.record.json.memberOf == Roo.docs.init.currentClass ? 'doc-added-member '  : 'doc-not-member ';\n      rowcfg.rowClass = rc + (rowcfg.record.json.expanded ? 'expanded' : '');\n}",
-          "render" : "function (_self)\n{\n    _this.configTable = this;\n}",
-          "rowclick" : "function (_self, el, rowIndex, e)\n{\n    if (e.target.className != 'fixedFont' && e.target.parentNode.className != 'fixedFont') {\n        return false;\n    }\n    \n    var r = this.store.getAt(rowIndex);\n    r.json.expanded = !r.json.expanded ;\n    this.refreshRow(r);\n}"
-         },
-         "boolean striped" : true,
-         "xtype" : "Table",
-         "boolean responsive" : true,
-         "Boolean rowSelection" : true,
-         "$ xns" : "Roo.bootstrap",
-         "items" : [
-          {
-           "String header" : "",
-           "String dataIndex" : "name",
-           "$ Function renderer" : "function(v,x,r) { \n\n    return Roo.docs.template.config(r.json);\n\n\t\t\t\n}",
-           "xtype" : "ColumnModel",
-           "Number xs" : 11,
-           "$ xns" : "Roo.grid",
-           "* prop" : "cm[]"
-          },
-          {
-           "String header" : "<small>Defined by</small>",
-           "String dataIndex" : "memberOf",
-           "$ Function renderer" : "function(v,x,r) { \n if (r.json.memberOf  == Roo.docs.init.currentClass) {\n            return '';\n        }\n\n\t\treturn \t'<small><a href=\"#' + r.json.memberOf + '\">' + r.json.memberOf + '</a></small>';\n\t\t\t\n}",
-           "xtype" : "ColumnModel",
-           "Number xs" : 1,
-           "$ xns" : "Roo.grid",
-           "* prop" : "cm[]"
-          },
-          {
-           "xtype" : "Store",
-           "$ xns" : "Roo.data",
-           "* prop" : "store",
+           "xtype" : "Container",
+           "$ xns" : "Roo.bootstrap",
+           "Boolean expandable" : true,
            "items" : [
             {
-             "xtype" : "MemoryProxy",
-             "$ xns" : "Roo.data",
-             "* prop" : "proxy"
-            },
-            {
-             "xtype" : "ArrayReader",
-             "$ xns" : "Roo.data",
-             "$ fields" : "[ 'name', 'type', 'desc', 'memberOf' ]",
-             "* prop" : "reader"
+             "listeners" : {
+              "rowclass" : "function (_self, rowcfg)\n{\n      var j = rowcfg.record.json;\n      var rc = j.memberOf == Roo.docs.init.currentClass || j.isConstructor ? 'doc-added-member '  : 'doc-not-member ';\n      rowcfg.rowClass = rc + (rowcfg.record.json.expanded ? 'expanded' : '');\n}",
+              "render" : "function (_self)\n{\n    _this.methodsTable = this;\n}",
+              "rowclick" : "function (_self, el, rowIndex, e)\n{\n      if (e.target.className != 'fixedFont' && e.target.parentNode.className != 'fixedFont') {\n        return false;\n    }\n     var r = this.store.getAt(rowIndex);\n    r.json.expanded = !r.json.expanded ;\n    this.refreshRow(r);\n}"
+             },
+             "xtype" : "Table",
+             "boolean responsive" : true,
+             "Boolean rowSelection" : true,
+             "$ xns" : "Roo.bootstrap",
+             "items" : [
+              {
+               "String header" : " ",
+               "String dataIndex" : "name",
+               "$ Function renderer" : "function(v,x,r) { \n\n    return Roo.docs.template.method(r.json);\n\t\t \n\t\t\t\n}",
+               "xtype" : "ColumnModel",
+               "$ xns" : "Roo.grid",
+               "Boolean sortable" : false,
+               "* prop" : "cm[]",
+               "Number sm" : 11
+              },
+              {
+               "String header" : "<small>Defined by</small>",
+               "String dataIndex" : "memberOf",
+               "$ Function renderer" : "function(v,x,r) { \n\n if (r.json.memberOf  == Roo.docs.init.currentClass) {\n            return '';\n        }\n\t\treturn \t'<small><a href=\"#' + r.json.memberOf + '\">' + r.json.memberOf + '</a></small>';\n\t\t\t\n}",
+               "xtype" : "ColumnModel",
+               "$ xns" : "Roo.grid",
+               "* prop" : "cm[]",
+               "Number sm" : 1
+              },
+              {
+               "$ Object sortInfo" : "{ field : 'name', direction : 'ASC' }",
+               "xtype" : "Store",
+               "$ xns" : "Roo.data",
+               "* prop" : "store",
+               "items" : [
+                {
+                 "xtype" : "MemoryProxy",
+                 "$ xns" : "Roo.data",
+                 "* prop" : "proxy"
+                },
+                {
+                 "xtype" : "ArrayReader",
+                 "$ fields" : "[ 'name', 'type', 'desc', 'memberOf' ]",
+                 "$ xns" : "Roo.data",
+                 "* prop" : "reader"
+                }
+               ]
+              }
+             ]
             }
            ]
-          }
-         ]
-        }
-       ]
-      },
-      {
-       "listeners" : {
-        "render" : "function (_self)\n{\n    _this.methodsTableContainer = this;\n}"
-       },
-       "String header" : "Constructor, Static and Public Methods",
-       "Boolean expanded" : true,
-       "String cls" : "doc-table-container",
-       "String panel" : "primary",
-       "xtype" : "Container",
-       "$ xns" : "Roo.bootstrap",
-       "Boolean expandable" : true,
-       "items" : [
-        {
-         "listeners" : {
-          "rowclass" : "function (_self, rowcfg)\n{\n      var j = rowcfg.record.json;\n      var rc = j.memberOf == Roo.docs.init.currentClass || j.isConstructor ? 'doc-added-member '  : 'doc-not-member ';\n      rowcfg.rowClass = rc + (rowcfg.record.json.expanded ? 'expanded' : '');\n}",
-          "render" : "function (_self)\n{\n    _this.methodsTable = this;\n}",
-          "rowclick" : "function (_self, el, rowIndex, e)\n{\n      if (e.target.className != 'fixedFont' && e.target.parentNode.className != 'fixedFont') {\n        return false;\n    }\n     var r = this.store.getAt(rowIndex);\n    r.json.expanded = !r.json.expanded ;\n    this.refreshRow(r);\n}"
-         },
-         "xtype" : "Table",
-         "boolean responsive" : true,
-         "Boolean rowSelection" : true,
-         "$ xns" : "Roo.bootstrap",
-         "items" : [
-          {
-           "String header" : " ",
-           "String dataIndex" : "name",
-           "$ Function renderer" : "function(v,x,r) { \n\n    return Roo.docs.template.method(r.json);\n\t\t \n\t\t\t\n}",
-           "xtype" : "ColumnModel",
-           "$ xns" : "Roo.grid",
-           "Boolean sortable" : false,
-           "* prop" : "cm[]",
-           "Number sm" : 11
           },
           {
-           "String header" : "<small>Defined by</small>",
-           "String dataIndex" : "memberOf",
-           "$ Function renderer" : "function(v,x,r) { \n\n if (r.json.memberOf  == Roo.docs.init.currentClass) {\n            return '';\n        }\n\t\treturn \t'<small><a href=\"#' + r.json.memberOf + '\">' + r.json.memberOf + '</a></small>';\n\t\t\t\n}",
-           "xtype" : "ColumnModel",
-           "$ xns" : "Roo.grid",
-           "* prop" : "cm[]",
-           "Number sm" : 1
-          },
-          {
-           "$ Object sortInfo" : "{ field : 'name', direction : 'ASC' }",
-           "xtype" : "Store",
-           "$ xns" : "Roo.data",
-           "* prop" : "store",
+           "listeners" : {
+            "render" : "function (_self)\n{\n    _this.eventsTableContainer   = this;\n}"
+           },
+           "String header" : "Events",
+           "String cls" : "doc-table-container",
+           "Boolean expanded" : true,
+           "xtype" : "Container",
+           "String panel" : "primary",
+           "$ xns" : "Roo.bootstrap",
+           "Boolean expandable" : true,
            "items" : [
             {
-             "xtype" : "MemoryProxy",
-             "$ xns" : "Roo.data",
-             "* prop" : "proxy"
-            },
-            {
-             "xtype" : "ArrayReader",
-             "$ xns" : "Roo.data",
-             "$ fields" : "[ 'name', 'type', 'desc', 'memberOf' ]",
-             "* prop" : "reader"
+             "listeners" : {
+              "rowclass" : "function (_self, rowcfg)\n{\n      rc = rowcfg.record.json.memberOf == Roo.docs.init.currentClass ? 'doc-added-member '  : 'doc-not-member ';\n      rowcfg.rowClass = rc + (rowcfg.record.json.expanded ? 'expanded' : '');\n}",
+              "render" : "function (_self)\n{\n    _this.eventsTable = this;\n}",
+              "rowclick" : "function (_self, el, rowIndex, e)\n{\n        if (e.target.className != 'fixedFont' && e.target.parentNode.className != 'fixedFont') {\n        return false;\n    }\n    var r = this.store.getAt(rowIndex);\n    r.json.expanded = !r.json.expanded ;\n    this.refreshRow(r);\n}"
+             },
+             "xtype" : "Table",
+             "boolean responsive" : true,
+             "Boolean rowSelection" : true,
+             "$ xns" : "Roo.bootstrap",
+             "items" : [
+              {
+               "String header" : "",
+               "String dataIndex" : "name",
+               "Number md" : 11,
+               "$ Function renderer" : "function(v,x,r) { \n\n    return Roo.docs.template.event(r.json);\n\t\t \n\t\t\t\n}",
+               "xtype" : "ColumnModel",
+               "$ xns" : "Roo.grid",
+               "* prop" : "cm[]"
+              },
+              {
+               "String header" : "<small>Defined by</small>",
+               "String dataIndex" : "memberOf",
+               "Number md" : 1,
+               "$ Function renderer" : "function(v,x,r) { \n        if (r.json.memberOf  == Roo.docs.init.currentClass) {\n            return '';\n        }\n\n\t\treturn \t'<small><a href=\"#' + r.json.memberOf + '\">' + r.json.memberOf + '</a></small>';\n\t\t\t\n}",
+               "xtype" : "ColumnModel",
+               "Number xs" : 0,
+               "$ xns" : "Roo.grid",
+               "* prop" : "cm[]"
+              },
+              {
+               "xtype" : "Store",
+               "$ xns" : "Roo.data",
+               "* prop" : "store",
+               "items" : [
+                {
+                 "xtype" : "ArrayReader",
+                 "$ xns" : "Roo.data",
+                 "$ fields" : "[ 'name', 'type', 'desc', 'memberOf' ]",
+                 "* prop" : "reader"
+                },
+                {
+                 "xtype" : "MemoryProxy",
+                 "$ xns" : "Roo.data",
+                 "* prop" : "proxy"
+                }
+               ]
+              }
+             ]
             }
            ]
           }
          ]
-        }
-       ]
-      },
-      {
-       "listeners" : {
-        "render" : "function (_self)\n{\n    _this.eventsTableContainer   = this;\n}"
-       },
-       "String header" : "Events",
-       "Boolean expanded" : true,
-       "String cls" : "doc-table-container",
-       "xtype" : "Container",
-       "String panel" : "primary",
-       "$ xns" : "Roo.bootstrap",
-       "Boolean expandable" : true,
-       "items" : [
+        },
         {
-         "listeners" : {
-          "rowclass" : "function (_self, rowcfg)\n{\n      rc = rowcfg.record.json.memberOf == Roo.docs.init.currentClass ? 'doc-added-member '  : 'doc-not-member ';\n      rowcfg.rowClass = rc + (rowcfg.record.json.expanded ? 'expanded' : '');\n}",
-          "render" : "function (_self)\n{\n    _this.eventsTable = this;\n}",
-          "rowclick" : "function (_self, el, rowIndex, e)\n{\n        if (e.target.className != 'fixedFont' && e.target.parentNode.className != 'fixedFont') {\n        return false;\n    }\n    var r = this.store.getAt(rowIndex);\n    r.json.expanded = !r.json.expanded ;\n    this.refreshRow(r);\n}"
-         },
-         "xtype" : "Table",
-         "boolean responsive" : true,
-         "Boolean rowSelection" : true,
+         "Number md" : 3,
+         "xtype" : "Column",
          "$ xns" : "Roo.bootstrap",
          "items" : [
           {
-           "String header" : "",
-           "Number md" : 11,
-           "String dataIndex" : "name",
-           "$ Function renderer" : "function(v,x,r) { \n\n    return Roo.docs.template.event(r.json);\n\t\t \n\t\t\t\n}",
-           "xtype" : "ColumnModel",
-           "$ xns" : "Roo.grid",
-           "* prop" : "cm[]"
+           "listeners" : {
+            "render" : "function (_self)\n{\n    _this.augments  = this;\n}"
+           },
+           "String header" : "Inheritance tree",
+           "String cls" : "doc-augments",
+           "xtype" : "Container",
+           "String panel" : "primary",
+           "$ xns" : "Roo.bootstrap"
           },
           {
-           "String header" : "<small>Defined by</small>",
-           "Number md" : 1,
-           "String dataIndex" : "memberOf",
-           "$ Function renderer" : "function(v,x,r) { \n        if (r.json.memberOf  == Roo.docs.init.currentClass) {\n            return '';\n        }\n\n\t\treturn \t'<small><a href=\"#' + r.json.memberOf + '\">' + r.json.memberOf + '</a></small>';\n\t\t\t\n}",
-           "xtype" : "ColumnModel",
-           "Number xs" : 0,
-           "$ xns" : "Roo.grid",
-           "* prop" : "cm[]"
+           "listeners" : {
+            "render" : "function (_self)\n{\n    _this.implementors  = this;\n}"
+           },
+           "String header" : "Implementations",
+           "String cls" : "doc-implementors",
+           "xtype" : "Container",
+           "String panel" : "primary",
+           "$ xns" : "Roo.bootstrap"
           },
           {
-           "xtype" : "Store",
-           "$ xns" : "Roo.data",
-           "* prop" : "store",
-           "items" : [
-            {
-             "xtype" : "ArrayReader",
-             "$ fields" : "[ 'name', 'type', 'desc', 'memberOf' ]",
-             "$ xns" : "Roo.data",
-             "* prop" : "reader"
-            },
-            {
-             "xtype" : "MemoryProxy",
-             "$ xns" : "Roo.data",
-             "* prop" : "proxy"
-            }
-           ]
+           "listeners" : {
+            "render" : "function (_self)\n{\n    _this.doc_children  = this;\n}"
+           },
+           "String header" : "Children that can be added using addxtype({...})",
+           "String cls" : "doc-children",
+           "xtype" : "Container",
+           "String panel" : "primary",
+           "$ xns" : "Roo.bootstrap"
           }
          ]
         }