Uploaded image for project: 'ZK Spreadsheet'
  1. ZK Spreadsheet
  2. ZSS-253

click component away from Spreadsheet but keeps focus

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Done
    • Icon: Major Major
    • 3.0.0 RC
    • 3.0.0 RC
    • 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>
      

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

              Created:
              Updated:
              Resolved: