HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Public Attributes | |
$imageOptions = array() | |
$imagePathExpression | |
$emptyText = '' | |
$usePlaceHoldIt = false | |
$usePlaceKitten = true | |
$placeHoldItSize = '48x48' | |
$placeKittenSize = '48/48' |
Protected Member Functions | |
renderDataCellContent ($row, $data) |
Definition at line 17 of file TbImageColumn.php.
|
protected |
Renders the data cell content
int | $row | the row number (zero based) |
mixed | $data | teh data associated with the row |
Definition at line 69 of file TbImageColumn.php.
TbImageColumn::$emptyText = '' |
Definition at line 36 of file TbImageColumn.php.
TbImageColumn::$imageOptions = array() |
Definition at line 22 of file TbImageColumn.php.
TbImageColumn::$imagePathExpression |
Definition at line 31 of file TbImageColumn.php.
TbImageColumn::$placeHoldItSize = '48x48' |
Definition at line 55 of file TbImageColumn.php.
TbImageColumn::$placeKittenSize = '48/48' |
Definition at line 61 of file TbImageColumn.php.
TbImageColumn::$usePlaceHoldIt = false |
Definition at line 43 of file TbImageColumn.php.
string $placeKittenSize the size of the image to render if $imagePathExpression is null and TbImageColumn::$usePlaceKitten = true |
is set to true
Definition at line 49 of file TbImageColumn.php.