tags: grid - column - row - line - space - cell - img
Insert a grid layout. All tags nested in this tag will be rendered in a table having the specified number of columns
The tags will be aligned horizontally and vertically
| Attribute Name | Description |
|---|---|
| borderSpacing | border-spacing value. Default is 0. |
| cols | Number of columns. Default is 2 |
| space | Should an empty cell be including between each cell ? |
| styleClass | Styleclass of the grid |
| width | Width of the grid |
Insert a column. All the tags in this tag will be displayed vertically
| Attribute Name | Description |
|---|---|
| styleClass | CSS style class to use for the column |
Insert a row. All the tags in this tag will be displayed horizontally
| Attribute Name | Description |
|---|---|
| cellPadding | Padding of the row cell. Default value is HTML default value |
| cellSpacing | Spacing of the row cell. Default value is HTML default value |
| space | If set to false, does not include spaces between tags |
Allow to display several input fiels on the same line. This is the same behaviour as the row tag, expect that tags contained in different lines are aligned.
| Attribute Name | Description |
|---|---|
| space | If set to false, does not include spaces betwwen tags |
Allow to insert HTML code in a Struts-Layout cell.
| Attribute name | Description |
|---|---|
| colspan | Colspan of the cell |
| height | Height of the cell |
| styleClass | css style of the cell |
| width | Width of the cell |
Insert an image. One of the action, page, srcName or src attribute is required.
| Attribute name | Description |
|---|---|
| action | The action, starting with a slash, that will render the image |
| page | Image location relative to the current module |
| srcName | Image location relative to the current skin images directory |
| src | Image location |