2
私はsymfony 1.4.11を使用しています。そして、私は次のしている:私はこれをvalidteする必要がsfWidgetFormTextareaTinyMCEを検証する方法
$this->widgetSchema['en']['content'] = new sfWidgetFormTextareaTinyMCE(array(
'width' => 900,
'height' => 300,
'config' => 'theme_advanced_buttons1 : "cut, copy, paste, images, bold, italic, underline, justifyleft, justifycenter, justifyright , outdent, indent, bullist, numlist, undo, redo, link",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : "",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_statusbar_location : "bottom",
theme_advanced_resizing: "false",
plugins: "images, paste",
'),array('class' => 'tinyMCE',)
);
、私はsfValidatorStringを試してみてください、それはあなたが正しくあなたのウィジェット(おそらくあなたのバリデータでもない)を設定されていません
お願いできますか? – denys281
大変ありがとうございます! – denys281