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

XMLWordPrintable

    • Type: New Feature
    • Resolution: Done
    • Priority: Normal
    • 6.5.2
    • 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>
      

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

              Created:
              Updated:
              Resolved: