| deletePlaceholder
|
Deletes the placeholder from the specified container element at the specified position. |
| deleteRow
|
Deletes a row configured for a container. |
| getColumn
|
Returns a structure whose members contain information about container level customization for a grid layout column. |
| getContainerLayout
|
Returns structure with two rows arrays that contain information about the grid layout rows defined and elements. |
| getGridTabHTML
|
Returns HTML to be rendered in the Grid tab of a container element's Grid tab in Layout properties dialog. |
| getList
|
Returns a query describing the elements contained within the specified Container element. |
| getRow
|
Returns a structure whose members contain information about container level customization for a grid layout row. |
| getWrapperTags
|
Returns structure containing start and end tags for the given row or column in a container. |
| insertElement
|
Inserts an element within a page's container element. |
| insertRowAtPosition
|
Inserts a Grid Layout Row at the position of supplied RowID or RowNumber. |
| moveColumn
|
Updates the index of a column within a grid layout row defined for a container. |
| moveElement
|
Moves an element within the specified container element. |
| moveElementWithinGrid
|
Moves the specified element to the specified position within the specified row and column, within the same container element. |
| moveRow
|
Updates the index of a grid layout row within a container. |
| pasteElement
|
Inserts the copied element into the specified container element at the specified position. |
| reorderElements
|
Reorders the elements contained inside the container element. |
| saveColumn
|
Saves a column for a container. |
| saveContainerLayout
|
Saves the grid layout information for a container from a session variable. |
| saveRow
|
Saves a grid layout row to a container. |
| setDefaultLayout
|
Sets the container to use the default factory layout or when supplied, inherited grid layout ID. Also updates the ElementParams.Rows. |
| validateElementType
|
Checks if supplied element type is allowed in the container in the given position. |