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

stubonly not work for Executions.createComponentsDirectly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 6.0.0
    • 5.0.9
    • Components
    • None

      check the document http://books.zkoss.org/wiki/ZK_Developer's_Reference/Performance_Tips/Specify_Stubonly_for_Client-only_Components
      with this example in zksandbox

      <window title="My First Window" border="normal" width="200px">
        <div onChange='alert("event 1 "+event)' id="dd">
        <textbox stubonly="true" onChange='alert(event.getClass().getName()+":"+event.getName())'/>
        <textbox stubonly="true" onChange='alert(event.getTarget())'/>
      </div>
      </window>
      

      the event is still input sevent, and the target is still textbox

            Unassigned Unassigned
            dennis dennis
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: