Test /
InputElementTitle
"title" attribute to input form elements
(:input default rating medium:) (:input radio rating none title=1:) None (:input radio rating low title=2:) Low (:input radio rating medium title=3:) Medium (:input radio rating high title=4:) High (:input radio rating extreme title=5:) Extreme |
None Low Medium High Extreme |
- It works well
(:input default color red title=0:) (:input checkbox color white title=1:) White (:input checkbox color green title=2:) Green (:input checkbox color red title=3:) Red (:input checkbox color blue title=4:) Blue |
White Green Red Blue |
- It works well
(:input default color red title=1:) (:input select color white title=2:) (:input select color green title=3:) (:input select color red title=4:) (:input select color blue title=5:) |
|
- it does not work for each element - see note
(:input form:) (:input default area "This is the value of a text area.":) (:input textarea area rows=2 cols=40 title='Write Here':) (:input end:) |
- It works well