Probleme With Yii::app()->Clientscript

Hi,

I load a view in another but in this case Yii :: app () -> clientScript not work




$tabs["RDV ({$val})"] = array("id"=>"viewRdvBenef-{$val}","ajax"=>"index.php?r=suiviRdv/update&id=".$val."&render=".$_GET['id']."&returnTo=beneficiaire%2Fview%23".$_GET['id']);



this not work




Yii::app()->clientScript->registerScript('dialogConsultant',

					'$("#dialogConsultant").dialog({

							autoOpen: false,

							modal:true,

							height:650,

							width:750

						});'

					);



Another problem I have a CKEditor in a CJuiTabs when I add a new tab in the tabs new CKEditor does not work.

I corrected the first part now I want to know how you can put several CKEditor in the same page

thank you very much

Pleas post how fixed first part…Others might like to now :)