Property | Type | Description | |
---|---|---|---|
$emptyText | string | renders if $imagePathExpression is null | |
$imageOptions | the HTML options of the image tag | ||
$imagePathExpression | string | is evaluated in every data cell and
is used as the path of the image. The expression will have:
$row the row number
$data the data model of the row
$this the column object |
|
$placeHoldItSize | string | the size of the image to render if $imagePathExpression is null and $userPlaceHoldIt is set to true | |
$placeKittenSize | string | the size of the image to render if $imagePathExpression is null and $usePlaceKitten is set to true | |
$usePlaceHoldIt | boolean | ||
$usePlaceKitten | boolean |
Method | Description | |
---|---|---|
renderDataCellContent ( integer $row, mixed $data ) | Renders the data cell content |
protected renderDataCellContent ( integer $row, mixed $data ) | ||
$row | integer | the row number (zero based) |
$data | mixed | teh data associated with the row |
public string $emptyText | ||
return | string |
$row
the row number
$data
the data model of the row
$this
the column object public string $imagePathExpression | ||
return | string |
public string $placeHoldItSize | ||
return | string |
public string $placeKittenSize | ||
return | string |