Lines Matching refs:imap_index

82     function find_area_by_jquery_id(id, imap_index = null) {  argument
84 if (imap_index === null) {
96 if (a_areas[imap_index] !== undefined) {
97 for (var j = 0; j < a_areas[imap_index].length; j++) {
98 const area = a_areas[imap_index][j];
100 return [imap_index, area['area'], j];
217 var imap_index = 0;
219 let imap_index = _g.get_index_from_string_end($(this).attr("id"));
220 if (_g.a_imap_div[imap_index] === undefined) {
221 …if (_g.defaults['debug']) { console.log("[" + imap_index + "] CONTAINER FOUND ID='" + $(this).attr…
222 _g.a_imap_div[imap_index] = $(this);
230 let imap_index = _g.get_index_from_string_end($(this).attr("name"));
231 if (_g.a_maps[imap_index] === undefined) {
232 _g.a_maps[imap_index] = $(this);
233 …if (_g.defaults['debug']) { console.log("[" + imap_index + "] MAP FOUND NAME='" + $(this).attr("na…
258 let imap_index = _g.get_index_from_string_end(cfg_id);
262 if (imap_index >= 0) {
263 _g.a_cfg[imap_index] = cfg;
265 … _g.a_clicked_css_properties[imap_index] = Object.keys(cfg['clicked-reference-css']).join(", ");
266 …ults['debug']) { console.log("[" + imap_index + "] CLICKED CSS PROPERTIES='" + _g.a_clicked_css_pr…
268 …if (_g.defaults['debug']) { console.log("[" + imap_index + "] CFG FOUND ID=" + cfg_id + " CFG='" +…
280 let img_jquery_id = "#imapmarkers-img-" + imap_index;
281 …if (_g.defaults['debug']) { console.log("[" + imap_index + "] APPLY LOOK TO IMG-JQUERY-ID='" + img…
379 let imap_index = ia[0];
383 if (_g.a_references[imap_index] === undefined) {
384 _g.a_references[imap_index] = [];
386imap_index].push({ 'id': loc_id, 'imap_index': imap_index, 'area_index': area_index, 'reference': …
387 let reference_index = _g.a_references[imap_index].length - 1;
388 …AP-INDEX=" + imap_index + " AREA-INDEX=" + area_index + " CSS='" + JSON.stringify($(this).cssSpeci…
389 …$(this).on("click", { 'area': found_area, 'id': loc_id, 'imap_index': imap_index, 'area_index': ar…
391 let imap_index = data['imap_index'];
392 let marker_id_jquery = "#imapmarkers-marker-" + imap_index;
396 …lts['debug']) { console.log("CLICK ID='" + id + "' AREA IMAP-INDEX=" + imap_index + " AREA-INDEX="…
397 …if ((_g.a_last_clicked_id[imap_index] !== undefined) && (_g.a_last_clicked_id[imap_index]['id'] ==…
401 _g.a_references[imap_index].forEach((object, index) => {
406 $(this).css(_g.a_references[imap_index][reference_index]['css']);
413 let href = _g.a_areas[imap_index][area_index]['area'].attr('href');
416 …$(marker_id_jquery).on("click", { 'imap_index': imap_index, 'area_index': area_index }, function (…
417 let href = _g.a_areas[imap_index][area_index]['area'].attr('href');;
418 …if (_g.defaults['debug']) { console.log("[" + imap_index + "] CLICK ON MARKER HREF='" + href + "'"…
423 _g.a_references[imap_index].forEach((object, index) => {
425 …if ((_g.a_cfg[imap_index] !== undefined) && (_g.a_cfg[imap_index]['clicked-reference-css'] !== und…
426 object['reference'].css(_g.a_cfg[imap_index]['clicked-reference-css']);
435 …if (_g.defaults['debug']) { console.log("[" + imap_index + "] LAST CLICKED ID='" + data['id'] + " …
436 …_g.a_last_clicked_id[imap_index] = { 'imap_index': imap_index, 'area_index': area_index, 'id': dat… property in _g.a_last_clicked_id