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

toba_recurso

toba_recurso

Ubicada en php/nucleo/lib/toba_recurso.php [line 6]



Métodos Propios
static \Atributos   ayuda()  
static mixed   imagen()  
static mixed   imagen_de_origen()  
static mixed   imagen_proyecto()  
static mixed   imagen_skin()  
static mixed   imagen_toba()  
static mixed   js()  
static mixed   link_css()  
static mixed   link_css_proyecto()  
static string   url_proyecto()  
static string   url_skin()  
static string   url_toba()  

static method ayuda  [línea 209]

  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 method imagen  [línea 176]

  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 method imagen_de_origen  [línea 78]

  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 method imagen_proyecto  [línea 101]

  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 method imagen_skin  [línea 133]

  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 method imagen_toba  [línea 153]

  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 method js  [línea 238]

  static mixed js( string javascript )

Genera una URL a un recurso js
Parámetros:
string   javascript: 





static method link_css  [línea 243]

  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 method link_css_proyecto  [línea 266]

  static mixed link_css_proyecto( mixed archivo , mixed rol = 'screen' ] )

Parámetros:
mixed   archivo: 
mixed   rol: 





static method url_proyecto  [línea 15]

  static string url_proyecto( string proyecto = null ] , mixed pers = false ] )

Retorna la URL base del proyecto
Parámetros:
string   proyecto: 
mixed   pers: 





static method url_skin  [línea 56]

  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 method url_toba  [línea 32]

  static string url_toba( )

Retorna la URL base del runtime toba (donde esta el js, img y demas recursos globales a todos los proyectos)






Desarrollado por SIU.
Documentación generada con phpDocumentor