show

shows a tooltip

void show(object data,PositionInfo position);
dataobjectthe data passed into the tooltip, includes two properties: id - data item id and value - data item value
positionPositionInfothe position of the tooltip set in x and y coordinates

Example

$$("tooltip").show({id:1, value:"template"}, {x:0, y:0});

See also
  • API
  • Articles
  • 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.