GridRowLayout (Component)
Methods within the GridRowlayouts let you insert, delete, and get details of the rows and its columns in the grid.
Methods marked below with [L] may be logged at the site level (if transaction logging is licensed and enabled by the administrator)
Methods marked below with [C] may be customized at the site level
Methods:
deleteColumn [L] [C] | Deletes a column from the specified grid layout row. |
deleteRow [L] [C] | Deletes the specified grid row layout. |
getAvailableTags [C] | Returns a query of zero or more rows describing the available tags for rendering grid row layouts. |
getColumnInfo [C] | Returns a query of zero or more rows describing the properties of a column defined in the grid layout row. |
getColumns [C] | Returns a query containing information about columns defined for a grid layout row. |
getList [C] | Returns a query of zero or more rows describing the defined grid row layouts for the site. |
getRowInfo [C] | Returns information about the specified grid row layout. |
saveColumn [L] [C] | Saves the properties for the specified column defined in a grid layout row. |
saveColumnOrder [L] [C] | Saves the order of columns in the specified grid row layout. |
saveRow [L] [C] | Saves information about a row in the grid layout. |
setActiveState [L] [C] | Sets the activation state of the specified grid layout row. |
setDefault [L] [C] | Set this grid row layout as the default layout for containers that has no layout defined. |