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

stubonly not work for Executions.createComponentsDirectly

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Normal
    • Resolution: Fixed
    • Affects Version/s: 5.0.9
    • Fix Version/s: 6.0.0
    • Component/s: Components
    • Labels:
      None

      Description

      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

        Attachments

          Activity

            People

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

              Dates

              Created:
              Updated:
              Resolved: