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.
私はdrupalサイトを持っています。
そして、私はhtmlareaモジュールをインストールしましたが、うまくいきました。
フォーム内のすべてのテキストエリアが htmlarea に変更されました。
特定のテキストエリアだけを htmlarea に変更する方法を教えてください。
htmlarea.js には、htmlarea zip のダウンロード中に取得されるコード スニペットがあります。
$('textarea[@editor="xinha"]').each(
このセクションを
$('textarea[@name="description"]').each(
ここで、「説明」は特定のテキストエリアの名前で、変更する必要があります