1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-17 14:25:45 +01:00

Add 'hintinputs' to provide text hints for inputs

If <label> elements are found use them, else use the value in the box
(current behaviour) or if you add 'name' to 'hintinputs' then it will
allow you to select by the name of the field.

For values that are not displayed on the input field, it adds the value
to the red hint icon.
This commit is contained in:
Conrad Irwin
2009-04-04 19:21:45 +01:00
parent cf3799e374
commit 3800f10144
3 changed files with 122 additions and 27 deletions

View File

@@ -1,5 +1,6 @@
2009-XX-XX:
* version 2.1 (probably)
* add 'hintinputs'
* add :silent
* add $MY_VIMPERATORRC
* add ' and " local marks