2013年6月30日 星期日

html input property (input example)

html input property

<input
asix="string"
type=" text  | button | reset | checkbox | submit | file | hidden | image | password | radio"
size= " 50 " <!--it is character -->
maxlength="10"
name="fieldName"
id="fieldName"
onClick= "$(this).select();"
onFocus="SelectAll(this.id);"
onBlur="myFunction()"
style="font-size:13px;margin-left:10px;display:none;float:left;"
title="tooltips"
disabled=disabled
readonly="readonly"
tabindex="-1"
class=disabledInput"
>
<input type="checkbox" id="five"> <label for="five">5</label>

沒有留言:

張貼留言