Dev forms
revision 1 — 2007/11/21 03:04:56 — Fil Salustri
- There might be odd interactions with tables. I remember something was off there, but I don't remember the details.
- One feature that should be packaged into it is a highlighting feature for text fields and areas.
- Two styles needed: one for selected item, other for the deselected ones.
- HTML fragment: <input type=field class=A onfocus="this.className='B'" onblur="this.className='A'">
- Have a wikan parameter {highlightselect on} that plugs in the right bits of HTML.
- The wikan should not let the class of the item be changed, for consistency with skins.
