HTML

From Gui

(Difference between revisions)
(<fieldset> is also a container)
(Container => Frame)
Line 1: Line 1:
== Widgets ==
== Widgets ==
-
* <form> [[Widget/Container]]
+
* <form> [[Widget/Frame]]
** <label> [[Widget/Label]]
** <label> [[Widget/Label]]
-
** <fieldset> [[Widget/Container]]
+
** <fieldset> [[Widget/Frame]]
*** legend (not really a widget, an obvious property of <fieldset>)
*** legend (not really a widget, an obvious property of <fieldset>)
** <input> (not a widget itself, but has the following types)
** <input> (not a widget itself, but has the following types)

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