Home
last modified time | relevance | path

Searched +full:wysiwyg +(+path:plugin +path:anewssystem) -(+path:plugin +path:anewssystem +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/anewssystem/conf/
H A Dmetadata.php15 $meta['wysiwyg'] = array('onoff');
H A Ddefault.php12 $conf['wysiwyg'] = 0;
/plugin/anewssystem/
H A Dsyntax.php158 if($this->getConf('wysiwyg')==true) { $myFunc = 'onsubmit="myFunction()"'; }
173 if($this->getConf('wysiwyg')==false) {
449 if($this->getConf('wysiwyg')==true) {
693 $wysiwyg = false;
714 elseif($key=='wysiwyg'){
715 $wysiwyg = 1;
745 … if ($wysiwyg==false) $prvw_string = p_render('xhtml',p_get_instructions($prvw_string),$info);
1002 $wysiwyg = false;
1026 elseif($key=='wysiwyg'){
1027 $wysiwyg = 1;
[all …]