|
The Radio Button widget is available as a standard widget in the platform and as a web component that can be imported from an SDK.
|
Property Name
|
Description
|
Base Type
|
Default Value
|
Bindable? (Y/N)
|
Localizable? (Y/N)
|
||
---|---|---|---|---|---|---|---|
State
|
Enables you to set the state of the radio button, to selected or not selected.
|
BOOLEAN
|
False
|
Y
|
N
|
||
Disabled
|
Use this property to disable the widget in the mashup. The widget is displayed in the mashup but you cannot click it.
|
BOOLEAN
|
False
|
Y
|
N
|
||
Radiogroup
|
Enables you to define a set of radio buttons and allows the mashup user to choose one from the group.
|
STRING
|
n/a
|
Y
|
N
|
||
Label
|
The text that is displayed next to the radio button.
|
STRING
|
Radio Button
|
Y
|
Y
|
||
LabelMaxWidth
|
Enables you to set a maximum width for the label. The label is displayed on multiple lines when it equals or is greater than the maximum width.
|
NUMBER
|
n/a
|
Y
|
N
|
||
TabSequence
|
The sequence of the widgets in which they are highlighted when the user presses Tab key.
|
NUMBER
|
n/a
|
N
|
N
|
||
CustomClass
|
Enables you to define the CSS to the top div of the widget. Multiple classes can be entered, separated by space.
|
STRING
|
n/a
|
Y
|
N
|
||
StateChanged
|
The event that is triggered when the state of the radio button changes.
|
n/a
|
n/a
|
Y
|
N
|
||
Width
|
The width of the widget. The width is set to the width of the label by default. Enter a value in the property panel or resize the widget in the canvas to set a fixed width.
|
NUMBER
|
n/a
|
N
|
N
|
||
Height
|
The height of the widget. The height is set to the maximum width of the label by default. It increases if the widget has multiline label. Enter a value in the property panel or resize the widget in the canvas to set a fixed height.
|
NUMBER
|
n/a
|
N
|
N
|
||
TooltipField
|
Sets a tooltip text that is displayed when you hover over the widget.
|
STRING
|
n/a
|
Y
|
Y
|
||
TooltipIcon
|
Sets an icon image for the tooltip of the widget.
You can add an image or specify an image URL path.
|
MEDIA ENTITY
|
n/a
|
N
|
N
|