Centrales |  Componentes |  consola |  Debug |  Default |  Fuentes |  SalidaGrafica |  Seguridad |  SIUToba |  Varios |  Deprecated

toba_form

toba_form

Ubicada en php/nucleo/lib/interface/toba_form.php [line 8]



Métodos Propios
static void   abrir()  
static void   archivo()  
static void   button()  
static void   button_html()  
static void   cerrar()  
static void   checkbox()  
static void   hidden()  
static void   image()  
static void   multi_select()  
static void   password()  
static void   radio()  
static void   radio_manual()  
static void   select()  
static void   submit()  
static void   text()  
static void   textarea()  

static method abrir  [línea 177]

  static abrir( $nombre , $action , $extra = "" ] , $method = "post" ] , $upload = true ] )

Parámetros:
   $nombre: 
   $action: 
   $extra: 
   $method: 
   $upload: 





static method archivo  [línea 170]

  static archivo( $nombre , $valor = null ] , $clase = "ef-upload" ] , $extra = "" ] )

Parámetros:
   $nombre: 
   $valor: 
   $clase: 
   $extra: 





static method button  [línea 140]

  static button( $nombre , $valor , $extra = "" ] , $clase = "ei-boton" ] , $tecla = null ] )

Parámetros:
   $nombre: 
   $valor: 
   $extra: 
   $clase: 
   $tecla: 





static method button_html  [línea 149]

  static button_html( $nombre , $html , $extra = "" ] , $tab = null ] , $tecla = null ] , $tip = '' ] , $tipo = 'button' ] , $valor = '' ] , $clase = "ei-boton" ] , $con_id = true ] , $estilo_inline = null ] , $habilitado = true ] )

Parámetros:
   $nombre: 
   $html: 
   $extra: 
   $tab: 
   $tecla: 
   $tip: 
   $tipo: 
   $valor: 
   $clase: 
   $con_id: 
   $estilo_inline: 
   $habilitado: 





static method cerrar  [línea 191]

  static cerrar( )






static method checkbox  [línea 83]

  static checkbox( $nombre , $actual , $valor , $clase = "ef-checkbox" ] , $extra = "" ] )

Parámetros:
   $nombre: 
   $actual: 
   $valor: 
   $clase: 
   $extra: 





static method hidden  [línea 117]

  static hidden( $nombre , $valor , $extra = "" ] )

Parámetros:
   $nombre: 
   $valor: 
   $extra: 





static method image  [línea 133]

  static image( $nombre , $src , $extra = "" ] , $tecla = null ] )

Parámetros:
   $nombre: 
   $src: 
   $extra: 
   $tecla: 





static method multi_select  [línea 58]

  static multi_select( $nombre , $actuales , $datos , $tamanio , $clase = "ef-combo" ] , $extra = "" ] )

Parámetros:
   $nombre: 
   $actuales: 
   $datos: 
   $tamanio: 
   $clase: 
   $extra: 





static method password  [línea 162]

  static password( $nombre , $valor = "" ] , $maximo = '' ] , $tamanio = '' ] , $clase = "ef-input" ] , $extra = '' ] )

Parámetros:
   $nombre: 
   $valor: 
   $maximo: 
   $tamanio: 
   $clase: 
   $extra: 





static method radio  [línea 92]

  static radio( $nombre , $actual , $datos , $clase = null ] , $extra = "" ] , $tab_index = "" ] )

Parámetros:
   $nombre: 
   $actual: 
   $datos: 
   $clase: 
   $extra: 
   $tab_index: 





static method radio_manual  [línea 112]

  static radio_manual( $id , $nombre , $clave , $sel , $html_clase , $extra , $tab_index , $valor )

Parámetros:
   $id: 
   $nombre: 
   $clave: 
   $sel: 
   $html_clase: 
   $extra: 
   $tab_index: 
   $valor: 





static method select  [línea 26]

  static select( $nombre , $actual , $datos , $clase = "ef-combo" ] , $extra = "" ] , $categorias = null ] )

Parámetros:
   $nombre: 
   $actual: 
   $datos: 
   $clase: 
   $extra: 
   $categorias: 





static method submit  [línea 124]

  static submit( $nombre , $valor , $clase = "ei-boton" ] , $extra = "" ] , $tecla = null ] )

Parámetros:
   $nombre: 
   $valor: 
   $clase: 
   $extra: 
   $tecla: 





static method text  [línea 11]

  static text( $nombre , $actual , $read_only , $len , $size , $clase = "ef-input" ] , $extra = "" ] )

Parámetros:
   $nombre: 
   $actual: 
   $read_only: 
   $len: 
   $size: 
   $clase: 
   $extra: 





static method textarea  [línea 74]

  static textarea( $nombre , $valor , $filas , $columnas , $clase = "ef-textarea" ] , $wrap = "" ] , $extra = "" ] )

Parámetros:
   $nombre: 
   $valor: 
   $filas: 
   $columnas: 
   $clase: 
   $wrap: 
   $extra: 






Desarrollado por SIU.
Documentación generada con phpDocumentor