From ca183f36c4158d5d7cc9c7d237eb4e1982a48bd5 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Mon, 12 May 2003 16:24:50 +0000 Subject: [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 --- doc/README.pre_form | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'doc/README.pre_form') 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 checkbox [] radio section -submit [] +submit [ []] +image [ []] textarea : @@ -33,9 +34,10 @@ The line beginning with checkbox, radio means that it will check input element which name and value attribute matches with and respectively. If 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 , or submit last -element if no specified. +The line beginning with submit or image means that it will submit input +element which name attribute matches with (and value attribute +matches with ), or submit last element if no + specified. You quote \, ' (single-quote) or " (double quote) as you do in shell. -- cgit v1.2.3