-
New Feature
-
Resolution: Done
-
Normal
-
6.5.1
The popup position of Popup, Tooltip and ContextMenu should be more customizable when using x and y coordinates.
Like the following usage:
<zk> <popup id="pop"> <label value="tooltip" /> </popup> <div width="200px" height="200px" tooltip="pop, x=(zk.currentPointer[0]+40), y=(zk.currentPointer[1]+40)"> </div> </zk>