|
Styles and common widget properties are not included in the table below.
|
Property Name
|
Description
|
Base Type
|
Default Value
|
Bindable? (Y/N)
|
Localizable? (Y/N)
|
||
---|---|---|---|---|---|---|---|
CustomClass
|
User defined CSS class to apply to the top div of the widget. Multiple classes can be entered, separated by a space.
|
STRING
|
n/a
|
Y
|
N
|
||
Export
|
A service that exports the CSV data.
|
Service
|
n/a
|
Y
|
N
|
||
ExportFileName
|
Sets the filename for the exported CSV file.
|
STRING
|
n/a
|
Y
|
N
|
||
Label
|
The text to display on the button.
|
STRING
|
Export
|
N
|
Y
|
||
TabSequence
|
The index of the Data Export widget in the tab sequence.
|
NUMBER
|
0
|
N
|
N
|
||
RoundedCorners
|
Determines if the button has rounded corners.
|
BOOLEAN
|
True
|
N
|
N
|
||
Data
|
Data service return. Select an infotable from a service return as the data source for this property.
|
INFOTABLE
|
n/a
|
N
|
N
|
||
IconAlignment
|
Aligns the icon for the button to the left or right of the text.
|
STRING
|
True
|
N
|
N
|
||
IncludeBOM
|
Adds a UTF-8 byte order mark at the start of the exported CSV file.
|
BOOLEAN
|
False
|
N
|
N
|
||
ShowDataLoading
|
Displays a spinning icon when data is loading.
|
BOOLEAN
|
True
|
N
|
N
|
||
ShowAdvancedExportOptions
|
Displays a drop-down list that enables users to export data using one of two options: CSV (Standard) and CSV (Excel Formatted)
|
BOOLEAN
|
False
|
N
|
N
|
||
Visibility
|
Sets the visibility of the widget in run time.
|
BOOLEAN
|
True
|
Y
|
N
|