.\" This man page is automatically generated using .\" kayadoc2man from the Kaya development tools and the -xmldocs compile .\" option. Editing it directly is not encouraged. .\" It is under the same license as the source .k file that it was .\" generated from. .TH "HTMLDocument.addRemoteControlInput" "3kaya" "August 2014" "Kaya" "Kaya module reference" .SH "NAME" HTMLDocument::addRemoteControlInput \- Add a form submit button .SH "SYNOPSIS" .B ElementTree addRemoteControlInput( \fIElementTree parent, ControlInputType itype, String iname=createString(0), String ivalue=createString(0)\fP .B ")" .SH "ARGUMENTS" .PP .B "parent" The element to add the button to .PP .B "itype" The type of the button .PP .B "iname" The name of the button .PP .B "ivalue" The label of the button .SH "DESCRIPTION" .PP Create a submit button for a form created with .B "HTMLDocument.addRemoteForm"(3kaya) The button will be submitted when pressed as \fBiname=ivalue \fP If \fBiname \fP is the empty string, then the value will not be submitted with the rest of the form. .SH "AUTHORS" Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/ .SH LICENSE The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation. .SH "RELATED" .PD 0 .PP .B "HTMLDocument.ControlInputType"(3kaya) .PP .B "HTMLDocument.addLocalControlInput"(3kaya) .PP .B "HTMLDocument.addRemoteForm"(3kaya) .PD 0.4v