sFieldName, $oEditor->bGlobal); $oTAHTMLCode =& new WYTextArea("HTML_CODE", $oElement->sText()); if ($oEditor->bSave) { $oElement->setText($oTAHTMLCode->sText()); $oElement->save(); $bOK = true; } else { $sOnLoadScript = 'document.forms[0].HTML_CODE.focus();'; } $goApp->outputWarningPanels(); // give App a chance to say something ?>
|
||
sHelpLink($sHelpFile); ?>
";
echo " $sResponse ";
if ($bOK) echo WYEditor::sPostSaveScript();
else echo "" . webyep_sBackLink() . " "; echo ""; }?> |