X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsymbols%2FRoo.Shadow.json;fp=docs%2Fsymbols%2FRoo.Shadow.json;h=2ba389eaf96c00ac30f69ab60d5ac13bde973aa4;hp=de7e8d0bf145fe2247912fe4ee99344f3165806b;hb=e01802ac69da0ec0c9ccecc295beff82c1779f68;hpb=0fa7894b7489284160ff14afdca7b6911983357f diff --git a/docs/symbols/Roo.Shadow.json b/docs/symbols/Roo.Shadow.json index de7e8d0bf1..2ba389eaf9 100644 --- a/docs/symbols/Roo.Shadow.json +++ b/docs/symbols/Roo.Shadow.json @@ -1,10 +1,15 @@ { "name" : "Roo.Shadow", "augments" : [], + "childClasses" : { }, + "tree_children" : [], + "tree_parent" : [], "desc" : "Simple class that can provide a shadow effect for any element. Note that the element MUST be absolutely positioned,\nand the shadow does not provide any shimming. This should be used only in simple cases -- for more advanced\nfunctionality that can also provide the same shadow effect, see the {@link Roo.Layer} class.", "isSingleton" : false, "isStatic" : false, "isBuiltin" : false, + "isAbstract" : false, + "isBuilderTop" : false, "memberOf" : "Shadow", "example" : "", "deprecated" : "", @@ -19,34 +24,39 @@ } ], "returns" : [], + "throws" : "", + "requires" : "", "config" : [ { "name" : "mode", "type" : "String", "desc" : "The shadow display mode. Supports the following options:
\nsides: Shadow displays on both sides and bottom only
\nframe: Shadow displays equally on all four sides
\ndrop: Traditional bottom-right drop shadow (default)", - "memberOf" : "Roo.Shadow", - "optvals" : [] + "memberOf" : "Roo.Shadow" }, { "name" : "offset", "type" : "String", "desc" : "The number of pixels to offset the shadow from the element (defaults to 4)", - "memberOf" : "Roo.Shadow", - "optvals" : [] + "memberOf" : "Roo.Shadow" } ], "methods" : [ { "name" : "setZIndex", + "type" : "function", "desc" : "Adjust the z-index of this shadow", + "sig" : "(zindex)", + "static" : false, + "memberOf" : "", "isStatic" : false, "isConstructor" : false, "isPrivate" : false, - "memberOf" : "Roo.Shadow", "example" : "", "deprecated" : "", "since" : "", "see" : "", + "exceptions" : "", + "requires" : "", "params" : [ { "name" : "zindex", @@ -59,43 +69,58 @@ }, { "name" : "isVisible", + "type" : "function", "desc" : "Returns true if the shadow is visible, else false", + "sig" : "()\n{\n\n}", + "static" : false, + "memberOf" : "", "isStatic" : false, "isConstructor" : false, "isPrivate" : false, - "memberOf" : "Roo.Shadow", "example" : "", "deprecated" : "", "since" : "", "see" : "", + "exceptions" : "", + "requires" : "", "params" : [], "returns" : [] }, { "name" : "hide", + "type" : "function", "desc" : "Hides this shadow", + "sig" : "()\n{\n\n}", + "static" : false, + "memberOf" : "", "isStatic" : false, "isConstructor" : false, "isPrivate" : false, - "memberOf" : "Roo.Shadow", "example" : "", "deprecated" : "", "since" : "", "see" : "", + "exceptions" : "", + "requires" : "", "params" : [], "returns" : [] }, { "name" : "show", + "type" : "function", "desc" : "Displays the shadow under the target element", + "sig" : "(targetEl)", + "static" : false, + "memberOf" : "", "isStatic" : false, "isConstructor" : false, "isPrivate" : false, - "memberOf" : "Roo.Shadow", "example" : "", "deprecated" : "", "since" : "", "see" : "", + "exceptions" : "", + "requires" : "", "params" : [ { "name" : "targetEl", @@ -108,15 +133,20 @@ }, { "name" : "realign", + "type" : "function", "desc" : "Direct alignment when values are already available. Show must be called at least once before\ncalling this method to ensure it is initialized.", + "sig" : "(left, top, width, height)", + "static" : false, + "memberOf" : "", "isStatic" : false, "isConstructor" : false, "isPrivate" : false, - "memberOf" : "Roo.Shadow", "example" : "", "deprecated" : "", "since" : "", "see" : "", + "exceptions" : "", + "requires" : "", "params" : [ { "name" : "left",