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

Create a library property to define components allowed to receive focus on opening modal window

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • None
    • None
    • None

      User Story

      As a developer, I want to restrict the components which may receive focus to a specific list of components / widgets.

      This would be on applications using large amount of modal windows to allow keyboard input / navigation directly from the window opening, without having to specify in each window which target component should be focused after open.

      Acceptance Criteria

      can define a list of component/widgets which should get the focus such as
      <library-property>
      <name>propertyName</name>
      <value>Textbox,Intbox,Combobox</value>
      </library-property>

      Details

            Unassigned Unassigned
            MDuchemin MDuchemin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: