Add a form submit button
ElementTree addRemoteControlInput( ElementTree parent, ControlInputType itype, String iname=createString(0), String ivalue=createString(0) )
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
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.
Kaya standard library by Edwin Brady, Chris Morris and others ([email protected]). For further information see http://kayalang.org/
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.
HTMLDocument.ControlInputType (3kaya)
HTMLDocument.addLocalControlInput (3kaya)
HTMLDocument.addRemoteForm (3kaya)