phpDocumentor
[ árbol de herencia: SalidaGrafica ] [ índice: SalidaGrafica ] [ índice general ]

toba_form

Clase estática con métodos que encapsulan los tags de un formulario HTML Estos métodos son de bajisimo nivel y son solo shorcuts para evitar escribir html directo


		
		

Ubicada en /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 void abrir( $nombre, $action, [ $extra = ""], [ $method = "post"], [ $upload = true]  )

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


static method archivo  [línea 170]

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

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


static method button  [línea 140]

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

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


static method button_html  [línea 149]

  static void 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 void cerrar( )



static method checkbox  [línea 83]

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

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


static method hidden  [línea 117]

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

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


static method image  [línea 133]

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

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


static method multi_select  [línea 58]

  static void 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 void password( $nombre, [ $valor = ""], [ $maximo = ''], [ $tamanio = ''], [ $clase = "ef-input"], [ $extra = '']  )

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


static method radio  [línea 92]

  static void 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 void 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 void 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 void submit( $nombre, $valor, [ $clase = "ei-boton"], [ $extra = ""], [ $tecla = null]  )

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


static method text  [línea 11]

  static void 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 void 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 1.4.3