-
New Feature
-
Resolution: Unresolved
-
Normal
-
None
-
10.0.0
-
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>