X-Git-Url: https://scm.cri.minesparis.psl.eu/git/ckeditor.git/blobdiff_plain/e11f66eb655db8339a2d9b197b89f6c3b26099e1..579f65bc95a773bc6f8da75f6849ea49f365368b:/skins/ckeditor/_samples/placeholder.html diff --git a/skins/ckeditor/_samples/placeholder.html b/skins/ckeditor/_samples/placeholder.html deleted file mode 100644 index 015e01b..0000000 --- a/skins/ckeditor/_samples/placeholder.html +++ /dev/null @@ -1,81 +0,0 @@ - - - -
-- This sample shows how to configure CKEditor instances to use the - Placeholder plugin that lets you insert read-only elements - into your content. To enter and modify read-only text, use the - Create Placeholder button and its matching dialog window. -
-
- To add a CKEditor instance that uses the placeholder
plugin and a related
- Create Placeholder toolbar button, insert the following JavaScript
- call to your code:
-
CKEDITOR.replace( 'textarea_id', - { - extraPlugins : 'placeholder', - toolbar : [ [ 'Source', 'Bold' ], ['CreatePlaceholder'] ] - });-
- Note that textarea_id
in the code above is the id
attribute of
- the <textarea>
element to be replaced with CKEditor.
-