Home
last modified time | relevance | path

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

/plugin/indexmenu/scripts/
H A Dtoolbarindexwizard.js114 jQuery.each(section.elems, function (elid, props) { argument
118 let label = props.label || elid;
122 .html('<input id="' + elid + '" type="checkbox">' + label)
123 .attr({title: LANG.plugins.indexmenu[elid]})
130 .attr({title: LANG.plugins.indexmenu[elid]})