Home
last modified time | relevance | path

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

/plugin/hidden/
H A Dsyntax.php59 'onVisible'=>'',
117 $this->_grepOption($return, 'onVisible', $match);
120 //If there were neither onHidden nor onVisible, take what's left
121 if( $return['onHidden']=='' && $return['onVisible']=='' ){
125 $return['onVisible'] = $text;
128 $return['onVisible'] = $this->getConf('default_text_when_displayed');
132 $return['onVisible'] = ($return['onVisible']!='') ? $return['onVisible'] : $this->getConf('default_text_when_displayed');
135 //If we don't have an exportPdf text, take the onVisible on
[all...]
/plugin/hidden/conf/
H A Ddefault.php4 $conf['default_text_when_displayed'] = $this->getlang('onVisible');