Home
last modified time | relevance | path

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

/plugin/iframeinterwiki/
H A DREADME.md50 {{url>someurl width,height noscroll noborder alignment|alternate-text}}
68 - `noscroll` or `noscrollbar` or `noscrolling` - Disable scrollbars
125 {{url>https://example.com 800px,600px noscroll noborder}}
135 {{url>app>dashboard.php 100%,80vh noscroll|Application Dashboard}}
/plugin/indexmenu/_test/
DIndexmenuSyntaxTest.php44 …$ns, $theme, $identifier, $nocookie, $navbar, $noscroll, $maxjs, $notoc, $jsajax, $context, $nomen…
56 'noscroll' => $noscroll,
/plugin/indexmenu/syntax/
Dindexmenu.php140 $noscroll = $this->hasOption($defaults, $opts, 'noscroll');
308 'noscroll' => $noscroll, //deprecated
/plugin/indexmenu/scripts/
Dtoolbarindexwizard.js34 noscroll: {tlbclass: 'jsitem'}, property
/plugin/tindexmenu/syntax/
Dindexmenu.php123 $noscroll=in_array('noscroll',$opts);