Revision #4 was created by Kartik V on Apr 14, 2014, 11:31:15 AM.
Yii object configuration change
Content
[...]
## Customizing Other Widgets
For other Yii widgets that are not part of an inbuilt Yii extension (like bootstrap or JUI), the widget itself does not have any CSS inbuilt. Rather the widget uses Bootstrap HTML markup as default which you can override.
An example of customizing the Yii GridView is mentioned here. You can easily override Bootstrap or other styling defaults by changing the GridView default options.
### Option 1: EdiUpdating Oobject CDI config
The simpler direct approach for you would be to override defaults for Yii's classes in your Yiiany place before using them. For global use - you can set this in your webroot index.php or in Yiithe config - something like:
### Option 2: Extend Yii Class
You can alternatively create custom classes extending Yii's inbuilt ones so you can use them across your app. For example: