![]() |
CMS
Version 3.9
|
Inherits FacetFilterable.
Public Member Functions | |
__construct ($id, $size=200, $puff=true, $useBackgroundImages=false) | |
getID () | |
addItem ($image_id, $title, $text, $onclick="return false;") | |
addFacetTaggingHandler ($handler) | |
Adds a row tagging handler. More... | |
writeScript () | |
drawView () | |
Public Attributes | |
$id | |
$items | |
$size | |
$tagItemCallbacks = array() | |
$puff | |
$useBackgroundImages = false | |
$retinaMode = false | |
$cssClass = null | |
$inlineSizing = true | |
Definition at line 60 of file image_grid.inc.
Definition at line 72 of file image_grid.inc.
ImageGrid::addFacetTaggingHandler | ( | $handler | ) |
Adds a row tagging handler.
This function will receive the data item for each row and can add custom attributes to the row tag.
Definition at line 98 of file image_grid.inc.
ImageGrid::addItem | ( | $image_id, | |
$title, | |||
$text, | |||
$onclick = "return false;" |
|||
) |
Definition at line 87 of file image_grid.inc.
ImageGrid::drawView | ( | ) |
Definition at line 122 of file image_grid.inc.
ImageGrid::getID | ( | ) |
Definition at line 82 of file image_grid.inc.
ImageGrid::writeScript | ( | ) |
Definition at line 104 of file image_grid.inc.
ImageGrid::$cssClass = null |
Definition at line 69 of file image_grid.inc.
ImageGrid::$id |
Definition at line 62 of file image_grid.inc.
ImageGrid::$inlineSizing = true |
Definition at line 70 of file image_grid.inc.
ImageGrid::$items |
Definition at line 63 of file image_grid.inc.
ImageGrid::$puff |
Definition at line 66 of file image_grid.inc.
ImageGrid::$retinaMode = false |
Definition at line 68 of file image_grid.inc.
ImageGrid::$size |
Definition at line 64 of file image_grid.inc.
ImageGrid::$tagItemCallbacks = array() |
Definition at line 65 of file image_grid.inc.
ImageGrid::$useBackgroundImages = false |
Definition at line 67 of file image_grid.inc.