only change css file of yii widget, where to save this file
I want to make changes to a css file of a widget (Yii). Where do I have to put only the changed css if i do not want to change the core files?
Ok....
example CGridView widget:
define id for above widget then (example: #id=gridID)
now your css file: #gridID.grid-view { property: change}
上一篇: 在yii中如何在小部件中呈现视图