…(생략)...
<xforms:model>
<xforms:instance>
<root>
<listitems>
<depts>
<id>DEV</id>
<desc>제품개발팀</desc>
</depts>
<depts>
<id>SI</id>
<desc>시스템통합 사업팀</desc>
</depts>
</listitems>
<selectitems />
</root>
</xforms:instance>
<xforms:bind id="bind_depts" nodeset="listitems/depts" />
</xforms:model>
</head>
<body>
<xforms:select1 ref="selectitems" selection="open" >
<xforms:itemset bind="bind_depts">
<xforms:label ref="desc" />
<xforms:value ref="id" />
</xforms:itemset>
</xforms:select1>
<br />
<xforms:input ref="selectitems" >
<xforms:label> 선택한 아이템의 코드는 : </xforms:label>
</xforms:input>
</body>
…(생략)...
|
댓글 없음:
댓글 쓰기