protected function renderAfterFormLayout($form)
 {
     parent::renderAfterFormLayout($form);
     $automaticMappingDisabled = ContractsModule::isAutomaticProbabilityMappingDisabled();
     if ($automaticMappingDisabled === false) {
         $this->registerStageToProbabilityMappingScript($form);
     }
 }
 protected function renderAfterFormLayout($form)
 {
     parent::renderAfterFormLayout($form);
     $this->registerStageToProbabilityMappingScript($form);
 }
 /**
  * @return string
  */
 protected function renderAfterFormLayout($form)
 {
     $content = parent::renderAfterFormLayout($form);
     return $content . $this->renderFiltersContent($form);
 }
 protected function renderAfterFormLayoutForDetailsContent($form = null)
 {
     return $this->renderHtmlAndTextContentElement($this->model, null, $form) . parent::renderAfterFormLayout($form);
 }
 protected function renderAfterFormLayout($form)
 {
     parent::renderAfterFormLayout($form);
     Yii::app()->clientScript->registerScriptFile(Yii::app()->getAssetManager()->publish(Yii::getPathOfAlias('application.modules.productTemplates.elements.assets')) . '/ProductTemplateUtils.js', CClientScript::POS_END);
 }
 protected function renderAfterFormLayout($form)
 {
     $content = parent::renderAfterFormLayout($form);
     $this->registerSetMeetingEndDateTimeScript($form);
     return $content;
 }