Home > JavaScript APIs > $f_CheckAll(pThis...
Check or uncheck (pCheck
) all check boxes contained within a DOM node (pThis
). If an array of checkboxes DOM nodes (pArray
) is provided, use that array for affected check boxes.
Return Value
Not applicable.
Parameters
pThis (DOM node | string ID) pCheck (true | fales) pArray (DOM node array)