Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F804562
inp_ckconfig.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Feb 26, 1:37 PM
Size
5 KB
Mime Type
text/plain
Expires
Fri, Feb 28, 1:37 PM (21 h, 7 m)
Engine
blob
Format
Raw Data
Handle
577066
Attached To
rINP In-Portal
inp_ckconfig.js
View Options
// Preview
//CKEDITOR.config.PreviewUrl = '';
//CKEDITOR.config.ContentId = '';
//CKEDITOR.config.PreloadImages = [ CKEDITOR.config.SkinPath + 'images/toolbar.start.gif', CKEDITOR.config.SkinPath + 'images/toolbar.buttonarrow.gif', CKEDITOR.config.BasePath + 'plugins/images/document.gif' ] ;
//CKEDITOR.config.PluginsPath = CKEDITOR.config.BasePath + 'plugins/' ;
CKEDITOR
.
config
.
extraPlugins
=
'my_link,my_document,my_maximize,MediaEmbed'
;
//CKEDITOR.plugins.add('MySource');
//CKEDITOR.plugins.add('MyPreview');
//CKEDITOR.plugins.add('MyLink');
//CKEDITOR.plugins.add('MyImage');
//CKEDITOR.plugins.add('document', 'en,ru');
CKEDITOR
.
config
.
protectedSource
.
push
(
/(<inp2:[^\>]+>)|(<\/inp2:[^\>]+>)|(<inp2:[^\>]+\/>)/gi
)
;
CKEDITOR
.
config
.
documentIconsUrl
=
'/system/user_files/icons'
;
// for document custom plugin
CKEDITOR
.
config
.
toolbar_Default
=
[
[
'Cut'
,
'Copy'
,
'Paste'
,
'PasteText'
,
'PasteFromWord'
,
'-'
,
'NewPage'
,
'SelectAll'
,
'-'
,
'Find'
,
'Replace'
,
'-'
,
'Print'
,
'Preview'
,
'-'
,
/*My*/
'Link'
,
'Unlink'
,
'Anchor'
,
'HorizontalRule'
,
'-'
,
/*My*/
'Image'
,
'Flash'
,
'MediaEmbed'
,
'Document'
,
'Table'
,
'SpecialChar'
],
'/'
,
[
'Bold'
,
'Italic'
,
'Underline'
,
'Strike'
,
'-'
,
'JustifyLeft'
,
'JustifyCenter'
,
'JustifyRight'
,
'JustifyBlock'
,
'-'
,
'NumberedList'
,
'BulletedList'
,
'Outdent'
,
'Indent'
,
'-'
,
'Subscript'
,
'Superscript'
,
'-'
,
'TextColor'
,
'BGColor'
,
'-'
,
'Undo'
,
'Redo'
],
'/'
,
[
'Styles'
,
'Font'
,
'FontSize'
,
'RemoveFormat'
,
'-'
,
'Scayt'
,
'-'
,
/*My*/
'Source'
,
'Maximize'
,
'ShowBlocks'
]
];
CKEDITOR
.
config
.
toolbar_DebugMode
=
[
[
'Cut'
,
'Copy'
,
'Paste'
,
'PasteText'
,
'PasteFromWord'
,
'-'
,
'NewPage'
,
'SelectAll'
,
'-'
,
'Find'
,
'Replace'
,
'-'
,
'Print'
,
'Preview'
,
'-'
,
/*My*/
'Link'
,
'Unlink'
,
'Anchor'
,
'HorizontalRule'
,
'-'
,
/*My*/
'Image'
,
'Flash'
,
'MediaEmbed'
,
'Document'
,
'Table'
,
'SpecialChar'
],
'/'
,
[
'Bold'
,
'Italic'
,
'Underline'
,
'Strike'
,
'-'
,
'JustifyLeft'
,
'JustifyCenter'
,
'JustifyRight'
,
'JustifyBlock'
,
'-'
,
'NumberedList'
,
'BulletedList'
,
'Outdent'
,
'Indent'
,
'-'
,
'Subscript'
,
'Superscript'
,
'-'
,
'TextColor'
,
'BGColor'
,
'-'
,
'Undo'
,
'Redo'
],
'/'
,
[
'Styles'
,
'Font'
,
'FontSize'
,
'RemoveFormat'
,
'-'
,
'Scayt'
,
'-'
,
/*My*/
'Source'
,
'Maximize'
,
'ShowBlocks'
]
];
/*CKEDITOR.config.toolbar_Simple = [
['Styles'],
['Bold', 'Italic', 'Underline', 'Strike', 'Subscript', 'Superscript', '-', 'RemoveFormat'],
['NumberedList', 'BulletedList', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'],
['Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Undo', 'Redo'],
['Find', 'Replace', 'Scayt']
];*/
//CKEDITOR.config.toolbar_Full = [
// [ 'Source','-','Save','NewPage','DocProps','Preview','Print','-','Templates' ],
// [ 'Cut','Copy','Paste','PasteText','PasteFromWord','-','Undo','Redo' ],
// [ 'Find','Replace','-','SelectAll','-','SpellChecker', 'Scayt' ],
// [ 'Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField' ],
// '/',
// [ 'Bold','Italic','Underline','Strike','Subscript','Superscript','-','RemoveFormat' ],
// [ 'NumberedList','BulletedList','-','Outdent','Indent','-','Blockquote','CreateDiv','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','-','BidiLtr','BidiRtl' ],
// [ 'Link','Unlink','Anchor' ],
// [ 'Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak' ],
// '/',
// [ 'Styles','Format','Font','FontSize' ],
// [ 'TextColor','BGColor' ],
// [ 'Maximize', 'ShowBlocks','-','About' ]
//];
CKEDITOR
.
config
.
enterMode
=
CKEDITOR
.
ENTER_BR
;
// p | div | br
CKEDITOR
.
config
.
shiftEnterMode
=
CKEDITOR
.
ENTER_P
;
// p | div | br
CKEDITOR
.
config
.
keystrokes
=
[
[
CKEDITOR
.
CTRL
+
65
/*A*/
,
true
],
[
CKEDITOR
.
CTRL
+
67
/*C*/
,
true
],
[
CKEDITOR
.
CTRL
+
70
/*F*/
,
true
],
[
CKEDITOR
.
CTRL
+
83
/*S*/
,
true
],
[
CKEDITOR
.
CTRL
+
84
/*T*/
,
true
],
[
CKEDITOR
.
CTRL
+
88
/*X*/
,
true
],
[
CKEDITOR
.
CTRL
+
86
/*V*/
,
'Paste'
],
[
CKEDITOR
.
CTRL
+
45
/*INS*/
,
true
],
[
CKEDITOR
.
SHIFT
+
45
/*INS*/
,
'Paste'
],
[
CKEDITOR
.
CTRL
+
88
/*X*/
,
'Cut'
],
[
CKEDITOR
.
SHIFT
+
46
/*DEL*/
,
'Cut'
],
[
CKEDITOR
.
CTRL
+
90
/*Z*/
,
'Undo'
],
[
CKEDITOR
.
CTRL
+
89
/*Y*/
,
'Redo'
],
[
CKEDITOR
.
CTRL
+
CKEDITOR
.
SHIFT
+
90
/*Z*/
,
'Redo'
],
[
CKEDITOR
.
CTRL
+
76
/*L*/
,
'Link'
],
[
CKEDITOR
.
CTRL
+
66
/*B*/
,
'Bold'
],
[
CKEDITOR
.
CTRL
+
73
/*I*/
,
'Italic'
],
[
CKEDITOR
.
CTRL
+
85
/*U*/
,
'Underline'
],
[
CKEDITOR
.
CTRL
+
CKEDITOR
.
SHIFT
+
83
/*S*/
,
'Save'
],
[
CKEDITOR
.
CTRL
+
CKEDITOR
.
ALT
+
13
/*ENTER*/
,
'FitWindow'
]
]
;
//CKEDITOR.config.menu_groups = 'generic,anchor,flash,select,textarea,checkbox,radio,textfield,hiddenfield,imagebutton,button,bulletedlist,numberedlist,table,form';
CKEDITOR
.
config
.
font_names
=
'Arial Narrow;Arial;Sans-Serif;Serif;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana'
;
CKEDITOR
.
config
.
fontSize_sizes
=
'xx-small;x-small;small;medium;large;x-large;xx-large'
;
CKEDITOR
.
config
.
filebrowserBrowseUrl
=
CKEDITOR
.
basePath
+
'ckfinder/ckfinder.html'
;
CKEDITOR
.
config
.
filebrowserUploadUrl
=
CKEDITOR
.
basePath
+
'ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files'
;
CKEDITOR
.
config
.
filebrowserImageBrowseUrl
=
CKEDITOR
.
basePath
+
'ckfinder/ckfinder.html?type=Images'
;
CKEDITOR
.
config
.
filebrowserImageUploadUrl
=
CKEDITOR
.
basePath
+
'ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Images'
;
CKEDITOR
.
config
.
filebrowserFlashBrowseUrl
=
CKEDITOR
.
basePath
+
'ckfinder/ckfinder.html?type=Flash'
;
CKEDITOR
.
config
.
filebrowserFlashUploadUrl
=
CKEDITOR
.
basePath
+
'ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Flash'
;
CKEDITOR
.
config
.
filebrowserDocumentBrowseUrl
=
CKEDITOR
.
basePath
+
'ckfinder/ckfinder.html?type=Documents'
;
// add ability to browse for documents
//CKEDITOR.config.documentsBrowser = true ;
Event Timeline
Log In to Comment