Window

I’m using the DHTMLX Windows…



I have my page with a Form with 10 diferent Input Text.

Also I have a DIV with 3 more input Text inside. This DIV is inside the window.



When I show the window with modal=true, everything all right.



But when I use the TAB KEY to change between those 3 fields, the other fields in the back receive focus too.



How to avoid those fields in the back to don’t receive focus when I use TAB key while in ShowModal window ?



Thanks



Cleverson


The window doesn’t sets any event handlers to its content. So, you should use own approach to define the necessary on tab press behaviour.


Just for example: