HTML

From Gui

Revision as of 22:06, 11 June 2009 by 173.11.94.130 (Talk)

Widgets

  • <form>
    • <label>
    • <fieldset>
      • legend
    • <input>
      • hidden
      • text
      • password
      • file
      • submit
      • reset
      • image
      • checkbox
      • radio
      • button
    • <button>
    • <textarea>
    • <select>
      • <optgroup>
        • <option>

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