dear all,
i wanna ask how to close dhx window by pressing esc key?
thx b4
hello,
window can be closed by close() method. You can call it on the necessary action:
dhxWins.window(winID).close();
dear all,
i wanna ask how to close dhx window by pressing esc key?
thx b4
hello,
window can be closed by close() method. You can call it on the necessary action:
dhxWins.window(winID).close();