WML Tag Reference

Bookmark this page

The Select Element - <select>

Description:
Begins an option list control.


Example:
<select name="select1">
  <option name="opt1"/>
  <option name="opt2/>
</select>


Attributes
Name Value Description
title CDATA IMPLIED. Text identifier for the element.
name NMTOKEN Specifies the name of the event binding.
value CDATA specifies the field value
iname NMTOKEN Specifies the name of the variable to be set with the index result of the selection.
ivalue CDATA Specifies the default-selected <option> element.
multiple BOOLEAN If TRUE, allows multiple <option> selections.
tabindex number Specifies the number in the tab order of input areas.
xml:lang NMTOKEN IMPLIED. Specifies the natural or formal language of an element.


Back to Tag Listing

材料来源 http://www.wirelessdevnet.com/channels/refview.phtml?cat=wmltags 本电子书由gudai制作,仅供学习参考,如有意见,欢迎email:base5@126.com。或访问我的博客http://gudai.cnblogs.com