$f_ValuesToArray(pThis, pClass, pTag)
Collects the values of form items contained within DOM node (pThis
) of class attribute (pClass
) and nodeName (pTag
) and returns an array.
Return Value
No applicable.
Parameters
pThis (DOM node | string ID)
pCLass (String)
pTag (String)