-
Type:
New Feature
-
Resolution: Done
-
Priority:
Normal
-
Affects Version/s: 6.5.1
-
Component/s: Components
-
None
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>