Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ビュー内の特定のフォームのエディター フォーム フィールドのみを特定のエディター (TinyMCE など) に変更したいのですが、joomla 構成の既定のエディターを変更したくありません。
特定のエディター フィールドのエディターを指定する方法はありますか? ここでフィールドの属性hide と属性を見つけましたが、それらを適切に使用する方法の例やドキュメントが見つかりません。それらの属性は私の問題にまったく役立ちますか?editor
hide
editor
単に使用する
editor="tinymce|none"
これにより、優先度のリストが表示されます。tinymce が利用できない場合は、何も試行されません。編集者リストの長さには制限がないと思います。パイプ「|」でエディターを区切ります