ElementTree addRemoteControlInput(ElementTree parent, ControlInputType itype, String iname=createString(0), String ivalue=createString(0))
Arguments
parent: The element to add the button toitype: The type of the buttoniname: The name of the buttonivalue: The label of the button
Usage
Create a submit button for a form created with addRemoteForm. 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.