HTML

From Gui

(Difference between revisions)
(Identify general type of input type=button and <button>)
Line 1: Line 1:
== Widgets ==
== Widgets ==
* <form> [[Widget/Container]]
* <form> [[Widget/Container]]
-
** <label>
+
** <label> [[Widget/Label]]
** <fieldset>
** <fieldset>
*** legend
*** legend

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