From d351e45604f192df6ef710d476a8e529fefa73bf Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 11 Jul 2018 22:04:43 +0800 Subject: update --- .../ckeditor/samples/old/enterkey/enterkey.html | 106 --------------------- 1 file changed, 106 deletions(-) delete mode 100644 cgi-bin/html/ckeditor/samples/old/enterkey/enterkey.html (limited to 'cgi-bin/html/ckeditor/samples/old/enterkey') diff --git a/cgi-bin/html/ckeditor/samples/old/enterkey/enterkey.html b/cgi-bin/html/ckeditor/samples/old/enterkey/enterkey.html deleted file mode 100644 index 96ca519..0000000 --- a/cgi-bin/html/ckeditor/samples/old/enterkey/enterkey.html +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - ENTER Key Configuration — CKEditor Sample - - - - - - - - -

- CKEditor Samples » ENTER Key Configuration -

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

- This sample shows how to configure the Enter and Shift+Enter keys - to perform actions specified in the - enterMode - and shiftEnterMode - parameters, respectively. - You can choose from the following options: -

- -

- The sample code below shows how to configure CKEditor to create a <div> block when Enter key is pressed. -

-
-CKEDITOR.replace( 'textarea_id', {
-	enterMode: CKEDITOR.ENTER_DIV
-});
-

- Note that textarea_id in the code above is the id attribute of - the <textarea> element to be replaced. -

-
-
- When Enter is pressed:
- -
-
- When Shift+Enter is pressed:
- -
-
-
-

-
- -

-

- -

-
- - - -- cgit v1.1-26-g67d0