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

toba_ef_editable_captcha

\toba_ef
   |
toba_ef_editable_captcha

Ubicada en php/nucleo/componentes/interface/efs/toba_ef_editable_captcha.php [line 8]



Métodos Heredados

Heredado de toba_ef_editable

\toba_ef_editable::get_lista_parametros_carga()
\toba_ef_editable::get_lista_parametros()
\toba_ef_editable::set_callback_errores_validacion()
\toba_ef_editable::set_tamano_multiplicado_pixels()
\toba_ef_editable::set_limite_minimo_caracteres()
\toba_ef::__construct()
\toba_ef_editable::set_expreg()
\toba_ef_editable::set_opciones()
\toba_ef::set_estado()
\toba_ef_editable::set_placeholder()
\toba_ef::cargar_estado_post()
\toba_ef::tiene_estado()
\toba_ef_editable::get_estilo_visualizacion_pixeles()
\toba_ef_editable::get_info_placeholder()
\toba_ef::validar_estado()
\toba_ef::get_input()
\toba_ef::get_consumo_javascript()
\toba_ef::parametros_js()
\toba_ef::crear_objeto_js()
\toba_ef::set_maximo_descripcion()
\toba_ef::get_maximo_descripcion()
\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::seleccionado()
\toba_ef::resetear_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_permitir_html()
\toba_ef::set_tamano()
\toba_ef::set_iconos_utilerias()
\toba_ef::agregar_icono_utileria()
\toba_ef::get_html_iconos_utilerias()
\toba_ef::guardar_dato_sesion()
\toba_ef::objeto_js()
\toba_ef::set_cuando_cambia_valor()
\toba_ef::get_cuando_cambia_valor()
\toba_ef::controlador()

Métodos Propios
static void   get_lista_parametros()  
static void   get_lista_parametros_carga()  
void   __construct ()  
void   cargar_estado_post ()  
void   generar_texto_aleatorio ()  
void   get_estado ()  
void   get_input ()  
void   set_longitud_codigo ()  
void   set_parametros_captcha ()   Las lista de parámetros posibles es la siguiente: - integer image_width => default 175 - integer image_height => default 45 - integer image_type => ej: SI_IMAGE_JPEG: JPG, SI_IMAGE_PNG: PNG (default), SI_IMAGE_GIF: GIF - integer code_length => default 4 - string charset => default 'ABCDEFGHKLMNPRSTUVWYZ23456789' - string wordlist_file - path a un archivo con lista de palabras - boolean use_wordlist => default true - boolean use_gd_font' => default false - string gd_font_file => default toba_dir() . '/php/3ros/securimage/gdfonts/bubblebath.gdf' - integer gd_font_size => default 20 - string ttf_file => default toba_dir() . '/php/3ros/securimage/elephant.ttf' - integer font_size => default 24 - integer text_angle_minimum => default 20 - integer text_angle_maximum => default 20 - integer text_x_start => default 8 - integer text_minimum_distance => default 30 - integer text_maximum_distance => default 33 - string image_bg_color => default '#e3daed' - string text_color => default '#ff0000' - boolean use_multi_text => default true - string multi_text_color => default '#0a68dd,#f65c47,#8d32fd' - boolean use_transparent_text => default true - integer text_transparency_percentage => default 15 - boolean draw_lines => default true - string line_color => default '#80BFFF' - integer ine_distance => default 5 - integer line_thickness' => default 1 - boolean draw_angled_lines => default false - boolean draw_lines_over_text => default false - boolean arc_linethrough => default true - string arc_line_colors => default '#8080ff' - string audio_path => default './audio/' - string bgimg => path a una imagen de background default
void   set_permite_generar_audio ()  
void   set_permite_refrescar_codigo ()  
void   tiene_estado ()  

static method get_lista_parametros  [línea 40]

  static get_lista_parametros( )






static method get_lista_parametros_carga  [línea 34]

  static get_lista_parametros_carga( )






__construct   [línea 20]

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

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





cargar_estado_post   [línea 161]

  cargar_estado_post( )

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





generar_texto_aleatorio   [línea 115]

  generar_texto_aleatorio( )

Genera el texto aleatorio que se muestra en la imagen distorsionada.





get_estado   [línea 171]

  get_estado( )






get_input   [línea 121]

  get_input( )

Genera el HTML del elemento





set_longitud_codigo   [línea 107]

  set_longitud_codigo( $longitud )

Parámetros:
   $longitud: 





set_parametros_captcha   [línea 92]

  set_parametros_captcha( $parametros )

Permite setear parametros que afectan a la generacion de la imagen.
Parámetros:
   $parametros: 





set_permite_generar_audio   [línea 102]

  set_permite_generar_audio( [ $permite = true ] )

Parámetros:
   $permite: 





set_permite_refrescar_codigo   [línea 97]

  set_permite_refrescar_codigo( [ $permite = true ] )

Parámetros:
   $permite: 





tiene_estado   [línea 177]

  tiene_estado( )

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






Desarrollado por SIU.
Documentación generada con phpDocumentor