ui-gridview Yii-GridView with Jquery UI Theme Roller support!!!

Yii-GridView with Jquery UI Theme Roller support!!!

Requirements

Yii 1.1 or above

Installation

Unzip the extension to protected/extensions/

Usage

$dataProvider=new CActiveDataProvider('Post');

With default Ui-Theme:

$this->widget('ext.UiGridView.UiGridView', array(
    'dataProvider'=>$dataProvider,
));

With Custom Theme:
$this->widget('ext.UiGridView.UiGridView', array(
    'dataProvider'=>$dataProvider,
    'uiFile' => 'path to custom.ui.css'
));

Issues

  1. Requirements
  2. Installation
  3. Usage

The Pager and GridView-Summary doesn't use UiTheme (not yet ;) ) CButtonColumn not affected.

2 1
9 followers
1 272 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Developed by: speedyfw
Created on: Mar 27, 2012
Last updated: 11 years ago

Downloads

show all

Related Extensions