dash_tile_generation.php
Table of Contents
Functions
- tile_select() : mixed
- tile_graph() : void
- Generate the HTML for a graph dash tile.
- tile_config_themeselector() : mixed
- tile_icon() : void
- Generate HTML for an icon tile, i.e. pending submission, pending review or upload
- tile_freetext() : void
- Generate HTML for a freetext tile
- tile_search_thumbs() : mixed
- tile_search_multi_or_blank() : mixed
- tile_featured_collection_thumbs() : mixed
- tile_featured_collection_multi() : mixed
Functions
tile_select()
tile_select(mixed $tile_type, mixed $tile_style, mixed $tile, mixed $tile_id, mixed $tile_width, mixed $tile_height) : mixed
Parameters
- $tile_type : mixed
- $tile_style : mixed
- $tile : mixed
- $tile_id : mixed
- $tile_width : mixed
- $tile_height : mixed
tile_graph()
Generate the HTML for a graph dash tile.
tile_graph(array<string|int, mixed> $tile, string $tile_id) : void
@param array $tile array usually from get_tile()
Parameters
- $tile : array<string|int, mixed>
- $tile_id : string
-
string used to identify the tile on the page
tile_config_themeselector()
tile_config_themeselector(mixed $tile, mixed $tile_id, mixed $tile_width, mixed $tile_height) : mixed
Parameters
- $tile : mixed
- $tile_id : mixed
- $tile_width : mixed
- $tile_height : mixed
tile_icon()
Generate HTML for an icon tile, i.e. pending submission, pending review or upload
tile_icon(array<string|int, mixed> $tile, string $tile_id) : void
@param array $tile array usually from get_tile()
Parameters
- $tile : array<string|int, mixed>
- $tile_id : string
-
string used to identify the tile on the page
tile_freetext()
Generate HTML for a freetext tile
tile_freetext(array<string|int, mixed> $tile[, string|null $tile_id = null ]) : void
@param array $tile array usually from get_tile()
Parameters
- $tile : array<string|int, mixed>
- $tile_id : string|null = null
-
string used to identify the tile on the page
tile_search_thumbs()
tile_search_thumbs(mixed $tile, mixed $tile_id, mixed $tile_width, mixed $tile_height[, mixed $promoted_image = false ]) : mixed
Parameters
- $tile : mixed
- $tile_id : mixed
- $tile_width : mixed
- $tile_height : mixed
- $promoted_image : mixed = false
tile_search_multi_or_blank()
tile_search_multi_or_blank(mixed $tile, mixed $tile_id, mixed $tile_width, mixed $tile_height) : mixed
Parameters
- $tile : mixed
- $tile_id : mixed
- $tile_width : mixed
- $tile_height : mixed
tile_featured_collection_thumbs()
tile_featured_collection_thumbs(mixed $tile, mixed $tile_id, mixed $tile_width, mixed $tile_height, mixed $promoted_image) : mixed
Parameters
- $tile : mixed
- $tile_id : mixed
- $tile_width : mixed
- $tile_height : mixed
- $promoted_image : mixed
tile_featured_collection_multi()
tile_featured_collection_multi(mixed $tile, mixed $tile_id, mixed $tile_width, mixed $tile_height, mixed $promoted_image) : mixed
Parameters
- $tile : mixed
- $tile_id : mixed
- $tile_width : mixed
- $tile_height : mixed
- $promoted_image : mixed