Home
last modified time | relevance | path

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

/plugin/infobox/
Dsyntax.php296 $boxId = 'infobox_' . md5(serialize($data));
301 …$renderer->doc .= '<div class="infobox' . $customClass . '" id="' . $boxId . '" role="complementar…
337 …b" aria-selected="' . $ariaSelected . '" onclick="showInfoboxImage(\'' . $boxId . '\', ' . $num . …
354 …doc .= '<div class="infobox-image-container' . $activeClass . '" id="' . $boxId . '_img_' . $num .…
417 $sectionId = $boxId . '_section_' . md5($sectionName);
/plugin/diagramsnet/lib/js/orgchart/
DmxOrgChartLayout.js396 var boxId = RPOrgChart.diagram.getBoxes().getBoxesByDataId().getItem(dataId).Id;
397 return RPOrgChart.diagram.getBoxes().getBoxesById().getItem(boxId).Size;
400 getBoxElementSize: function (boxId) { argument
401 var geo = RPOrgChart.graph.model.cells[boxId].geometry;