X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsymbols%2FRoo.bootstrap.Popover.json;h=c2bee85eb0818458b4f86b94c25d4088c88923f0;hb=e0d40dd30b73a8b7bfda7a17448bbcb994cb48ba;hp=e5e5bdb6274de6a05e239ea68be127643962c24d;hpb=cc14bf6bc18b98163c5eee1ee68c54fb56a89858;p=roojs1 diff --git a/docs/symbols/Roo.bootstrap.Popover.json b/docs/symbols/Roo.bootstrap.Popover.json index e5e5bdb627..c2bee85eb0 100644 --- a/docs/symbols/Roo.bootstrap.Popover.json +++ b/docs/symbols/Roo.bootstrap.Popover.json @@ -221,6 +221,33 @@ ], "returns" : [] }, + { + "name" : "updatePosition", + "desc" : "fire this manually after loading a grid in the table for example", + "isStatic" : false, + "isConstructor" : false, + "isPrivate" : false, + "memberOf" : "Roo.bootstrap.Popover", + "example" : "", + "deprecated" : "", + "since" : "", + "see" : "", + "params" : [ + { + "name" : "(left|right|top|bottom)", + "type" : "string", + "desc" : "where to try and put it (use false to use the last one)", + "isOptional" : false + }, + { + "name" : "try", + "type" : "Boolean", + "desc" : "and move it if we cant get right position.", + "isOptional" : false + } + ], + "returns" : [] + }, { "name" : "show", "desc" : "Show the popover", @@ -235,8 +262,14 @@ "params" : [ { "name" : "-", - "type" : "Roo.Element|string|false", - "desc" : "element to align and point to.", + "type" : "Roo.Element|string|Boolean", + "desc" : "element to align and point to. (set align to [ pos, offset ])", + "isOptional" : false + }, + { + "name" : "(left|right|top|bottom)", + "type" : "string", + "desc" : "position", "isOptional" : false } ],