Lines Matching refs:htmlOK_errors
32 var $htmlOK_errors; variable in syntax_plugin_htmlOKay
43 $this->htmlOK_errors = array('Invalid ID', 'Element or Attribute not supported',
508 $error_string .= $this->htmlOK_errors[$TYPE] . ": <b>{$problem_str}</b><br />";
509 $js = $this->htmlOK_errors[$TYPE] . '.'
515 $error_string .= $this->htmlOK_errors[$TYPE] . ": <b>{$problem_str}</b><br />";
516 … $js = $this->htmlOK_errors[$TYPE] . " at current HTML access level: <b>{$problem_str}</b>";
521 $error_string .= $this->htmlOK_errors[$TYPE] . ": <b>{$problem_str}</b><br />";
522 …$js = $this->htmlOK_errors[$TYPE] . ". External files cannot be included in wiki documents: <b>{$p…
529 $error_string .= $this->htmlOK_errors[$TYPE] . ':<BR />';
542 …$js = $this->htmlOK_errors[$TYPE] . ". htmlO_K_ prefix required for class names: <b>{$name_errs}</…
545 …$js = $this->htmlOK_errors[$TYPE] . ". htmlO_K_ prefix required for function names:<BR /> &nb…
549 … $js = $this->htmlOK_errors[$TYPE] . " at current HTML access level: <b>{$name_errs}</b>. ";