Daftarkan JS di viewyii2

<?php 
$this->registerJs( <<< EOT_JS_CODE

  // JS code here

EOT_JS_CODE
);
?>
M. Wasim Abbasi