public function actionJsManage()
    {
		$this->renderPartial('js', array(
			'jsFiles' => File::getJsTree()
		), false, true);
    }