HTML

From Gui

(Difference between revisions)
(Layout)
(Notes)
Line 57: Line 57:
* submit
* submit
* reset
* reset
 +
 +
== Notes ==
 +
 +
From to_ on freenode.net#microformats
 +
 +
http://pastie.org/513229
 +
 +
Interesting form patterns, especially for compound elements like addresses/dates

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

Notes

From to_ on freenode.net#microformats

http://pastie.org/513229

Interesting form patterns, especially for compound elements like addresses/dates

Personal tools