]> git.proxmox.com Git - mirror_novnc.git/commit - vnc_auto.html
Direct example. Move all DOM code default_controls.js.
authorJoel Martin <github@martintribe.org>
Wed, 2 Jun 2010 22:08:25 +0000 (17:08 -0500)
committerJoel Martin <github@martintribe.org>
Wed, 2 Jun 2010 22:08:25 +0000 (17:08 -0500)
commit913083993baa211510d3e4cd9b16ca9c97703950
tree1c076ddc08ab61dfcd547e623b9957ee410ac101
parent325d9eb7f39ed4fdc8b0c275bccee94773563ae1
Direct example. Move all DOM code default_controls.js.

Move DOM manipulation into include/default_controls.js and update
vnc.html to use it.

Add an example vnc_auto.html which automatically connects using
parameters from the query string and doesn't use default_controls.js.

Reorder functions in vnc.js to put external interface functions at the
top of the RFB namespace.
include/default_controls.js [new file with mode: 0644]
vnc.html
vnc.js
vnc_auto.html [new file with mode: 0644]