filerenderer Element

 

Content

filerenderer Element

Description

Example

Properties

Description

The filerenderer Element renders a LabVantage file selection dialog.

Example

filerenderer Element Properties

Property Name Description
File Reference File System shows all files in the Windows directory structure.

Web Application filters the display to show Web Applications.

File System File If the File Reference is File System, this is the default file.
Web Application File If the File Reference is Web Application, this is the default Web App.
Tab Tab properties:
Property Name Description
ShowYes (default) displays the Element.
TextText displayed in the tab header.
WidthWidth of the tab in pixels (defaults to the size of the tab).
body WidthWidth of the content body (text area beneath the tab). The default is 100%.
body HeightFixed height of the content body. A scrollbar is added as required.
ExpandableYes (default) allows the tab to be expanded and collapsed. No disables this feature and the tab is always expanded.
ExpandedYes (default) initially expands the tab if Expandable property is set to Yes.
HighlightYes (default) highlights the tab on a mouseover event. The CSS defines this.
TipHelp text to appear on mouseover.
IdIdentifier of the Element (defaults to the Element name).
FunctionOptional JavaScript function to execute.
GroupDefines a tab group. See Tab Groups and Field Groups in the maint Element.