-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Invalid
-
Affects Version/s: 4.1.2
-
Fix Version/s: unspecified
-
Component/s: Documentation
-
Labels:None
Hi
The Radio component does not works with FieldLabel, so it should be nice to add a Tips in the Radio's documentation.
For exemple:
JWC:
<component id="radioItem" type="Radio">
<binding name="value" value="ognl:radioItemValue" />
</component>
<component id="radioItemLabel" type="Insert">
<binding name="renderTag" value="true" />
<binding name="for" value="clientId:radioItem" />
<binding name="value" value="literal: some text" />
</component>
HTML:
<input type="radio" jwcid="radioItem" />
<label jwcid="radioItemLabel"> blabla</label>