ContainerElement.saveColumn (Method)
Saves a column for a container.
Returns:
GridLayoutColumnID (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. |
columnID | GridLayoutColumnID | Required | ID of the column in a row to update. |
rowNumber | NonNegativeInteger | Required | Index of the row in the container. |
columnNumber | NonNegativeInteger | Required | Index of column to update in a grid layout row defined for a container. |
tagName | GridLayoutTag_EmptyString | Optional. Defaults to an empty string. | Tag to be used for row or the current column rendering. |
otherClasses | PlainTextList_EmptyString | Optional. Defaults to an empty string. | Other classes for the column. |
classOptions | PlainTextList_EmptyString | Optional. Defaults to an empty string. | Class overrides for the container in the container. |
saveForSession | Boolean | Optional. Defaults to '0'. | Boolean flag when true means, the column information configured for the container is saved in a session for a later save. |
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