Home
last modified time | relevance | path

Searched refs:isImageMap (Results 1 – 2 of 2) sorted by relevance

/plugin/magnifier/
H A Dsyntax.php86 function _renderFinalPopupImage($id, $exists, $more, $name, $isImageMap, $script, $class='') { argument
91 if ( !is_array($isImageMap) ) {
96 … $return .= ' shape="'.$isImageMap['shape'].'" coords="'.$isImageMap['coords'].'" />' . $script;
/plugin/popupviewer/syntax/
H A Dviewer.php77 … list($id, $name, $title, $w, $h, $orig, $close, $isImageMap, $keepOpen, $exists, $p1) = $data;
148 …$renderer->doc .= $this->_renderFinalPopupImage($id, $exists, $more, $name, $isImageMap, $script, …
153 function _renderFinalPopupImage($id, $exists, $more, $name, $isImageMap, $script, $class='') { argument
158 if ( !is_array($isImageMap) ) {
163 … $return .= ' shape="'.$isImageMap['shape'].'" coords="'.$isImageMap['coords'].'" />' . $script;