Lines Matching refs:onclick
169 $D("noVNC_view_drag_button").onclick = UI.setViewDrag;
170 $D("noVNC_mouse_button0").onclick = function () { UI.setMouseButton(1); }; function
171 $D("noVNC_mouse_button1").onclick = function () { UI.setMouseButton(2); };
172 $D("noVNC_mouse_button2").onclick = function () { UI.setMouseButton(4); };
173 $D("noVNC_mouse_button4").onclick = function () { UI.setMouseButton(0); };
174 $D("showKeyboard").onclick = UI.showKeyboard;
179 $D("showExtraKeysButton").onclick = UI.showExtraKeys;
180 $D("toggleCtrlButton").onclick = UI.toggleCtrl;
181 $D("toggleAltButton").onclick = UI.toggleAlt;
182 $D("sendTabButton").onclick = UI.sendTab;
183 $D("sendEscButton").onclick = UI.sendEsc;
185 $D("sendCtrlAltDelButton").onclick = UI.sendCtrlAltDel;
186 $D("xvpShutdownButton").onclick = UI.xvpShutdown;
187 $D("xvpRebootButton").onclick = UI.xvpReboot;
188 $D("xvpResetButton").onclick = UI.xvpReset;
189 $D("noVNC_status").onclick = UI.togglePopupStatusPanel;
190 $D("noVNC_popup_status_panel").onclick = UI.togglePopupStatusPanel;
191 $D("xvpButton").onclick = UI.toggleXvpPanel;
192 $D("clipboardButton").onclick = UI.toggleClipboardPanel;
193 $D("settingsButton").onclick = UI.toggleSettingsPanel;
194 $D("connectButton").onclick = UI.toggleConnectPanel;
195 $D("disconnectButton").onclick = UI.disconnect;
196 $D("descriptionButton").onclick = UI.toggleConnectPanel;
201 $D("noVNC_clipboard_clear_button").onclick = UI.clipClear;
205 $D("noVNC_apply").onclick = UI.settingsApply;
207 $D("noVNC_connect_button").onclick = UI.connect;
502 $D('noVNC_connect_button').onclick = UI.Connect;
565 $D('noVNC_connect_button').onclick = UI.setPassword;