remove anchor button
This commit is contained in:
@@ -5,7 +5,7 @@ CKEDITOR.editorConfig = function( config ) {
|
|||||||
config.needsBrFiller= fixThings;
|
config.needsBrFiller= fixThings;
|
||||||
config.needsNbspFiller= fixThings;
|
config.needsNbspFiller= fixThings;
|
||||||
|
|
||||||
config.removeButtons= 'Source,Maximize';
|
config.removeButtons= 'Source,Maximize,Anchor';
|
||||||
// magicline plugin inserts html crap into the document which is not part of the
|
// magicline plugin inserts html crap into the document which is not part of the
|
||||||
// document itself and causes problems when it's sent across the wire and reflected back
|
// document itself and causes problems when it's sent across the wire and reflected back
|
||||||
config.removePlugins= 'resize,elementspath';
|
config.removePlugins= 'resize,elementspath';
|
||||||
@@ -67,4 +67,4 @@ CKEDITOR.editorConfig = function( config ) {
|
|||||||
CKEDITOR.document._appendStyleSheet = CKEDITOR.document.appendStyleSheet;
|
CKEDITOR.document._appendStyleSheet = CKEDITOR.document.appendStyleSheet;
|
||||||
CKEDITOR.tools.buildStyleHtml = function (x) { return CKEDITOR.tools._buildStyleHtml(fix(x)); };
|
CKEDITOR.tools.buildStyleHtml = function (x) { return CKEDITOR.tools._buildStyleHtml(fix(x)); };
|
||||||
CKEDITOR.document.appendStyleSheet = function (x) { return CKEDITOR.document._appendStyleSheet(fix(x)); };
|
CKEDITOR.document.appendStyleSheet = function (x) { return CKEDITOR.document._appendStyleSheet(fix(x)); };
|
||||||
}());
|
}());
|
||||||
|
|||||||
Reference in New Issue
Block a user