Home
last modified time | relevance | path

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

/plugin/hidden/
H A Dsyntax.php58 'onHidden'=>'',
116 $this->_grepOption($return, 'onHidden', $match);
120 //If there were neither onHidden nor onVisible, take what's left
121 if( $return['onHidden']=='' && $return['onVisible']=='' ){
124 $return['onHidden'] = $text;
127 $return['onHidden'] = $this->getConf('default_text_when_hidden');
131 $return['onHidden'] = ($return['onHidden']!='') ? $return['onHidden'] : $this->getConf('default_text_when_hidden');
174 $onHidden
[all...]
/plugin/hidden/conf/
H A Ddefault.php3 $conf['default_text_when_hidden'] = $this->getlang('onHidden');