<Portlet:RadioButton . . . |
compatability |
|
General Attributes for User Radio ButtonTag |
Attribute Name |
Mandatory/Optional |
Description |
field |
Mandatory |
Name of associated getter and setter on form bean |
selectValue |
Optional |
The selected value of the radio button |
|
Events |
Event Name |
Description |
No Events |
|
Overview
This widget will creates an HTML radio button.
|
|
In Browser
|
|
JSP Code
<Portlet:RadioButton field="fieldLinkedToCCAndCached"
selectValue="FLTCCACValue1"/>
<Portlet:RadioButton field="fieldLinkedToCCAndCached" selectValue="FLTCCACValue2"/>
<Portlet:RadioButton field="fieldLinkedToCCAndCached" selectValue="FLTCCACValue3"/>
|
|
|
How they work
This widget creates an html radiobutton on a screen. To create a group set
all the attribute field the same.
|
|
Controlling the look of the Radio Button by CSS
The drop down widget's corresponding CSS can be found in 'source/html/jaffa/css/widgets/radioGroup.css'. To change he radiobutton style properties use input.WidgetRadioButton.
|