Пример #1
0
 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);
 }