X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsymbols%2FRoo.SplitBar.AbsoluteLayoutAdapter.json;fp=docs%2Fsymbols%2FRoo.SplitBar.AbsoluteLayoutAdapter.json;h=438bdf49e59e4643b62792fc96813e0ffd591b8c;hb=9ff8ded6bbbd258ecd646184ba26020874e2c085;hp=0000000000000000000000000000000000000000;hpb=2542b67d1a0768025056f2f330bfe50b64d1ad38;p=roojs1 diff --git a/docs/symbols/Roo.SplitBar.AbsoluteLayoutAdapter.json b/docs/symbols/Roo.SplitBar.AbsoluteLayoutAdapter.json new file mode 100644 index 0000000000..438bdf49e5 --- /dev/null +++ b/docs/symbols/Roo.SplitBar.AbsoluteLayoutAdapter.json @@ -0,0 +1,87 @@ +{ + "name" : "Roo.SplitBar.AbsoluteLayoutAdapter", + "augments" : [ + "Roo.SplitBar.BasicLayoutAdapter" + ], + "desc" : "Adapter that moves the splitter element to align with the resized sizing element. \nUsed with an absolute positioned SplitBar.", + "isSingleton" : false, + "isStatic" : false, + "isBuiltin" : false, + "memberOf" : "AbsoluteLayoutAdapter", + "example" : "", + "deprecated" : "", + "since" : "", + "see" : "", + "params" : [ + { + "name" : "container", + "type" : "String/HTMLElement/Roo.Element", + "desc" : "The container that wraps around the absolute positioned content. If it's\ndocument.body, make sure you assign an id to the body element.", + "isOptional" : false + } + ], + "returns" : [ + ], + "config" : [ + ], + "methods" : [ + { + "name" : "setElementSize", + "desc" : "Called after drag operations to set the size of the resizing element.", + "isStatic" : false, + "isConstructor" : false, + "isPrivate" : false, + "memberOf" : "Roo.SplitBar.BasicLayoutAdapter", + "example" : "", + "deprecated" : "", + "since" : "", + "see" : "", + "params" : [ + { + "name" : "s", + "type" : "Roo.SplitBar", + "desc" : "The SplitBar using this adapter", + "isOptional" : false + }, + { + "name" : "newSize", + "type" : "Number", + "desc" : "The new size to set", + "isOptional" : false + }, + { + "name" : "onComplete", + "type" : "Function", + "desc" : "A function to be invoked when resizing is complete", + "isOptional" : false + } + ], + "returns" : [ + ] + }, + { + "name" : "getElementSize", + "desc" : "Called before drag operations to get the current size of the resizing element.", + "isStatic" : false, + "isConstructor" : false, + "isPrivate" : false, + "memberOf" : "Roo.SplitBar.BasicLayoutAdapter", + "example" : "", + "deprecated" : "", + "since" : "", + "see" : "", + "params" : [ + { + "name" : "s", + "type" : "Roo.SplitBar", + "desc" : "The SplitBar using this adapter", + "isOptional" : false + } + ], + "returns" : [ + ] + } + ], + "events" : [ + ] +} \ No newline at end of file