API DOCS
Function: createInput
function createInput($sParent, $sType, $sName, $sId)
Parameters:
sParent
(string) The id of the parent 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 element.
Returns:
object
The object.
