コード例 #1
0
 public function __construct($controllerId, $moduleId, $modelClassName, $dataProvider, $gridIdSuffix = null)
 {
     parent::__construct($controllerId, $moduleId, self::AUDIT_EVENTS_MODAL_LIST_ACTION_ID, $modelClassName, new NullModalListLinkProvider(), $dataProvider, $gridIdSuffix);
 }
コード例 #2
0
 protected function renderScripts()
 {
     parent::renderScripts();
     Yii::app()->clientScript->registerScriptFile(Yii::app()->getAssetManager()->publish(Yii::getPathOfAlias('application.modules.agreementProducts.elements.assets')) . '/AgreementProductTemplateUtils.js', CClientScript::POS_END);
 }
コード例 #3
0
 /**
  * Render scripts.
  */
 protected function renderScripts()
 {
     parent::renderScripts();
     Yii::app()->clientScript->registerScriptFile(Yii::app()->getAssetManager()->publish(Yii::getPathOfAlias('application.modules.calendars.assets')) . '/CalendarsUtil.js', CClientScript::POS_END);
 }