如何用 PHP 设置 CKEditor4 的值?我将变量放在标签内,但它没有加载我从数据库中获取的数据。
<td class="rightpan">
<textarea name="editor1"><?=stripslashes($descriptionH); ?></textarea>
<script>
CKEDITOR.replace( 'editor1', {
removePlugins: 'elementspath'
});
</script>
有人能帮我吗?它是属于 replace() 函数的东西,例如 Value : $descriptionH 还是什么?