setWidth($goApp->bIsiPhone ? 40:40); $oTF->setAttribute("id", "inputTextField"); $oElement =& new WYShortTextElement($oEditor->sFieldName, $oEditor->bGlobal); if ($oEditor->bSave) { $oElement->setText($oTF->sValue()); $oElement->save(); $bOK = true; } else { $oTF->setValue($oElement->sText()); $sOnLoadScript = 'document.forms[0].TEXT.focus();'; } $goApp->outputWarningPanels(); ?>

" . webyep_sBackLink() . "
"; }?>
|
||
|
sHelpLink($sHelpFile); ?>
";
echo " $sResponse ";
if ($bOK) echo WYEditor::sPostSaveScript();
else echo "" . webyep_sBackLink() . " "; echo ""; }?> |