RVsHeader.gif (20695 bytes)
 
Home

 

Installation

Content
Installing

 

User Guide

Introduction
A first approach
Example 1
Example 2
Example 3
Example 4
Example 5
Example 6
Creating a component
Creating a DataServer

 

Developer Guide

Developer guide
Classes reference

 

Examples

Running the applet

 

line.gif (43 bytes) Example 6: changing some of the applet's parameters

If you run the applet included in test2_http.html, you will see that at the applet startup, a configuration will be automatically loaded, the DataServer will be enabled and the menu bar and the database viewer will not be visible. Changing the applet's parameters can do this, as it is shown below.

<param name=START_CONFIG value="SeveralWindows">
<param name=AUTO_START value="TRUE">
<param name=MENU_BAR value="FALSE">
<param name=DBVIEW value="FALSE">

The configuration, which is loaded here, is a set of several other configurations. Using the keyword "MultipleWindows" in the configuration list (ConfigList.txt) does this, as it is shown below.

SeveralWindows MultipleWindows Tanks C_panel Trend

line.gif (43 bytes)
author: F.Momal - CERN - LHC division - IAS group