HTML

From Gui

(Difference between revisions)
(Classified the checkboxes)
(Note about non-widgets)
Line 18: Line 18:
** <textarea> [[Widget/Textarea]]
** <textarea> [[Widget/Textarea]]
** <select>
** <select>
-
*** <optgroup>
+
*** <optgroup> (not really a widget, just defines semantics in <select>)
-
**** <option>
+
**** <option> (not really a widget, just defines semantics in <select>)
== Properties ==
== Properties ==

Revision as of 02:02, 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