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>