Tabbing Restriction in Dhtmlx window

In a normal child window Tabbing is restricted only to child window. (i.e., the cursor does not propogate to the parent window when navigation using Tab is performed on the child window).

But, in a dhtmlx child window Tabbing propogates back to the parent window from the child and comes back. How can we restrict the Tabbing to only child screen and hence have the same Tabbing behavior as that of normal child window.

Please suggest some solutions.

Hello,

dhtmlxWindow doesn’t control its content and doesn’t set onkeypress event handler to this content. You should use own approach for this restriction.