<radioSet>要素 |
![]() |
ネームスペース: | http://xmlns.oracle.com/uix/bc4j |
派生元: | <ui:radioSet>要素 |
グループ: | UIX Components |
要素の型: | UINode |
説明 |
![]() |
例 |
![]() |
<bc4j:rootAppModuleScope name="EmpAppModule" >
<contents>
<bc4j:viewObjectScope name="AllEmpsVO" >
<contents>
<bc4j:radioSet name="empno" attrName="Empno" type="radio"
data:text="txt" data:value="val" >
<contents>
<option text="John" value="12314"/>
<option text="Gabe" value="45746"/>
<option text="Nadia" value="36722"/>
</contents>
</bc4j:radioSet>
</contents>
</bc4j:viewObjectScope>
</contents>
</bc4j:rootAppModuleScope>