API DOCS
Function: create
function create($sParent, $sTag, $sId, $sType=null)
Parameters:
sParent
(string) The id of the parent element.
sTag
(string) The tag name to be used for the new element.
sId
(string) The id to assign to the new element.
sType
(string, optional) The type of tag, deprecated, use createInput instead.
Returns:
object
The object.
