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

toba_ef_editable

toba_ef
   |
toba_ef_editable

Ubicada en php/nucleo/componentes/interface/efs/toba_ef_editable.php [line 23]



Métodos Heredados

Heredado de toba_ef

toba_ef::set_maximo_descripcion()
toba_ef::get_maximo_descripcion()
toba_ef::__construct()
toba_ef::es_seleccionable()
toba_ef::permite_seleccion_multiple()
toba_ef::es_estado_unico()
toba_ef::carga_depende_de_estado()
toba_ef::tiene_etiqueta()
toba_ef::set_excepciones()
toba_ef::get_excepciones()
toba_ef::get_maestros()
toba_ef::get_campos_clave()
toba_ef::get_campo_valor()
toba_ef::son_campos_posicionales()
toba_ef::quitar_maestro()
toba_ef::clave_memoria()
toba_ef::tiene_opciones_cargadas()
toba_ef::es_obligatorio()
toba_ef::get_estilo_etiqueta()
toba_ef::get_toggle()
toba_ef::esta_expandido()
toba_ef::get_id()
toba_ef::get_etiqueta()
toba_ef::get_descripcion()
toba_ef::get_dato()
toba_ef::get_id_form_orig()
toba_ef::get_id_form()
toba_ef::get_estado()
toba_ef::get_descripcion_estado()
toba_ef::tiene_estado()
toba_ef::seleccionado()
toba_ef::resetear_estado()
toba_ef::validar_estado()
toba_ef::set_estado_defecto()
toba_ef::normalizar_parametro_cascada()
toba_ef::ir_a_fila()
toba_ef::get_fila_actual()
toba_ef::set_etiqueta()
toba_ef::set_descripcion()
toba_ef::set_solo_lectura()
toba_ef::es_solo_lectura()
toba_ef::set_obligatorio()
toba_ef::set_estilo_etiqueta()
toba_ef::set_expandido()
toba_ef::set_estado()
toba_ef::set_permitir_html()
toba_ef::set_tamano()
toba_ef::set_iconos_utilerias()
toba_ef::agregar_icono_utileria()
toba_ef::get_html_iconos_utilerias()
toba_ef::cargar_estado_post()
toba_ef::guardar_dato_sesion()
toba_ef::crear_objeto_js()
toba_ef::objeto_js()
toba_ef::parametros_js()
toba_ef::get_consumo_javascript()
toba_ef::set_cuando_cambia_valor()
toba_ef::get_cuando_cambia_valor()
toba_ef::get_input()
toba_ef::controlador()

Métodos Propios
static mixed   get_lista_parametros()  
static mixed   get_lista_parametros_carga()  
static mixed   set_callback_errores_validacion()  
static mixed   set_limite_minimo_caracteres()  
static mixed   set_tamano_multiplicado_pixels()  
mixed   __construct ()  
mixed   cargar_estado_post ()  
mixed   crear_objeto_js ()  
array   get_consumo_javascript ()  
mixed   get_estilo_visualizacion_pixeles ()  
mixed   get_info_placeholder ()  
mixed   get_input ()  
mixed   parametros_js ()  
mixed   set_estado ()  
mixed   set_expreg ()  
mixed   set_opciones ()  
mixed   set_placeholder ()  
mixed   tiene_estado ()  
mixed   validar_estado ()  

static method get_lista_parametros  [línea 46]

  static mixed get_lista_parametros( )





static method get_lista_parametros_carga  [línea 37]

  static mixed get_lista_parametros_carga( )





static method set_callback_errores_validacion  [línea 57]

  static mixed set_callback_errores_validacion( \toba_callback_errores_validacion callback )

Parámetros:
\toba_callback_errores_validacion   callback: 





static method set_limite_minimo_caracteres  [línea 71]

  static mixed set_limite_minimo_caracteres( mixed cantidad )

Parámetros:
mixed   cantidad: 





static method set_tamano_multiplicado_pixels  [línea 66]

  static mixed set_tamano_multiplicado_pixels( mixed porcentaje = 1 ] )

Permite hacer que todos los efs traduzcan su tamaño visual a pixeles con un porcentaje dado
Parámetros:
mixed   porcentaje: 





__construct   [línea 76]

  mixed __construct( mixed padre , mixed nombre_formulario , mixed id , mixed etiqueta , mixed descripcion , mixed dato , mixed obligatorio , mixed parametros )

Parámetros:
mixed   padre: 
mixed   nombre_formulario: 
mixed   id: 
mixed   etiqueta: 
mixed   descripcion: 
mixed   dato: 
mixed   obligatorio: 
mixed   parametros: 





cargar_estado_post   [línea 142]

  mixed cargar_estado_post( )

Carga el estado actual del ef a partir del $_POST dejado por este mismo componente en el pedido anterior




crear_objeto_js   [línea 228]

  mixed crear_objeto_js( )

Retorna la sentencia de creación del objeto javascript que representa al EF




get_consumo_javascript   [línea 216]

  array get_consumo_javascript( )

Esta funcion permite que un EF declare la necesidad de incluir codigo javascript necesario para su correcto funcionamiento




get_estilo_visualizacion_pixeles   [línea 160]

  mixed get_estilo_visualizacion_pixeles( )





get_info_placeholder   [línea 169]

  mixed get_info_placeholder( )





get_input   [línea 203]

  mixed get_input( )

Genera el HTML del elemento




parametros_js   [línea 222]

  mixed parametros_js( )

Lista de parametros necesarios para el constructor del objeto en javascript




set_estado   [línea 128]

  mixed set_estado( mixed estado )

Cambia el valor o estado actual del ef
Parámetros:
mixed   estado: 





set_expreg   [línea 109]

  mixed set_expreg( mixed expreg )

Parámetros:
mixed   expreg: 





set_opciones   [línea 118]

  mixed set_opciones( string opciones , [mixed maestros_cargados = true ] )

En el caso del editable las opciones representa su estado por defecto
Parámetros:
string   opciones: 
mixed   maestros_cargados: 





set_placeholder   [línea 137]

  mixed set_placeholder( mixed msj )

Parámetros:
mixed   msj: 





tiene_estado   [línea 151]

  mixed tiene_estado( )

Retorna true si el ef tiene un valor o estado distinto al nulo




validar_estado   [línea 178]

  mixed validar_estado( )

Chequea la validez del estado actual del ef





Desarrollado por SIU.
Documentación generada con phpDocumentor