API DOCS
Function: insertInput
function insertInput($sBefore, $sType, $sName, $sId)
Parameters:
sBefore
(string) The id of the element to be used as the reference point for the insertion.
sType
(string) The type of the new input element.
sName
(string) The name of the new input element.
sId
(string) The id of the new input element.
Returns:
object
The object.
