Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
noVNC
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
noVNC
Commits
4f0da9ef
Commit
4f0da9ef
authored
Jun 03, 2010
by
Joel Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify examples.
parent
1aa95062
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+4
-4
No files found.
README.md
View file @
4f0da9ef
...
...
@@ -85,9 +85,8 @@ Integration
The client is designed to be easily integrated with existing web
structure and style.
At a minimum you must include the script and call the RFB.load()
function which takes a parameter that is the ID of the DOM element to
fill. For example:
At a minimum you must include the
`vnc.js`
and
`default_controls.js`
scripts and call their load() functions. For example:
<body>
<div id='vnc'>Loading</div>
...
...
@@ -100,7 +99,8 @@ fill. For example:
RFB.load(); };
</script>
The file
`include/plain.css`
has a list of stylable elements.
See
`vnc.html`
and
`vnc_auto.html`
for examples. The file
`include/plain.css`
has a list of stylable elements.
The
`vnc.js`
also includes other scripts within the
`include`
sub-directory. The
`VNC_uri_prefix`
variable can be use override the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment