X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=public%2Fassets%2Fplugins%2Fckeditor%2Fsamples%2Fold%2Fplaceholder%2Fplaceholder.html;h=b7f42b2dc740993a063818fe7b9109ca4a75d392;hb=ddf1c42620ea01cd3979f5202fa1e1170a835ca3;hp=fe1c878c89e254f3dc5fc14cc800ddaabaace5f8;hpb=c46c5ad87e08d3c4fbcf19be3ad1e32132286750;p=motion.git diff --git a/public/assets/plugins/ckeditor/samples/old/placeholder/placeholder.html b/public/assets/plugins/ckeditor/samples/old/placeholder/placeholder.html index fe1c878..b7f42b2 100644 --- a/public/assets/plugins/ckeditor/samples/old/placeholder/placeholder.html +++ b/public/assets/plugins/ckeditor/samples/old/placeholder/placeholder.html @@ -1,75 +1,75 @@ - - - - - - Placeholder Plugin — CKEditor Sample - - - - - - - - -

- CKEditor Samples » Using the Placeholder Plugin -

-
- This sample is not maintained anymore. Check out its brand new version in CKEditor SDK. -
-
-

- 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. -

-
-
-

- - - -

-

- -

-
- - - + + + + + + Placeholder Plugin — CKEditor Sample + + + + + + + + +

+ CKEditor Samples » Using the Placeholder Plugin +

+
+ This sample is not maintained anymore. Check out its brand new version in CKEditor SDK. +
+
+

+ 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. +

+
+
+

+ + + +

+

+ +

+
+ + +