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