Software: Apache. PHP/5.6.40 uname -a: Linux cpanel06wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.80.el6.x86_64 #1 SMP Thu Sep 24 uid=851(cp949260) gid=853(cp949260) groups=853(cp949260) Safe-mode: OFF (not secure) /home/cp949260/public_html/phbcoop.com/phb_admin/bower_components/ckeditor/samples/old/codesnippet/ drwxr-xr-x |
Viewing file: Select action/file-type: CKEditor Samples » Code Snippet Plugin
This sample is not maintained anymore. Check out its brand new version in CKEditor SDK.
This editor is using the Code Snippet plugin which introduces beautiful code snippets.
By default the
You can adjust the appearance of code snippets using the Select theme: The CKEditor instance below was created by using the following configuration settings: CKEDITOR.replace( 'editor1', { extraPlugins: 'codesnippet', codeSnippet_theme: 'monokai_sublime' } ); Please note that this plugin is not compatible with Internet Explorer 8. Inline editorThe following sample shows the Code Snippet plugin running inside an inline CKEditor instance. The CKEditor instance below was created by using the following configuration settings: CKEDITOR.inline( 'editable', { extraPlugins: 'codesnippet' } );
Note: The highlight.js themes
must be loaded manually to be applied inside an inline editor instance, as the
<head> ... <link href="path/to/highlight.js/styles/monokai_sublime.css" rel="stylesheet"> </head> JavaScript code:
SQL query:
Unknown markup:
Server-side Highlighting and Custom Highlighting EnginesThe Code Snippet GeSHi plugin is an extension of the Code Snippet plugin which uses a server-side highligter.
It also is possible to replace the default highlighter with any library using
the Highlighter API
and the |
:: Command execute :: | |
--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0876 ]-- |