1HTMLDocument.FormType(3kaya) Kaya module referenceHTMLDocument.FormType(3kaya)
2
3
4

NAME

6       HTMLDocument::FormType - The method used by a form
7

SYNOPSIS

9       HTMLDocument::FormType< >
10
11
12     = FormGet()
13
14
15     | FormPost()
16
17
18     | FormPostUpload()
19

DESCRIPTION

21       The  method  used by a form to submit data.  FormPost uses the applica‐
22       tion/x-www-form-urlencoded content type,  whereas  FormPostUpload  uses
23       multipart/form-data
24
25

AUTHORS

27       Kaya   standard  library  by  Edwin  Brady,  Chris  Morris  and  others
28       (kaya@kayalang.org). For further information see http://kayalang.org/
29

LICENSE

31       The Kaya standard library is free software;  you  can  redistribute  it
32       and/or  modify  it  under  the  terms  of the GNU Lesser General Public
33       License (version 2.1 or any later version) as  published  by  the  Free
34       Software Foundation.
35
37       WebCommon.allowFileUploads (3kaya)
38       HTMLDocument.addRemoteForm (3kaya)
39
40
41
42Kaya                             December 2010    HTMLDocument.FormType(3kaya)
Impressum