如何向CKEditor添加占位符?

时间:2014-01-22 09:38:31

标签: javascript ckeditor

jsFiddle

我正在使用CDN的CKEditor。

HTML:

<textarea id="description" name="description" placeholder="Description"></textarea>

根据说明here, JS:

CKEDITOR.replace( 'description',
{
    extraPlugins : 'placeholder'
});

但是我收到了一个错误:

Uncaught The editor instance "description" is already attached to the provided element. 

我错过了什么?

0 个答案:

没有答案