Home
last modified time | relevance | path

Searched +full:close_all +(+path:plugin +path:sectiontoggle) -(+path:plugin +path:sectiontoggle +path:lang) (Results 1 – 2 of 2) sorted by relevance

/plugin/sectiontoggle/
H A Dsyntax.php57 $close = $this->getLang('close_all');
58 $renderer->doc .= '<p class="sectoggle"><button onclick = "SectionToggle.open_all();" style="white-space:nowrap;" >' . $open . '</button>&nbsp;&nbsp;<button onclick = "SectionToggle.close_all();" style="white-space:nowrap;" >' . $close .'</button></p>'; // ptype = 'block'
H A Dscript.js108 close_all: function () {
221 this.close_all();
106 close_all: function () { global() method in SectionToggle