show
shows a tooltip
void show(object data,PositionInfo position);
object | the data passed into the tooltip, includes two properties: id - data item id and value - data item value | | position |
PositionInfo | the position of the tooltip set in x and y coordinates |
Example
$$("tooltip").show({id:1, value:"template"}, {x:0, y:0});
See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.