示例#1
0
文件: overlay.php 项目: alencarmo/OCF
 function generImageAnchor($src, $alt, $width = "", $height = "", $cssClass = "", $ajaxFromHref = "")
 {
     return GenerWidget::generImageAnchor($ajaxFromHref, $src, $alt, $width, $height, $cssClass, "", "#{$this->id}");
 }
示例#2
0
 function generImageAnchor($src, $alt, $width = "", $height = "", $cssClass = "", $absolute = FALSE, $target = "")
 {
     return GenerWidget::generImageAnchor($this->makeUrl($absolute), $src, $alt, $width, $height, $cssClass, $target);
 }