X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsymbols%2FRoo.bootstrap.panel.Grid.json;fp=docs%2Fsymbols%2FRoo.bootstrap.panel.Grid.json;h=9102bb93b69b2691545ff9a69c8ddc90e4c68b89;hp=5d42e8f95df9187c467e7064dc6bd4c1bbf765e7;hb=e01802ac69da0ec0c9ccecc295beff82c1779f68;hpb=0fa7894b7489284160ff14afdca7b6911983357f diff --git a/docs/symbols/Roo.bootstrap.panel.Grid.json b/docs/symbols/Roo.bootstrap.panel.Grid.json index 5d42e8f95d..9102bb93b6 100644 --- a/docs/symbols/Roo.bootstrap.panel.Grid.json +++ b/docs/symbols/Roo.bootstrap.panel.Grid.json @@ -4,10 +4,15 @@ "Roo.bootstrap.panel.Content", "Roo.util.Observable" ], + "childClasses" : { }, + "tree_children" : [], + "tree_parent" : [], "desc" : "Create a new GridPanel.", "isSingleton" : false, "isStatic" : false, "isBuiltin" : false, + "isAbstract" : false, + "isBuilderTop" : false, "memberOf" : "Grid", "example" : "", "deprecated" : "", @@ -22,166 +27,147 @@ } ], "returns" : [], + "throws" : "", + "requires" : "", "config" : [ - { - "name" : "listeners", - "type" : "Object", - "desc" : "list of events and functions to call for this object, \nFor example :\n
\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  
", - "memberOf" : "Roo.util.Observable", - "optvals" : [] - }, { "name" : "loadOnce", "type" : "Boolean", "desc" : "When used with {@link #url}, calls {@link #setUrl} with this value", - "memberOf" : "Roo.bootstrap.panel.Content", - "optvals" : [] + "memberOf" : "Roo.bootstrap.panel.Content" + }, + { + "name" : "listeners", + "type" : "Object", + "desc" : "list of events and functions to call for this object, \nFor example :\n
\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  
", + "memberOf" : "Roo.util.Observable" }, { "name" : "badges", "type" : "Boolean", "desc" : "render the badges", - "memberOf" : "Roo.bootstrap.panel.Content", - "optvals" : [] + "memberOf" : "Roo.bootstrap.panel.Content" }, { "name" : "autoScroll", "type" : "Boolean", "desc" : "True to scroll overflow in this panel (use with {@link #fitToFrame})", - "memberOf" : "Roo.bootstrap.panel.Content", - "optvals" : [] + "memberOf" : "Roo.bootstrap.panel.Content" + }, + { + "name" : "toolbar", + "type" : "Roo.bootstrap.nav.Simplebar", + "desc" : "the toolbar at the top of the grid.", + "memberOf" : "Roo.bootstrap.panel.Grid" }, { "name" : "fitToFrame", "type" : "Boolean", "desc" : "True for this panel to adjust its size to fit when the region resizes (defaults to false)", - "memberOf" : "Roo.bootstrap.panel.Content", - "optvals" : [] + "memberOf" : "Roo.bootstrap.panel.Content" }, { "name" : "background", "type" : "Boolean", "desc" : "True if the panel should not be activated when it is added (defaults to false)", - "memberOf" : "Roo.bootstrap.panel.Content", - "optvals" : [] - }, - { - "name" : "toolbar", - "type" : "Toolbar", - "desc" : "A toolbar for this panel", - "memberOf" : "Roo.bootstrap.panel.Content", - "optvals" : [] + "memberOf" : "Roo.bootstrap.panel.Content" }, { "name" : "region", "type" : "String", - "desc" : "t) which region to put this panel on (when used with xtype constructors)", - "memberOf" : "Roo.bootstrap.panel.Content", - "optvals" : [ - "center", - "north", - "south", - "east", - "west" - ] + "desc" : "[required] (center|north|south|east|west) which region to put this panel on (when used with xtype constructors)", + "memberOf" : "Roo.bootstrap.panel.Content" }, { "name" : "content", "type" : "String", "desc" : "Raw content to fill content panel with (uses setContent on construction.)", - "memberOf" : "Roo.bootstrap.panel.Content", - "optvals" : [] + "memberOf" : "Roo.bootstrap.panel.Content" }, { "name" : "title", "type" : "String", "desc" : "The title for this panel", - "memberOf" : "Roo.bootstrap.panel.Content", - "optvals" : [] + "memberOf" : "Roo.bootstrap.panel.Content" }, { "name" : "iframe", "type" : "Boolean", "desc" : "contents are an iframe - makes showing remote sources/CSS feasible..", - "memberOf" : "Roo.bootstrap.panel.Content", - "optvals" : [] + "memberOf" : "Roo.bootstrap.panel.Content" }, { "name" : "cls", "type" : "String", "desc" : "extra classes to use", - "memberOf" : "Roo.bootstrap.panel.Content", - "optvals" : [] + "memberOf" : "Roo.bootstrap.panel.Content" }, { "name" : "autoCreate", "type" : "Boolean/Object", "desc" : "True to auto generate the DOM element for this panel, or a {@link Roo.DomHelper} config of the element to create", - "memberOf" : "Roo.bootstrap.panel.Content", - "optvals" : [] + "memberOf" : "Roo.bootstrap.panel.Content" }, { "name" : "fitContainer", "type" : "Boolean", "desc" : "When using {@link #fitToFrame} and {@link #resizeEl}, you can also fit the parent container (defaults to false)", - "memberOf" : "Roo.bootstrap.panel.Content", - "optvals" : [] + "memberOf" : "Roo.bootstrap.panel.Content" }, { "name" : "grid", "type" : "Roo.bootstrap.Table", "desc" : "The grid for this panel", - "memberOf" : "Roo.bootstrap.panel.Grid", - "optvals" : [] + "memberOf" : "Roo.bootstrap.panel.Grid" }, { "name" : "closable", "type" : "Boolean", "desc" : "True if the panel can be closed/removed", - "memberOf" : "Roo.bootstrap.panel.Content", - "optvals" : [] + "memberOf" : "Roo.bootstrap.panel.Content" }, { "name" : "params", "type" : "String/Object", "desc" : "When used with {@link #url}, calls {@link #setUrl} with this value", - "memberOf" : "Roo.bootstrap.panel.Content", - "optvals" : [] + "memberOf" : "Roo.bootstrap.panel.Content" }, { "name" : "adjustments", "type" : "Array", "desc" : "Values to add to the width/height when doing a {@link #fitToFrame} (default is [0, 0])", - "memberOf" : "Roo.bootstrap.panel.Content", - "optvals" : [] + "memberOf" : "Roo.bootstrap.panel.Content" }, { "name" : "url", "type" : "String", "desc" : "Calls {@link #setUrl} with this value", - "memberOf" : "Roo.bootstrap.panel.Content", - "optvals" : [] + "memberOf" : "Roo.bootstrap.panel.Content" }, { "name" : "resizeEl", "type" : "String/HTMLElement/Element", "desc" : "An element to resize if {@link #fitToFrame} is true (instead of this panel's element)", - "memberOf" : "Roo.bootstrap.panel.Content", - "optvals" : [] + "memberOf" : "Roo.bootstrap.panel.Content" } ], "methods" : [ { "name" : "getGrid", + "type" : "function", "desc" : "Returns the grid for this panel", + "sig" : "()\n{\n\n}", + "static" : false, + "memberOf" : "", "isStatic" : false, "isConstructor" : false, "isPrivate" : false, - "memberOf" : "Roo.bootstrap.panel.Grid", "example" : "", "deprecated" : "", "since" : "", "see" : "", + "exceptions" : "", + "requires" : "", "params" : [], "returns" : [ { @@ -193,29 +179,39 @@ }, { "name" : "refresh", + "type" : "function", "desc" : "Force a content refresh from the URL specified in the {@link #setUrl} method.\n Will fail silently if the {@link #setUrl} method has not been called.\n This does not activate the panel, just updates its content.", + "sig" : "()\n{\n\n}", + "static" : false, + "memberOf" : "Roo.bootstrap.panel.Content", "isStatic" : false, "isConstructor" : false, "isPrivate" : false, - "memberOf" : "Roo.bootstrap.panel.Content", "example" : "", "deprecated" : "", "since" : "", "see" : "", + "exceptions" : "", + "requires" : "", "params" : [], "returns" : [] }, { "name" : "getUpdateManager", + "type" : "function", "desc" : "Get the {@link Roo.UpdateManager} for this panel. Enables you to perform Ajax updates.", + "sig" : "()\n{\n\n}", + "static" : false, + "memberOf" : "Roo.bootstrap.panel.Content", "isStatic" : false, "isConstructor" : false, "isPrivate" : false, - "memberOf" : "Roo.bootstrap.panel.Content", "example" : "", "deprecated" : "", "since" : "", "see" : "", + "exceptions" : "", + "requires" : "", "params" : [], "returns" : [ { @@ -227,15 +223,20 @@ }, { "name" : "getChildContainer", + "type" : "function", "desc" : "Adds a xtype elements to the panel - currently only supports Forms, View, JsonView.\n
\n\nlayout.addxtype({\n       xtype : 'Form',\n       items: [ .... ]\n   }\n);\n\n
", + "sig" : "(cfg)", + "static" : false, + "memberOf" : "Roo.bootstrap.panel.Content", "isStatic" : false, "isConstructor" : false, "isPrivate" : false, - "memberOf" : "Roo.bootstrap.panel.Content", "example" : "", "deprecated" : "", "since" : "", "see" : "", + "exceptions" : "", + "requires" : "", "params" : [ { "name" : "cfg", @@ -248,15 +249,20 @@ }, { "name" : "getToolbar", + "type" : "function", "desc" : "Returns the toolbar for this Panel if one was configured.", + "sig" : "()\n{\n\n}", + "static" : false, + "memberOf" : "Roo.bootstrap.panel.Content", "isStatic" : false, "isConstructor" : false, "isPrivate" : false, - "memberOf" : "Roo.bootstrap.panel.Content", "example" : "", "deprecated" : "", "since" : "", "see" : "", + "exceptions" : "", + "requires" : "", "params" : [], "returns" : [ { @@ -268,15 +274,20 @@ }, { "name" : "setTitle", + "type" : "function", "desc" : "Set this panel's title", + "sig" : "(title)", + "static" : false, + "memberOf" : "Roo.bootstrap.panel.Content", "isStatic" : false, "isConstructor" : false, "isPrivate" : false, - "memberOf" : "Roo.bootstrap.panel.Content", "example" : "", "deprecated" : "", "since" : "", "see" : "", + "exceptions" : "", + "requires" : "", "params" : [ { "name" : "title", @@ -289,15 +300,20 @@ }, { "name" : "setUrl", + "type" : "function", "desc" : "Set a URL to be used to load the content for this panel. When this panel is activated, the content will be loaded from that URL.", + "sig" : "(url, params, loadOnce)", + "static" : false, + "memberOf" : "Roo.bootstrap.panel.Content", "isStatic" : false, "isConstructor" : false, "isPrivate" : false, - "memberOf" : "Roo.bootstrap.panel.Content", "example" : "", "deprecated" : "", "since" : "", "see" : "", + "exceptions" : "", + "requires" : "", "params" : [ { "name" : "url", @@ -328,15 +344,20 @@ }, { "name" : "getEl", + "type" : "function", "desc" : "Returns this panel's element - used by regiosn to add.", + "sig" : "()\n{\n\n}", + "static" : false, + "memberOf" : "Roo.bootstrap.panel.Content", "isStatic" : false, "isConstructor" : false, "isPrivate" : false, - "memberOf" : "Roo.bootstrap.panel.Content", "example" : "", "deprecated" : "", "since" : "", "see" : "", + "exceptions" : "", + "requires" : "", "params" : [], "returns" : [ { @@ -348,29 +369,39 @@ }, { "name" : "destroy", + "type" : "function", "desc" : "Destroys this panel", + "sig" : "()\n{\n\n}", + "static" : false, + "memberOf" : "Roo.bootstrap.panel.Content", "isStatic" : false, "isConstructor" : false, "isPrivate" : false, - "memberOf" : "Roo.bootstrap.panel.Content", "example" : "", "deprecated" : "", "since" : "", "see" : "", + "exceptions" : "", + "requires" : "", "params" : [], "returns" : [] }, { "name" : "load", + "type" : "function", "desc" : "Loads this content panel immediately with content from XHR. Note: to delay loading until the panel is activated, use {@link #setUrl}.\nDoes not work with IFRAME contents", + "sig" : "(url, params, callback, discardUrl)", + "static" : false, + "memberOf" : "Roo.bootstrap.panel.Content", "isStatic" : false, "isConstructor" : false, "isPrivate" : false, - "memberOf" : "Roo.bootstrap.panel.Content", "example" : "", "deprecated" : "", "since" : "", "see" : "", + "exceptions" : "", + "requires" : "", "params" : [ { "name" : "url", @@ -407,15 +438,20 @@ }, { "name" : "getTitle", + "type" : "function", "desc" : "Returns this panel's title", + "sig" : "()\n{\n\n}", + "static" : false, + "memberOf" : "Roo.bootstrap.panel.Content", "isStatic" : false, "isConstructor" : false, "isPrivate" : false, - "memberOf" : "Roo.bootstrap.panel.Content", "example" : "", "deprecated" : "", "since" : "", "see" : "", + "exceptions" : "", + "requires" : "", "params" : [], "returns" : [ { @@ -427,15 +463,20 @@ }, { "name" : "isClosable", + "type" : "function", "desc" : "Returns true is this panel was configured to be closable", + "sig" : "()\n{\n\n}", + "static" : false, + "memberOf" : "Roo.bootstrap.panel.Content", "isStatic" : false, "isConstructor" : false, "isPrivate" : false, - "memberOf" : "Roo.bootstrap.panel.Content", "example" : "", "deprecated" : "", "since" : "", "see" : "", + "exceptions" : "", + "requires" : "", "params" : [], "returns" : [ { @@ -447,15 +488,20 @@ }, { "name" : "getId", + "type" : "function", "desc" : "Returns this panel's id", + "sig" : "()\n{\n\n}", + "static" : false, + "memberOf" : "Roo.bootstrap.panel.Content", "isStatic" : false, "isConstructor" : false, "isPrivate" : false, - "memberOf" : "Roo.bootstrap.panel.Content", "example" : "", "deprecated" : "", "since" : "", "see" : "", + "exceptions" : "", + "requires" : "", "params" : [], "returns" : [ { @@ -467,15 +513,20 @@ }, { "name" : "setContent", + "type" : "function", "desc" : "Updates this panel's element (not for iframe)", + "sig" : "(content, loadScripts)", + "static" : false, + "memberOf" : "Roo.bootstrap.panel.Content", "isStatic" : false, "isConstructor" : false, "isPrivate" : false, - "memberOf" : "Roo.bootstrap.panel.Content", "example" : "", "deprecated" : "", "since" : "", "see" : "", + "exceptions" : "", + "requires" : "", "params" : [ { "name" : "content", @@ -494,29 +545,39 @@ }, { "name" : "purgeListeners", + "type" : "function", "desc" : "Removes all listeners for this object", + "sig" : "()\n{\n\n}", + "static" : false, + "memberOf" : "Roo.util.Observable", "isStatic" : false, "isConstructor" : false, "isPrivate" : false, - "memberOf" : "Roo.util.Observable", "example" : "", "deprecated" : "", "since" : "", "see" : "", + "exceptions" : "", + "requires" : "", "params" : [], "returns" : [] }, { "name" : "on", + "type" : "function", "desc" : "Appends an event handler to this element (shorthand for addListener)", + "sig" : "(eventName, handler, scope, options)", + "static" : false, + "memberOf" : "Roo.util.Observable", "isStatic" : false, "isConstructor" : false, "isPrivate" : false, - "memberOf" : "Roo.util.Observable", "example" : "", "deprecated" : "", "since" : "", "see" : "", + "exceptions" : "", + "requires" : "", "params" : [ { "name" : "eventName", @@ -547,15 +608,20 @@ }, { "name" : "un", + "type" : "function", "desc" : "Removes a listener (shorthand for removeListener)", + "sig" : "(eventName, handler, scope)", + "static" : false, + "memberOf" : "Roo.util.Observable", "isStatic" : false, "isConstructor" : false, "isPrivate" : false, - "memberOf" : "Roo.util.Observable", "example" : "", "deprecated" : "", "since" : "", "see" : "", + "exceptions" : "", + "requires" : "", "params" : [ { "name" : "eventName", @@ -580,15 +646,20 @@ }, { "name" : "addEvents", + "type" : "function", "desc" : "Used to define events on this Observable", + "sig" : "(object)", + "static" : false, + "memberOf" : "Roo.util.Observable", "isStatic" : false, "isConstructor" : false, "isPrivate" : false, - "memberOf" : "Roo.util.Observable", "example" : "", "deprecated" : "", "since" : "", "see" : "", + "exceptions" : "", + "requires" : "", "params" : [ { "name" : "object", @@ -601,15 +672,20 @@ }, { "name" : "releaseCapture", + "type" : "function", "desc" : "Removes all added captures from the Observable.", + "sig" : "(o)", + "static" : true, + "memberOf" : "Roo.util.Observable", "isStatic" : true, "isConstructor" : false, "isPrivate" : false, - "memberOf" : "Roo.util.Observable", "example" : "", "deprecated" : "", "since" : "", "see" : "", + "exceptions" : "", + "requires" : "", "params" : [ { "name" : "o", @@ -622,15 +698,20 @@ }, { "name" : "removeListener", + "type" : "function", "desc" : "Removes a listener", + "sig" : "(eventName, handler, scope)", + "static" : false, + "memberOf" : "Roo.util.Observable", "isStatic" : false, "isConstructor" : false, "isPrivate" : false, - "memberOf" : "Roo.util.Observable", "example" : "", "deprecated" : "", "since" : "", "see" : "", + "exceptions" : "", + "requires" : "", "params" : [ { "name" : "eventName", @@ -655,15 +736,20 @@ }, { "name" : "fireEvent", + "type" : "function", "desc" : "Fires the specified event with the passed parameters (minus the event name).", + "sig" : "(eventName, args)", + "static" : false, + "memberOf" : "Roo.util.Observable", "isStatic" : false, "isConstructor" : false, "isPrivate" : false, - "memberOf" : "Roo.util.Observable", "example" : "", "deprecated" : "", "since" : "", "see" : "", + "exceptions" : "", + "requires" : "", "params" : [ { "name" : "eventName", @@ -688,15 +774,20 @@ }, { "name" : "hasListener", + "type" : "function", "desc" : "Checks to see if this object has any listeners for a specified event", + "sig" : "(eventName)", + "static" : false, + "memberOf" : "Roo.util.Observable", "isStatic" : false, "isConstructor" : false, "isPrivate" : false, - "memberOf" : "Roo.util.Observable", "example" : "", "deprecated" : "", "since" : "", "see" : "", + "exceptions" : "", + "requires" : "", "params" : [ { "name" : "eventName", @@ -715,15 +806,20 @@ }, { "name" : "capture", + "type" : "function", "desc" : "Starts capture on the specified Observable. All events will be passed\nto the supplied function with the event name + standard signature of the event\nbefore the event is fired. If the supplied function returns false,\nthe event will not fire.", + "sig" : "(o, fn, scope)", + "static" : true, + "memberOf" : "Roo.util.Observable", "isStatic" : true, "isConstructor" : false, "isPrivate" : false, - "memberOf" : "Roo.util.Observable", "example" : "", "deprecated" : "", "since" : "", "see" : "", + "exceptions" : "", + "requires" : "", "params" : [ { "name" : "o", @@ -748,15 +844,20 @@ }, { "name" : "addListener", + "type" : "function", "desc" : "Appends an event handler to this component", + "sig" : "(eventName, handler, scope, options)", + "static" : false, + "memberOf" : "Roo.util.Observable", "isStatic" : false, "isConstructor" : false, "isPrivate" : false, - "memberOf" : "Roo.util.Observable", "example" : "", "deprecated" : "", "since" : "", "see" : "", + "exceptions" : "", + "requires" : "", "params" : [ { "name" : "eventName", @@ -789,7 +890,9 @@ "events" : [ { "name" : "activate", + "type" : "function", "desc" : "Fires when this panel is activated.", + "sig" : "function (_self)\n{\n\n}", "memberOf" : "Roo.bootstrap.panel.Content", "example" : "", "deprecated" : "", @@ -807,7 +910,9 @@ }, { "name" : "resize", + "type" : "function", "desc" : "Fires when this panel is resized if fitToFrame is true.", + "sig" : "function (_self, width, height)\n{\n\n}", "memberOf" : "Roo.bootstrap.panel.Content", "example" : "", "deprecated" : "", @@ -837,7 +942,9 @@ }, { "name" : "deactivate", + "type" : "function", "desc" : "Fires when this panel is activated.", + "sig" : "function (_self)\n{\n\n}", "memberOf" : "Roo.bootstrap.panel.Content", "example" : "", "deprecated" : "", @@ -855,7 +962,9 @@ }, { "name" : "render", + "type" : "function", "desc" : "Fires when this tab is created", + "sig" : "function (_self)\n{\n\n}", "memberOf" : "Roo.bootstrap.panel.Content", "example" : "", "deprecated" : "", @@ -873,7 +982,9 @@ }, { "name" : "scroll", + "type" : "function", "desc" : "Fires when this content is scrolled", + "sig" : "function (_self, scrollEvent)\n{\n\n}", "memberOf" : "Roo.bootstrap.panel.Content", "example" : "", "deprecated" : "",