added classes to grid, list and detail view

to allow specific styling
also fixed an issue with gridview sort indicator css.

fixes #1000
This commit is contained in:
Carsten Brandt
2014-01-05 14:45:09 +01:00
parent d84aac09de
commit 3d59b19a21
6 changed files with 23 additions and 1 deletions

View File

@@ -48,6 +48,11 @@ class GridView extends BaseListView
* @var array the HTML attributes for the grid table element
*/
public $tableOptions = ['class' => 'table table-striped table-bordered'];
/**
* @var array the HTML attributes for the container tag of the grid view.
* The "tag" element specifies the tag name of the container element and defaults to "div".
*/
public $options = ['class' => 'grid-view'];
/**
* @var array the HTML attributes for the table header row
*/