Home
last modified time | relevance | path

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

/plugin/magnifier/
Dsyntax.php84 function _renderFinalPopupImage($id, $exists, $more, $name, $isImageMap, $script, $class='') { argument
89 if ( !is_array($isImageMap) ) {
94 … $return .= ' shape="'.$isImageMap['shape'].'" coords="'.$isImageMap['coords'].'" />' . $script;
/plugin/popupviewer/syntax/
Dviewer.php83 … list($id, $name, $title, $w, $h, $orig, $close, $isImageMap, $keepOpen, $exists, $p1) = $data;
154 …$renderer->doc .= $this->_renderFinalPopupImage($id, $exists, $more, $name, $isImageMap, $script, …
159 function _renderFinalPopupImage($id, $exists, $more, $name, $isImageMap, $script, $class='') { argument
164 if ( !is_array($isImageMap) ) {
169 … $return .= ' shape="'.$isImageMap['shape'].'" coords="'.$isImageMap['coords'].'" />' . $script;