Home
last modified time | relevance | path

Searched refs:hWnd (Results 1 – 1 of 1) sorted by relevance

/plugin/virtualkeyboard/vk/
Dvk_popup.js20 var hWnd = null; variable
34 return null!=hWnd && !hWnd.closed;
51 if (!hWnd || hWnd.closed) {
52hWnd = (window.showModelessDialog||window.open)(p+"vk_popup.html",window.showModelessDialog?window…
64 if (!hWnd) return false;
65 if (!hWnd.VirtualKeyboard.isOpen()) hWnd.VirtualKeyboard.hide();
66 hWnd.close();
67 hWnd = null;
70 hWnd.VirtualKeyboard.show( document.getElementById(tgt)
71 ,hWnd.document.body
[all …]