Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-1655

The popup position of Popup, Tooltip and ContextMenu should be more customizable

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Done
    • Icon: Normal Normal
    • 6.5.2
    • 6.5.1
    • Components

      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>
      

            vincentjian vincentjian
            vincentjian vincentjian
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: