diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-05-12 16:24:50 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-05-12 16:24:50 +0000 |
commit | ca183f36c4158d5d7cc9c7d237eb4e1982a48bd5 (patch) | |
tree | f7ad75be9f8013cf7694e861833c1a65fb3b03da /doc/README.pre_form | |
parent | [w3m-dev 03891] Re: urimethodmap and relative URL (diff) | |
download | w3m-ca183f36c4158d5d7cc9c7d237eb4e1982a48bd5.tar.gz w3m-ca183f36c4158d5d7cc9c7d237eb4e1982a48bd5.zip |
[w3m-dev 03895] type=image support of pre_form
* form.c (loadPreFOrm): add image
(preFormUpdateBuffer): add FORM_INPUT_IMAGE
* doc/README.pre_form: update
* doc-jp/README.pre_form: ditto
From: Hironori SAKAMOTO <h-saka@lsi.nec.co.jp>
Diffstat (limited to '')
-rw-r--r-- | doc/README.pre_form | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/README.pre_form b/doc/README.pre_form index 1f9fc10..972ef90 100644 --- a/doc/README.pre_form +++ b/doc/README.pre_form @@ -16,7 +16,8 @@ password <name> <value> checkbox <name> <value> [<checked>] radio <name> <value> section <name> <value> -submit [<name>] +submit [<name> [<value>]] +image [<name> [<value>]] textarea <name> <value> : @@ -33,9 +34,10 @@ The line beginning with checkbox, radio means that it will check input element which name and value attribute matches with <name> and <value> respectively. If <checked> is 0, no, or off, disable check of the checkbox. -The line beginning with submit means that it will submit input element which -name attribute matches with <name>, or submit last <input type=submit> -element if no <name> specified. +The line beginning with submit or image means that it will submit input +element which name attribute matches with <name> (and value attribute +matches with <value>), or submit last <input type=submit> element if no +<name> specified. You quote \, ' (single-quote) or " (double quote) as you do in shell. |