Searched refs:boxId (Results 1 – 2 of 2) sorted by relevance
296 $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);
396 var boxId = RPOrgChart.diagram.getBoxes().getBoxesByDataId().getItem(dataId).Id;397 return RPOrgChart.diagram.getBoxes().getBoxesById().getItem(boxId).Size;400 getBoxElementSize: function (boxId) { argument401 var geo = RPOrgChart.graph.model.cells[boxId].geometry;