HTML

From Gui

(Difference between revisions)
(Container => Frame)
(Layout)
Line 20: Line 20:
*** <optgroup> (not really a widget, just defines semantics in <select>)
*** <optgroup> (not really a widget, just defines semantics in <select>)
**** <option> (not really a widget, just defines semantics in <select>)
**** <option> (not really a widget, just defines semantics in <select>)
 +
 +
== Layout ==
 +
 +
Usually laid out using CSS box model and floats. This does not seem to map well to other toolkits.
== Properties ==
== Properties ==

Revision as of 21:03, 15 June 2009

Contents

Widgets

Layout

Usually laid out using CSS box model and floats. This does not seem to map well to other toolkits.

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