click component away from Spreadsheet but keeps focus

XMLWordPrintable

    • Type: New Feature
    • Resolution: Done
    • Priority: Major
    • 3.0.0 RC
    • Affects Version/s: 3.0.0 RC
    • Component/s: None
    • None

      Let user can associate a comp. with Spreadsheet by added specific widget attribute (on such comp. or its parent).
      Then, user click such comp. won't let Spreadsheet lose its focus.

      for example:

      <zk xmlns:w="client">
        <button w:zss="true" label="btn" onClick="..." />
        <hbox w:zss="true">
          <textbox id="inp" />
          <button label="btn1" onClick="..." />
        </hbox>
        <Spreadsheet>...</Spreadsheet>
      </zk>
      

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

              Created:
              Updated:
              Resolved: