Searched +full:onhidden +(+path:plugin +path:hidden) -(+path:plugin +path:hidden +path:lang) (Results 1 – 2 of 2) sorted by relevance
58 'onHidden'=>'',116 $this->_grepOption($return, 'onHidden', $match);120 //If there were neither onHidden nor onVisible, take what's left121 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_te…174 $onHidden = p_render('xhtml', p_get_instructions($data['onHidden']), $tab);193 …$renderer->doc .= '<div class="hiddenOnHidden">'.$onHidden."</div>"; //text displayed when hidden
3 $conf['default_text_when_hidden'] = $this->getlang('onHidden');