ホームページ  >  記事  >  バックエンド開発  >  PHP の経験 - kindeditor で textarea 値を取得する

PHP の経験 - kindeditor で textarea 値を取得する

WBOY
WBOYオリジナル
2016-06-13 12:20:26939ブラウズ

PHP エクスペリエンス - kindeditor 内の textarea 値を取得します

PHP エクスペリエンス - kindeditor 内で textarea 値を取得します

  • |
  • Views : 123
  • |
  • 更新日: 2014-05-29 12:04

kindeditor の値を更新する必要がある場合がありますが、公式 Web サイトのマニュアルを確認したところ、解決策は非常に簡単でした。このエディタ このコードを追加するだけです...

afterCreate: function() {

? ??}、

? }?

?

?

例: ?<script></p> <p style="margin-top: 20px; margin-bottom: 20px;">var editor;</p> <p style="margin-top: 20px; margin-bottom: 20px;">var isWl = 1; </p> <p style="margin-top: 20px; margin-bottom: 20px;">KindEditor.ready(function(K) {</p> <p style="margin-top: 20px; margin-bottom: 20px;">editor = K.create('textarea', {</p> <p style="margin-top: 20px; margin-bottom: 20px;">allowFileManager : true ,</p> <p style="margin-top: 20px; margin-bottom: 20px;">filterMode : false ,</p> <p style="margin-top: 20px; margin-bottom: 20px;">urlType : 'ドメイン' ,</p> <p style="margin-top: 20px; margin-bottom: 20px;">afterCreate : function() {</p> <p style="margin-top: 20px; margin-bottom: 20px;"> ?? ??}、</p> <p style="margin-top: 20px; margin-bottom: 20px;">? </p> <p style="margin-top: 20px; margin-bottom: 20px;">});</p> <p style="margin-top: 20px; margin-bottom: 20px;">});</p> <p style="margin-top: 20px; margin-bottom: 20px;"></script>

声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。