Html5 input

From Bluefish Wiki
(Redirected from Dev html5 input)
Jump to: navigation, search

attributes:

a:accept b:alt c:autocomplete d:checked e:formaction f:formenctype g:formmethod h:formnovalidate i:formtarget j:height
k:list l:max m:maxlength n:min o:multiple p:pattern q:placeholder r:readonly s:required t:size u:src v:step w:width 


type:


autocomplete list maxlength pattern placeholder readonly required size
     c               k   m   o p q r s t      
text:
 _ _ 1 _ _ _ _ _ _ _ 1 _ 1 _ _ 1 1 1 1 1 _ _ _
search:
 _ _ 1 _ _ _ _ _ _ _ 1 _ 1 _ _ 1 1 1 1 1 _ _ _
tel:
 _ _ 1 _ _ _ _ _ _ _ 1 _ 1 _ _ 1 1 1 1 1 _ _ _
url:
 _ _ 1 _ _ _ _ _ _ _ 1 _ 1 _ _ 1 1 1 1 1 _ _ _
email:
 _ _ 1 _ _ _ _ _ _ _ 1 _ 1 _ 1 1 1 1 1 1 _ _ _
password:
 _ _ 1 _ _ _ _ _ _ _ _ _ 1 _ _ 1 1 1 1 1 _ _ _

autocomplete list max min readonly required step
     c               k l   n       r s     v  
datetime:
 _ _ 1 _ _ _ _ _ _ _ 1 1 _ 1 _ _ _ 1 1 _ _ 1 _
date:
 _ _ 1 _ _ _ _ _ _ _ 1 1 _ 1 _ _ _ 1 1 _ _ 1 _
month:
 _ _ 1 _ _ _ _ _ _ _ 1 1 _ 1 _ _ _ 1 1 _ _ 1 _
week:
 _ _ 1 _ _ _ _ _ _ _ 1 1 _ 1 _ _ _ 1 1 _ _ 1 _
time:
 _ _ 1 _ _ _ _ _ _ _ 1 1 _ 1 _ _ _ 1 1 _ _ 1 _
datetime-local:
 _ _ 1 _ _ _ _ _ _ _ 1 1 _ 1 _ _ _ 1 1 _ _ 1 _
number:
 _ _ 1 _ _ _ _ _ _ _ 1 1 _ 1 _ _ _ 1 1 _ _ 1 _
range:
 _ _ 1 _ _ _ _ _ _ _ 1 1 _ 1 _ _ _ _ _ _ _ 1 _


 a   c d e f g h i   k l m n o p q r s t u v w
color:
 _ _ 1 _ _ _ _ _ _ _ 1 _ _ _ _ _ _ _ _ _ _ _ _ autocomplete list
checkbox:
 _ _ _ 1 _ _ _ _ _ _ _ _ _ _ _ _ _ _ 1 _ _ _ _ checked required
radio:
 _ _ _ 1 _ _ _ _ _ _ _ _ _ _ _ _ _ _ 1 _ _ _ _ checked required
file:
 1 _ _ _ _ _ _ _ _ _ _ _ _ _ 1 _ _ _ 1 _ _ _ _ accept multiple required 
 
formaction formenctype formmethod formnovalidate formtarget
submit:
 _ _ _ _ 1 1 1 1 1 _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

alt formaction formenctype formmethod formnovalidate formtarget
height src width (+ onsubmit ?)
image:
 _ 1 _ _ 1 1 1 1 1 1 _ _ _ _ _ _ _ _ _ _ 1 _ 1

hidden:
 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
reset:
 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
button:
 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


references

/wiki/HTML/Elements/input

Personal tools