1. 程式人生 > >表單元素

表單元素

result check 單選 pan japan https alt textarea jar

表單元素
一共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




G M T
Text-to-speech function is limited to 200 characters
Options : History : Feedback : Donate Close

表單元素