CJuiButton error with csvout extension

Hi Guys,

Anyone got use csvout ext. with CJuiButton in a same page?? the button will expand become bigger and bigger each time i click the csv export button. Why this happening? Any solution to solve it… Thanks.


                $this->widget('zii.widgets.jui.CJuiButton', array(

                    'buttonType' => 'link',

                    'name' => 'btnGo',

                    'caption' => 'Go',

                    'url' => array('site/index'),

                ));

Thanks.