Lines Matching refs:sections
34 const sections = moaiEditor.createHTML('<select id="moaied__toc_sections"></select>');
42 wrapper.appendChild(sections);
46 sections.addEventListener("change", this.onSectionChange.bind(this));
50 sections.title = "Scroll to a specific section";
59 this.sections = sections;
91 this.sections.options.length = 0;
103 this.sections.appendChild(moaiEditor.createHTML('<option></option>'));
113 this.sections.appendChild(html);
116 if (this.sections.options.length < 2) {
124 const width = this.sections.getBoundingClientRect().width;
147 const value = this.sections.value;