Hi,
I am adding labels/buttons in a Layout and have given tab index to them. I wanted to move the focus to next label/button on pressing tab key based on tab index values. This is not working. When I check the page source, it is being rendered as <TR><TD> on browser with no tabindex attribute on it.
I actually don’t want to use DynamicForm or FormItem. I am exploring ways to implement it directly using IButtons.
I am using GWT 2.8.2 and SmartGWT 6.1-p20170724 power version. Could you please let me know how can I achieve it.
I am adding labels/buttons in a Layout and have given tab index to them. I wanted to move the focus to next label/button on pressing tab key based on tab index values. This is not working. When I check the page source, it is being rendered as <TR><TD> on browser with no tabindex attribute on it.
I actually don’t want to use DynamicForm or FormItem. I am exploring ways to implement it directly using IButtons.
I am using GWT 2.8.2 and SmartGWT 6.1-p20170724 power version. Could you please let me know how can I achieve it.
Comment