HTML

From Gui

(Difference between revisions)
(Classify textareas)
Line 6: Line 6:
** <input>
** <input>
*** hidden
*** hidden
-
*** text
+
*** text [[Widget/Textarea]]
*** password
*** password
*** file
*** file
Line 16: Line 16:
*** button [[Widget/Button]]
*** button [[Widget/Button]]
** <button> [[Widget/Button]]
** <button> [[Widget/Button]]
-
** <textarea>
+
** <textarea> [[Widget/Textarea]]
** <select>
** <select>
*** <optgroup>
*** <optgroup>

Revision as of 01:16, 13 June 2009

Widgets

Properties

  • tabindex
  • disabled
  • checked
  • maxlength
  • name
  • readonly
  • size (rows/cols for <textarea>)
  • title
  • class
  • accesskey
  • id

Events

  • focus
  • blur
  • select
  • change
  • click
  • dblclick
  • mousedown
  • mousemove
  • mouseout
  • mouseover
  • mouseup
  • keydown
  • keypress
  • keyup
  • submit
  • reset
Personal tools