Home
last modified time | relevance | path

Searched +full:reveal +(+path:plugin +path:folded) -(+path:plugin +path:folded +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/folded/
H A Daction.php25 * Add the hide and reveal strings to $JSINFO so it can be used in the javascript
34 $reveal = $this->getConf('reveal') ? $this->getConf('reveal') : $this->getLang('reveal');
38 'reveal' => $reveal
H A Dscript.js15 // containers for localised reveal/hide strings,
18 var folded_reveal = JSINFO['plugin_folded']['reveal'];
/plugin/folded/conf/
H A Ddefault.php8 $conf['reveal'] = ''; // reveal tooltip, if empty will use localised string
H A Dmetadata.php8 $meta['reveal'] = array('string');