码迷,mamicode.com
首页 > 其他好文 > 详细

表单元素

时间:2017-12-21 11:54:53      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:logo   mic   控件   ebs   none   eol   选择   zh-cn   check   

表单元素
一共12个
分三大类

文本类
<input type="text" />
<input type="password" />
<textarea></textarea>
<input type="hidden" />

按钮类
<input type="button" />
<input type="reset" />

<input type="submit" />
<input type="image" />

选择类
<input type="radio" id="i" /><label for="i">aaa</label>
<input type="checkbox" />
<select>
<option></option>
</select>
<input type="file" />

简单控件:
Label
Literal
TextBox TextMode="" Visible="false"  Enabled="false"
HiddenFiled
Button
ImageButton

复合控件:
radio   radioButton  radioButtonList 单选
checkbox  checkbox   checkboxList 多选
select option  DropDownList  单选  ListBox 多选


1、Label

2、Literal

3、TextBox

4、HiddenFiled

5、Button

6、RadioButton / RadioButtonList

7、CheckBox / CheckBoxList

8、DropDownList / ListBox

9、Panel




表单元素

标签:logo   mic   控件   ebs   none   eol   选择   zh-cn   check   

原文地址:http://www.cnblogs.com/buzhiheyan/p/8078459.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!