|
The Radio Button widget was renamed the Button Bar widget for ThingWorx 8.4.x and later versions. There is a new Radio Button Widget that is available for ThingWorx 8.4.x and later versions.
|
|
Styles and common widget properties are not included in the table below. They are described in the Widgets topic.
|
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
|
Orientation
|
How the buttons should be aligned (Vertical or Horizontal).
|
STRING
|
Horizontal
|
N
|
N
|
SelectedValue
|
The Get or Set value that drives the state.
|
STRING
|
n/a
|
Y
|
N
|
SelectedText
|
Get or set the name of the selected state.
|
STRING
|
n/a
|
Y
|
N
|
ReadOnly
|
If set to true, the button bar only displays the current state and cannot be clicked.
|
BOOLEAN
|
False
|
N
|
N
|
ButtonStates
|
Choose a state definition and the button bar will auto-populate the buttons with the state names and values.
|
STATE DEFINITION
|
n/a
|
N
|
N
|
SelectionChanged
|
An event is triggered whenever the selected button changes.
|
n/a
|
n/a
|
Y
|
N
|