Classes
\OP\Elements
| Name | Description | |
|---|---|---|
| TileElement | No description available | EMPTY |
\OP\Fields
| Name | Description | |
|---|---|---|
| TileField | Creates a reorderable 2D tile field. For example: <code> private static $has_many = [ 'Tiles' => Tile::class ]; private static $owns = [ 'Tiles' ]; | EMPTY |
\OP\Forms
| Name | Description | |
|---|---|---|
| TileFieldDetailForm | This detail form is used to insert a hidden type field when creating a new tile. | EMPTY |
| TileFieldDetailForm_ItemRequest | This detail form is used to insert a hidden type field when creating a new tile. | EMPTY |
\OP\Models
| Name | Description | |
|---|---|---|
| AnnouncementTile | just some content | EMPTY |
| ContentTile | Content tile - some text. also a background image | EMPTY |
| GalleryTile | A series of images. Note the API change between 3 and 4: this now contains a dataobject and not an extension of image | EMPTY |
| LinkTile | A tile the holds an image, and an external or internal link to resource | EMPTY |
| PhotoTile | Content tile - some text. also a background image | EMPTY |
| Slide | No description available | EMPTY |
| Tile | No description available | EMPTY |