Adds data to the given placeholder.

Syntax

Smartsite SXML CopyCode image Copy Code
placeholder.add(string targetId, any[ ] columnValues)

Parameters

Name Data Type Description
targetId String The target placeholder id.
columnValues Any[ ] The column values.

Return Value

None.

Expand image Examples

SXML