Custom Field GUI Utilityでビジュアルエディタを使用
-
Custom Field GUI Utilityのtextareaでビジュアルエディタを使用したいと思い
下記のサイトのようにcfg-utility.class.php内のclassにtheEditorを追加したのですが
(Custom Field GUI Utility 3.0.0を使用しています。)
fieldnameやsampleで指定した文字まで修正できてしまい
(ビジュアルエディタ内に入ってしまう)
うまく編集することができません。<textarea class="theEditor" id="{$name}" name="{$name}" type="textfield" rows="{$rows}" cols="{$cols}">{$value}</textarea>
↓
<textarea class="data theEditor" id="{$name}" name="{$name}" type="textfield" rows="{$rows}" cols="{$cols}">{$value}</textarea>
http://blog.tufu.org/archives/568
どなたかご教授よろしくお願いいたします。
- トピック「Custom Field GUI Utilityでビジュアルエディタを使用」には新たに返信することはできません。