コード例 #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
ファイル: controller.php プロジェクト: alencarmo/OCF
 function generImageAnchor($src, $alt, $width = "", $height = "", $cssClass = "", $absolute = FALSE, $target = "")
 {
     return GenerWidget::generImageAnchor($this->makeUrl($absolute), $src, $alt, $width, $height, $cssClass, $target);
 }