Home > JavaScript APIs > $dom_AddInput(pTh...
Inserts the html form input element (pType
) as a child node of a DOM node (pThis
) with an id (pId
) and name (pName
) value set to pValue
.
Return Value
(DOM node)
Parameters
pThis (DOM node | string ID) pType (String) pId (String) pName (String) pValue (String)