コード例 #1
0
ファイル: toba_ei_pantalla.php プロジェクト: emma5021/toba
 /**
  * @ignore 
  */
 protected function generar_tabs_verticales()
 {
     echo "<div  class='ci-tabs-v-margen-sup'> </div>";
     foreach ($this->_lista_tabs as $id => $tab) {
         $editor = '';
         if (toba_editor::modo_prueba()) {
             $editor = toba_editor::get_vinculo_pantalla($this->_id, $this->_info['clase_editor_item'], $id) . "\n";
         }
         echo $tab->get_html('V', $this->_submit, $this->objeto_js, $this->_id_en_controlador == $id, $editor);
     }
     echo "<div class='ci-tabs-v-solapa' style='height:99%;'></div>";
 }