GridRowLayout.saveRow (Method)
Saves information about a row in the grid layout.
Returns:
GridLayoutRowID (integer)
Arguments:
Name | Type | Required | Description |
---|---|---|---|
gridRowID | GridLayoutRowID_0 | Optional. Defaults to '0'. | ID of the grid row layout to update, or 0 to create a new grid row layout. |
name | PlainText_NonNull_255 | Required | Name of the grid row layout. |
description | String | Optional. Defaults to an empty string. | Description of the grid row layout. |
columnCount | NonNegativeInteger | Optional. Defaults to '0'. | Number of the columns in this grid row layout. |
isFactory | Boolean | Optional. Defaults to '0'. | Boolean flag if true means the row is a factory grid row layout. |
isActive | Boolean | Optional. Defaults to '1'. | Boolean value when true means the row is active. |
rowTag | GridLayoutTag | Required | Tag to be rendered for the row. |
rowTag_AllowOverride | Boolean | Optional. Defaults to '0'. | Boolean flag when true, contributor can override the tag used to render this grid row layout. |
rowClasses | PlainTextList_EmptyString | Optional. Defaults to an empty string. | List of classes that should be applied for the current row. |
rowClasses_AllowOverride | Boolean | Optional. Defaults to '0'. | Boolean flag when true, contributor can override the class values defined for this row. |
classOptions | PlainTextList_EmptyString | Optional. Defaults to an empty string. | List of optional classes that are commonly used and contributors can apply to this grid row layout. |
innerRowTag | GridLayoutTag_EmptyString | Optional. Defaults to an empty string. | Row tag to apply if there is an inner row tag for this layout row. |
innerRowTag_AllowOverride | Boolean | Optional. Defaults to '0'. | Boolean flag when true, contributor can override the tag used to render this inner row in grid row layout. |
innerRowClasses | PlainTextList_EmptyString | Optional. Defaults to an empty string. | List of classes that should be applied for the current inner row. |
innerRowClasses_AllowOverride | Boolean | Optional. Defaults to '0'. | Boolean flag when true, contributor can override the class values defined for this inner row. |
innerClassOptions | PlainTextList_EmptyString | Optional. Defaults to an empty string. | List of optional classes that are commonly used and contributors can apply for the inner row of this grid row layout. |
Context:
License Requirements | (none) |
Permission Requirements | Site:ManageResponsiveDesign |
Deny Context | None |
Require Context | AuthoringEnabled |
Author Lock | (not 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