Home
last modified time | relevance | path

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

/Zephyr-latest/doc/_extensions/zephyr/domain/static/js/
Dboard-catalog.js61 function fillSocSeriesSelect(families, selectOnFill = false) { argument
69 const option = new Option(s, s, selectOnFill, selectOnFill);
74 function fillSocSocSelect(families, series = undefined, selectOnFill = false) { argument
83 socSocSelect.add(new Option(soc, soc, selectOnFill, selectOnFill));