API DOCS
Function: insertInputAfter
function insertInputAfter($sAfter, $sType, $sName, $sId)
Parameters:
sAfter
(string) The id of the element that is to be used as the insertion point for the new element.
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.
