ContainerElement.saveRow (Method)

Saves a grid layout row to a container.

Returns:

GridLayoutRowID (integer)

Arguments:

Name Type Required Description
pageID PageID Required ID of the page on which the container is placed.
controlID ControlID Required ID of the container control.
gridRowID GridLayoutRowID Required ID of the grid layout row to add to the container.
rowNumber NonNegativeInteger Required Index of the row in the container.
tagName GridLayoutTag_EmptyString Optional. Defaults to an empty string. Tag to be used for row or the current column rendering.
classOptions PlainTextList_EmptyString Optional. Defaults to an empty string. Class overrides for the row in the container.
otherClasses PlainTextList_EmptyString Optional. Defaults to an empty string. Other classes for the row.
innerTagName GridLayoutTag_EmptyString Optional. Defaults to an empty string. Tag to be used for inner row rendering.
innerClassOptions PlainTextList_EmptyString Optional. Defaults to an empty string. Class overrides for the inner row in the container.
innerOtherClasses PlainTextList_EmptyString Optional. Defaults to an empty string. Other classes for the inner row.
rowName PlainText_255 Optional. Defaults to an empty string. Optional name for the row in the Container.
mode PlainText_20 Optional. Defaults to 'replace'. Mode when supplied rowNumber already exists in the container. When 'insert' new row will be inserted at the rowNumber index. Default value 'replace' will update the existing instance of row at rowNumber index.
saveForSession Boolean Optional. Defaults to '0'. Boolean flag when true means, the row information configured for the container is saved in a session for a later save.
addDefaultSetup Boolean Optional. Defaults to '0'. Boolean flag when true, we will check for defaultLayout of the container and if not found will create one.
addWIPRecord Boolean Optional. Defaults to '1'. Boolean flag when true, wip records are added and container element will get wip status.

Context:

License Requirements (none)
Permission Requirements (none)
Deny Context None
Require Context (none)
Author Lock Required
Transaction Logging If transaction logging is enabled at the site level, calls to this method will be logged
Customization This method may be customized at the site level

Error Codes:

None

Notes:

None