OnSSI NetDVMS Rev 6.5
Video Clients
On-Net Surveillance Systems, Inc. | 222 Route 59, Suite 303, Suffern, NY 10901 | T: 845-369-6400 | F: 845-369-8711 | www.onssi.com | [email protected] | page 213
onclick="top.showPane(true);">
•
Buttons for hiding/showing the NetGuard's standard title bar
Required HTML syntax:
Hiding:
<input type="button" value="Buttontext"
onclick="top.showTopTitle(false);">
Showing:
<input type="button" value="Buttontext"
onclick="top.showTopTitle(true);">
•
Buttons for switching to a particular point in time in the Browse tab's time
navigation
Required HTML syntax:
<input type="button" value="Buttontext" onclick="top.setTime('Mmm dd yyyy
hh:mm:ss');">
In the following example we have created two shared groups in the NetGuard. We have called
them [Shared] Group1 and [Shared] Group2. Each group contains two views, called View1 and
View2.
We have also created an HTML page with examples of all available button types, including the
ability to switch between our four different views.
The HTML for the page looks like this:
<html>
<body>
<input type="button" value="Change to: Group1-View1"
onclick="top.changeView('[Shared] Group 1', 'View 1');"><br>
<input type="button" value="Change to: Group1-View2"
onclick="top.changeView('[Shared] Group 1', 'View 2');"><br>
<input type="button" value="Change to: Group2-View1"
onclick="top.changeView('[Shared] Group 2', 'View 1');"><br>
<input type="button" value="Change to: Group2-View2"
onclick="top.changeView('[Shared] Group 2', 'View 2');"><br>
<input type="button" value="Live" onclick="top.selectPane('live');"><br>
<input type="button" value="Browse" onclick="top.selectPane('browse');"><br>
<input type="button" value="Setup" onclick="top.selectPane('setup');"><br>
<input type="button" value="Show pane" onclick="top.showPane(true);"><br>
<input type="button" value="Hide pane" onclick="top.showPane(false);"><br>
<input type="button" value="Show top title" onclick="top.showTopTitle(true);"><br>
<input type="button" value="Hide top title"
onclick="top.showTopTitle(false);"><br>
<input type="button" value="Set time to New Year's Eve" onclick="top.setTime('Dec
31 2005 23:59:50');"><br>
</body>
</html>
Tip: You may copy the HTML, and modify it for an HTML page of your own.
When viewed in a browser, our HTML page looks like this:
Содержание NetDVMS 6.5
Страница 2: ...This page intentionally left blank...