/**
  * @param THtmlWriter writer for the rendering purpose
  */
 public function renderScriptFiles($writer)
 {
     $this->renderPradoScripts($writer);
     if (!empty($this->_scriptFiles)) {
         $writer->write(TJavaScript::renderScriptFiles($this->_scriptFiles));
     }
 }