Home
last modified time | relevance | path

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

/plugin/sectiontoggle/
H A Dsyntax.php56 $open = $this->getLang('open_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.js80 SectionToggle.open_all();
96 open_all: function () {
224 this.open_all();
97 open_all: function () { global() method in SectionToggle