X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsymbols%2FRoo.Shadow.json;h=be9f70ba7c12bfb462442a20b9130083befb2ae6;hb=bf93a181bcf69830bec36b29d1b1a33dc9ecd88e;hp=178a7bff9ef5ca00d0ee75625fc6dacdad85d34b;hpb=41a76ad00f5fc61e2452862ddf6908ae45d7fd73;p=roojs1 diff --git a/docs/symbols/Roo.Shadow.json b/docs/symbols/Roo.Shadow.json index 178a7bff9e..be9f70ba7c 100644 --- a/docs/symbols/Roo.Shadow.json +++ b/docs/symbols/Roo.Shadow.json @@ -1,11 +1,15 @@ { "name" : "Roo.Shadow", - "augments" : [ - ], + "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,38 +23,44 @@ "isOptional" : false } ], - "returns" : [ - ], + "returns" : [], + "throws" : "", + "requires" : "", "config" : [ { - "name" : "offset", + "name" : "mode", "type" : "String", - "desc" : "The number of pixels to offset the shadow from the element (defaults to 4)", - "memberOf" : "Roo.Shadow", - "optvals" : [ - ] + "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" : "", + "isOptional" : false, + "optvalues" : [] }, { - "name" : "mode", + "name" : "offset", "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", - "optvals" : [ - ] + "desc" : "The number of pixels to offset the shadow from the element (defaults to 4)", + "memberOf" : "", + "isOptional" : false, + "optvalues" : [] } ], "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,52 +69,62 @@ "isOptional" : false } ], - "returns" : [ - ] + "returns" : [] }, { "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" : "", - "params" : [ - ], - "returns" : [ - ] + "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" : "", - "params" : [ - ], - "returns" : [ - ] + "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", @@ -113,20 +133,24 @@ "isOptional" : false } ], - "returns" : [ - ] + "returns" : [] }, { "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", @@ -153,10 +177,8 @@ "isOptional" : false } ], - "returns" : [ - ] + "returns" : [] } ], - "events" : [ - ] + "events" : [] } \ No newline at end of file