Searched +full:onvisible +(+path:plugin +path:hidden) -(+path:plugin +path:hidden +path:lang) (Results 1 – 2 of 2) sorted by relevance
59 'onVisible'=>'',117 $this->_grepOption($return, 'onVisible', $match);120 //If there were neither onHidden nor onVisible, take what's left121 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...]
4 $conf['default_text_when_displayed'] = $this->getlang('onVisible');