shows a tooltip
data | 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 |
$$("tooltip").show({id:1, value:"template"}, {x:0, y:0});