YfcSpecialChangeNames
Description
This JavaScript function must be called when an API requires that the entire row is passed if the key is passed.
Syntax
yfcSpecialChangeNames(id, checkOnlyBlankRow)
Input parameters
id - Required. ID of the HTML tag under which the name changing must be performed.
checkOnlyBlankRow -
Optional. If this is passed as true, only new blank
rows (where all inputs and selects are void) are considered for changing
names. If this is passed as false, then all the existing
rows under the object whose ID is passed are considered. If not passed,
the value defaults to false.
Return value
None.