static \Atributos ayuda(
\char
tecla ,
string
ayuda = '' ] ,
string
clases_css = '' ] ,
int
delay_ayuda = 1000 ] )
|
|
Convierte una ayuda y una tecla de acceso en atributos html adecuados para un TAG
Parseando los links y el accesskey
Parámetros:
\char |
tecla: |
|
string |
ayuda: |
|
string |
clases_css: |
|
int |
delay_ayuda: |
|
static mixed imagen(
string
src ,
string
ancho = null ] ,
string
alto = null ] ,
string
alt = null ] ,
string
mapa = null ] ,
string
js = '' ] ,
string
estilo = '' ] )
|
|
Construye un tag <img>
Parámetros:
string |
src: |
|
string |
ancho: |
|
string |
alto: |
|
string |
alt: |
|
string |
mapa: |
|
string |
js: |
|
string |
estilo: |
|
static mixed imagen_de_origen(
mixed
nombre ,
string
origen )
|
|
Alias de imagen_Toba o imagen_proyecto dependiendo del origen
Parámetros:
mixed |
nombre: |
|
string |
origen: |
|
static mixed imagen_proyecto(
string
imagen ,
bool
html = false ] ,
string
ancho = null ] ,
string
alto = null ] ,
string
tooltip = null ] ,
string
mapa = null ] ,
mixed
proyecto = null ] )
|
|
Retorna una imagen ubicada en el directorio www/img del proyecto
Parámetros:
string |
imagen: |
|
bool |
html: |
|
string |
ancho: |
|
string |
alto: |
|
string |
tooltip: |
|
string |
mapa: |
|
mixed |
proyecto: |
|
static mixed imagen_skin(
string
imagen ,
bool
html = false ] ,
string
ancho = null ] ,
string
alto = null ] ,
string
tooltip = null ] ,
string
mapa = null ] )
|
|
Retorna una imagen perteneciente al skin actual del proyecto
Parámetros:
string |
imagen: |
|
bool |
html: |
|
string |
ancho: |
|
string |
alto: |
|
string |
tooltip: |
|
string |
mapa: |
|
static mixed imagen_toba(
string
imagen ,
bool
html = false ] ,
string
ancho = null ] ,
string
alto = null ] ,
mixed
alt = null ] ,
string
mapa = null ] ,
mixed
js = null ] )
|
|
Retorna una imagen comun a todo el framework (ubicada en $toba_dir/www/img)
Parámetros:
string |
imagen: |
|
bool |
html: |
|
string |
ancho: |
|
string |
alto: |
|
mixed |
alt: |
|
string |
mapa: |
|
mixed |
js: |
|
static mixed js(
string
javascript )
|
|
Genera una URL a un recurso js
Parámetros:
static mixed link_css(
mixed
archivo = 'toba' ] ,
mixed
rol = 'screen' ] ,
mixed
buscar_en_proyecto = true ] )
|
|
Parámetros:
mixed |
archivo: |
|
mixed |
rol: |
|
mixed |
buscar_en_proyecto: |
|
static mixed link_css_proyecto(
mixed
archivo ,
mixed
rol = 'screen' ] )
|
|
Parámetros:
mixed |
archivo: |
|
mixed |
rol: |
|
static string url_proyecto(
string
proyecto = null ] ,
mixed
pers = false ] )
|
|
Retorna la URL base del proyecto
Parámetros:
string |
proyecto: |
|
mixed |
pers: |
|
static string url_skin(
mixed
skin = null ] ,
mixed
proyecto = null ] )
|
|
Retorna la URL base del skin actual del proyecto
Parámetros:
mixed |
skin: |
|
mixed |
proyecto: |
|
static string url_toba(
)
|
|
Retorna la URL base del runtime toba (donde esta el js, img y demas recursos globales a todos los proyectos)