½ÃÀÛÆäÀÌÁö·Î Áñ°Üã±âÃß°¡
·Î±×ÀÎ
ȸ¿ø°¡ÀÔ l Ã⼮üũ l ¸¶ÀÌÆäÀÌÁö l CGIMALL
happycgi
ÀÚ·á½Ç »çÀÌÆ®µî·Ï ·©Å·100 ÇÁ·Î±×·¥¸®ºä °ü¸®ÀÚÃßõÀÚ·á Ãʺ¸°¡À̵å
Ä¿¹Â´ÏƼ
Àüü ÆîÃ帱â
Äü¸Þ´º¸µÅ© jquery , CSS , PHP , Javascript , ¹«·áÆùÆ® , ASP
»ó¼¼°Ë»ö
Ȩ > JAVASCRIPT > javascript ¼Ò½ºÃ¢°í > À§ÁöÀ¨¿¡µðÅÍ > CKEditor Plugin > CKEditor Ç÷¯±×ÀÎ CodeMirror (Source) Syntax Highlighting »ó¼¼Á¤º¸
»çÀÌÆ®µî·Ï
Ŭ¶ó¿ìµåű×
javascript
PHP
HTML
ASP
mysql
CSS
Mobile
image
jquery
slide
¸Þ´º
�޴�
2023
ÇöÀçÁ¢¼ÓÀÚ ¸í »õ·Î°íħ
CKEditor Ç÷¯±×ÀÎ CodeMirror (Source) Syntax Highlighting
¼Ò½ºÅë°èÁ¤º¸ ¿À·ù½Å°í ¹× ¹®ÀÇ
ÇØÇÇÆÀ
³×ƼÁð
Æ®À§ÅÍ·Î º¸³»±â ÆäÀ̽ººÏÀ¸·Î º¸³»±â
¼Ò½ººÐ·ù CKEditor Plugin
´Ù¿î·Îµå Ƚ¼ö 86 ȸ
°£´Ü¼³¸í CodeMirror (Source) Syntax Highlighting Ç÷¯±×ÀÎÀº ¿¡µðÅÍ ¼Ò½º ÆíÁýÅø¿¡ Æí¸®ÇÑ ±â´ÉÀ» ´õÇØÁÝ´Ï´Ù.
Æò°¡Çϱâ ÈǸ¢ÇÔ ¸Å¿ìÁÁÀ½ ÁÁÀ½ ±¦ÂúÀ½ º¸Åë º°·Î
ȨÆäÀÌÁö¹Ù·Î°¡±â ¼Ò½º´Ù¿î·Îµå µ¥¸ð ¹Ì¸®º¸±â ½ºÅ©·¦Çϱâ


* ckeditor - CodeMirror (Source) Syntax Highlighting

- ÀÌ Ç÷¯±×ÀÎÀº ¿¡µðÅÍ ¼Ò½º ÆíÁýÅø¿¡ Æí¸®ÇÑ ±â´ÉÀ» ´õÇØÁÝ´Ï´Ù..



* ¶óÀ̼¾½º(¹«·á)

- GPLV3, LGPL3, MPL




* ¼³Ä¡¹æ¹ý

- Ç÷¯±×ÀÎ ÆÄÀÏÀ» ´Ù¿î·Îµå ¹Þ¾Æ ckeditor °¡ ¼³Ä¡µÈ Æú´õ³» plugins Æú´õ¾È¿¡ ¾÷·Îµå ÇÕ´Ï´Ù.

¿¹) http://example.com/ckeditor/plugins/codemirror


- ckeditor ÀÇ ¼³Á¤ÆÄÀÏÀÎ config.js ÆÄÀÏÀ» ¿­¾î ¾Æ·¡ ¼Ò½º¸¦ Ãß°¡ÇÕ´Ï´Ù.

config.extraPlugins = 'codemirror';


2°¡Áö ±â´ÉÀ» Á¦°øÇÏ¿© ´Ù¸¥ ¿É¼Çµµ Ãß°¡ÇÒ ¼ö ÀÖ½À´Ï´Ù.

config.extraPlugins = 'sourcedialog,codemirror';


Ãß°¡·Î ´Ù¾çÇÑ ¿É¼ÇµéÀ» Á¦°øÇÕ´Ï´Ù.

config.codemirror = {

    // Set this to the theme you wish to use (codemirror themes)
    theme: 'default',

    // Whether or not you want to show line numbers
    lineNumbers: true,

    // Whether or not you want to use line wrapping
    lineWrapping: true,

    // Whether or not you want to highlight matching braces
    matchBrackets: true,

    // Whether or not you want tags to automatically close themselves
    autoCloseTags: true,

    // Whether or not you want Brackets to automatically close themselves
    autoCloseBrackets: true,

    // Whether or not to enable search tools, CTRL+F (Find), CTRL+SHIFT+F (Replace), CTRL+SHIFT+R (Replace All), CTRL+G (Find Next), CTRL+SHIFT+G (Find Previous)
    enableSearchTools: true,

    // Whether or not you wish to enable code folding (requires 'lineNumbers' to be set to 'true')
    enableCodeFolding: true,

    // Whether or not to enable code formatting
    enableCodeFormatting: true,

    // Whether or not to automatically format code should be done when the editor is loaded
    autoFormatOnStart: true,

    // Whether or not to automatically format code should be done every time the source view is opened
    autoFormatOnModeChange: true,

    // Whether or not to automatically format code which has just been uncommented
    autoFormatOnUncomment: true,

    // Define the language specific mode 'htmlmixed' for html including (css, xml, javascript), 'application/x-httpd-php' for php mode including html, or 'text/javascript' for using java script only
    mode: 'htmlmixed',

    // Whether or not to show the search Code button on the toolbar
    showSearchButton: true,

    // Whether or not to show Trailing Spaces
    showTrailingSpace: true,

    // Whether or not to highlight all matches of current word/selection
    highlightMatches: true,

    // Whether or not to show the format button on the toolbar
    showFormatButton: true,

    // Whether or not to show the comment button on the toolbar
    showCommentButton: true,

    // Whether or not to show the uncomment button on the toolbar
    showUncommentButton: true,

    // Whether or not to show the showAutoCompleteButton button on the toolbar
    showAutoCompleteButton: true,
    // Whether or not to highlight the currently active line
    styleActiveLine: true
};



* Source Area µ¥¸ð È­¸é




* Source Dialog µ¥¸ð È­¸é


 


³×ƼÁð ÀÇ°ß   ÀÌ¿ëÇϽŠÀÚ·áÀÇ Èı⸦ ÀÚÀ¯·Ó°Ô ÀÛ¼ºÇϼ¼¿ä. (»ó¾÷ÀûÀÎ ±¤°í ¹× µµ¹è¼º ±Û µîÀº »çÀüÅ뺸¾øÀÌ »èÁ¦µÉ ¼ö ÀÖ½À´Ï´Ù.)
³»¿ë ¾ÆÀ̵ð ÀÇ°ß³²±â±â
µî·ÏµÈ ÀÇ°ßÀÌ ¾ø½À´Ï´Ù.
1
À̸§
³»¿ë
:³×¸Â¾Æ¿ä: :È­³ª´Â±º¿ä: :Àá¿Í: :¿ì¿ïÇØ: :À̰ǾƳÄ: :¿ÕÇÏÇÏ: ¿Õ¿ôÀ½~ ³î·¥~
Æò°¡Çϱâ ÈǸ¢ÇÔ ¸Å¿ìÁÁÀ½ ÁÁÀ½ ±¦ÂúÀ½ º¸Åë º°·Î
µµ¹è¹æÁöÅ°
 37691248 º¸ÀÌ´Â µµ¹è¹æÁöÅ°¸¦ ÀÔ·ÂÇϼ¼¿ä.