Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
Yii Bootstrap 3
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Common
Yii Bootstrap 3
Commits
7711ab6f
Commit
7711ab6f
authored
Mar 27, 2012
by
Crisu83
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed grid rowCssClass and detail view itemCssClass (fixes #37)
parent
1b479edd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
BootDetailView.php
widgets/BootDetailView.php
+0
-4
BootGridView.php
widgets/BootGridView.php
+0
-5
No files found.
widgets/BootDetailView.php
View file @
7711ab6f
...
...
@@ -27,10 +27,6 @@ class BootDetailView extends CDetailView
*/
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.
* Defaults to false, meaning that no CSS will be included.
*/
...
...
widgets/BootGridView.php
View file @
7711ab6f
...
...
@@ -28,11 +28,6 @@ class BootGridView extends CGridView
*/
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.
* Defaults to 'pagination'.
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment