I set two or more grids and tabs page in a layout.
I want to ask I can set a hotkey in these grids or tabs for selection ?
eg. < F1 > is grid 1, < F2 > is grid 2, < F3 > is grid 3
eg. < F1 > is tab 1, < F2 > is tab 2, < F3 > is tab 3
The hotkey application is in many grids and tab pages.
Thanks for your help !
Sorry, but it is still not clear what functionality do you need - can you provide some more details.
Stanislav,
I give more detail to you. There are two pictures attached with it.
The picture < tab > which is shown many tab page in a layout. I want to set a control that use < F1, F2, F3, F4, F5 > to select the target tab. That is I only want to press keyboard key to move to target tab pge.
The secend picture < grid > which is shown many grid in a layour. I want to set a control that use < F1 and F2 > to select the target grid. That is I only want to press keyboard key to move to target grid .
Thanks for your help !
Ivan
Unfortunately there is no native api to assign hot-keys for such task.
You can use native js code to catch keypress event, and based on pressed key call some actions - both tabbar and grid provides api which can be used to show specified tab, or set selection in grid.