Erro com JQRelcopy

Pessoal, quando estou usando esta extensão: http://www.yiiframework.com/extension/jqrelcopy/#hh1

Minha pagina da erro no _form logo depois de passar pelo código:




$this->widget('ext.jqrelcopy.JQRelcopy',array(    //the id of the 'Copy' link in the view, see below.  'id' => 'copylink',     //add a icon image tag instead of the text   //leave empty to disable removing  'removeText' => 'Remove',    //htmlOptions of the remove link  'removeHtmlOptions' => array('style'=>'color:red'),    //options of the plugin, see http://www.andresvidal.com/labs/relcopy.html  'options' => array(          //A class to attach to each copy       'copyClass'=>'newcopy',         // The number of allowed copies. Default: 0 is unlimited       'limit'=>5,         //Option to clear each copies text input fields or textarea       'clearInputs'=>true,         //A jQuery selector used to exclude an element and its children       'excludeSelector'=>'.skipcopy',         //Additional HTML to attach at the end of each copy.       'append'=>CHtml::tag('span',array('class'=>'hint'),'You can remove this line'),    ) ));



Ela não roda o CSS e mostra só os campos do _form que tem antes deste código. Quando tento debugar ele termina de rodar a pagina logo depois deste código e não vê mais nada que tem depois, alguém sabe como posso achar este erro?

Ninguém nunca usou esta extensão?