コード例 #1
0
ファイル: toba_ei_formulario.php プロジェクト: emma5021/toba
 /**
  * @ignore 
  */
 function post_configurar()
 {
     parent::post_configurar();
     //---Registar esclavos en los maestro
     $this->_carga_opciones_ef->registrar_cascadas();
 }
コード例 #2
0
ファイル: toba_ei_cuadro.php プロジェクト: emma5021/toba
 /**
  * Espacio donde el componente cierra su configuración
  * @ignore
  */
 function post_configurar()
 {
     parent::post_configurar();
     if (empty($this->_eventos_multiples)) {
         $this->_eventos_multiples = $this->get_ids_evento_aplicacion_multiple();
     }
 }