Skip to content
Code-Schnipsel Gruppen Projekte
Commit a735bec6 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

default css; Issue #264 ·Issue #262

Übergeordneter cae0e399
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
......@@ -210,25 +210,27 @@ define('package/quiqqer/ckeditor4/bin/Editor', [
});
}
data.cssFiles.push(
URL_OPT_DIR +'quiqqer/ckeditor4/bin/defaultWysiwyg.css'
);
window.CKEDITOR.replace(instance, {
customConfig : '',
language : Locale.getCurrent(),
baseHref : URL_DIR,
basePath : URL_DIR,
height : height,
width : width,
toolbar : toolbar,
allowedContent : true,
extraAllowedContent : 'div(*)[*]{*}, iframe(*)[*]{*}',
stylesSet : styles,
contentsCss : data.cssFiles || false,
contentsCss : data.cssFiles || [],
bodyClass : data.bodyClass,
// templates_files : [URL_OPT_DIR +'base/bin/pcsgEditorPlugins/templates.php'],
baseFloatZIndex : zIndex,
extraPlugins : 'abbr'
});
},
/**
......
h1,
h2,
h3,
h4,
h5,
p {
float: none !important;
width: auto !important;
}
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren