Provided by: kaya_0.4.4-6ubuntu3_amd64 

NAME
HTMLDocument::addRemoteControlInput - Add a form submit button
SYNOPSIS
ElementTree addRemoteControlInput( ElementTree parent, ControlInputType itype, String
iname=createString(0), String ivalue=createString(0) )
ARGUMENTS
parent The element to add the button to
itype The type of the button
iname The name of the button
ivalue The label of the button
DESCRIPTION
Create a submit button for a form created with HTMLDocument.addRemoteForm (3kaya)
The button will be submitted when pressed as iname=ivalue
If iname is the empty string, then the value will not be submitted with the rest of the form.
AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further
information see http://kayalang.org/
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.
RELATED
HTMLDocument.ControlInputType (3kaya)
HTMLDocument.addLocalControlInput (3kaya)
HTMLDocument.addRemoteForm (3kaya)
Kaya July 2013 HTMLDocument.addRemoteControlInput(3kaya)