助けてください。インラインエディターとして tinyMCE を使用しています。したがって、ユーザーが編集モードでEnterキーを押したときに、そうではないことが必要<br />
です<p>
。マニュアルとFAQを読んで試してみました
tinyMCE.init({
'height' : '100%',
'widht':'100%',
'content_css' : styles + ',/sdtc-new/nc/interface/common/css/mce-editor.css',
'mode' : "specific_textareas",
'editor_selector' : prefix + o.id,
'theme':'advanced',
theme_advanced_buttons1: o.buttons.join(','),
theme_advanced_buttons2 : "",
**theme_advanced_buttons3 : "",
force_br_newlines : true,
force_p_newlines : false,
forced_root_block : '' // Needed for 3.x**
});
しかし、それは仕事ではありません。実際には、編集領域ですべてのコンテンツを削除して新しいテキストを入力したときのように機能することがあります。しかし、私はそれが常に機能する必要があります。助けてください。tinyMCE 3.4.4 のバージョン