2.2.2.13 Button element

The button element creates a button which launches another user interface screen if pressed. The screen to be launched may be another user defined screen or a predefined one.

display-element-button

The action field of the ButtonElement defines what the button will do when clicked by the operator. The list below shows all known values for action, the meaning of this and a description of the parameters par1 and par2 which will have different meanings for particular action.

CHILD-SCREEN

Launches a new browser tab or window showing the user screen referenced with par1.

REPLACE-SCREEN

Replaces the actual user screen by the one referenced with par1.

LOAD-PRESET

Launches a "Load Preset" dialog which lets the operator select and apply a device preset from a list of presets which are defined for this particular type of device. Device presets are local to each M&C instance, have to be loaded and applied from there.

FREC-VIEW

Launches a File-Recorder view window. This window shows the data recorded by the File-Recorder device referenced with par1 or the live data provided by this device.

SPECTR-VIEW

Launches a Spectrum Display window. This window in fact is a device screen of the CSM-Spectrum-Analyzer device.

BROWSER-VIEW

Opens a new Browser window and displays a given URL in this window. This function is used to invoke the sat-nms online help and to launch the Web-GUI of certain devices.

TREE-NAVIGATE

In a tree view UI this button navigates in the tree to the tree path referenced with par1. As the tree view UI with the WebUI is still t.b.d., this description should be considered as preliminary.