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); }
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); }
/** * 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); }