CLinkPager

Hello all,

Following is the code …




$cLinkpager=$this->widget('CLinkPager',array('pages'=>$pages,'cssFile'=>'css/mypager.css'));



This code loads mypager.css file and also publishes its own pager.css file after that.

So, it is causing pager.css to override mypager.css

Is there anything wrong I’m doing? please help

Bump! Is this a bug?? Please reply someone!!!

Because of this, I have to make changes to original pager.css! Which I think is not a good idea in real environment, where I might need different themes.

I guess you are using several CLinkPager in the same page and some of them don’t have cssFile set.

Ohh, i was trying in list action where there are two pagers! One above lists and second at the bottom!

My mistake.