Commit 7711ab6f by Crisu83

removed grid rowCssClass and detail view itemCssClass (fixes #37)

parent 1b479edd
...@@ -27,10 +27,6 @@ class BootDetailView extends CDetailView ...@@ -27,10 +27,6 @@ class BootDetailView extends CDetailView
*/ */
public $type = array(self::TYPE_STRIPED, self::TYPE_CONDENSED); public $type = array(self::TYPE_STRIPED, self::TYPE_CONDENSED);
/** /**
* @var array the CSS class names for the items displaying attribute values.
*/
public $itemCssClass = array();
/**
* @var string the URL of the CSS file used by this detail view. * @var string the URL of the CSS file used by this detail view.
* Defaults to false, meaning that no CSS will be included. * Defaults to false, meaning that no CSS will be included.
*/ */
......
...@@ -28,11 +28,6 @@ class BootGridView extends CGridView ...@@ -28,11 +28,6 @@ class BootGridView extends CGridView
*/ */
public $type = self::TYPE_PLAIN; public $type = self::TYPE_PLAIN;
/** /**
* @var array the CSS class names for the table body rows.
* Defaults to an empty array.
*/
public $rowCssClass = array();
/**
* @var string the CSS class name for the pager container. * @var string the CSS class name for the pager container.
* Defaults to 'pagination'. * Defaults to 'pagination'.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment