Skip to Content
Home
Register
Log-in
Search
Toggle navigation
Nerd Alert
Administer wiki
Page Index
User Index
Application Index
Global
Wiki Index
Toggle the parent tree of AdminSection.
CKEditor Integration with XWiki
Toggle the hierarchy tree under CKEditor Integration with XWiki.
AdminSection
Toggle the hierarchy tree under AdminSection.
AdminSection
Last modified by
Jan Rhebergen
on 2022/01/24 15:19
Disabled Plugins
The list of plugins that have been disabled.
Disabled Toolbar Features
The list of toolbar features that have been disabled.
Link: Show Advanced Tab
Allows you to set link attributes such as id, name, class or style.
Link: Show Target Tab
Allows you to set the link target attribute (e.g. to open the link in a new tab).
Load JavaScript Skin Extensions
Some rendering macros are displayed using JavaScript code. Loading the JavaScript code improves the WYSIWYG aspect of the editor but it may cause problems if the JavaScript code interferes with the CKEditor code or if it changes content outside of the macro output boundaries.
Advanced Configuration
You can write a JavaScript snippet to modify directly the configuration object. Check the
CKEditor documentation
for the list of available configuration properties.
// Define changes to default configuration here. For example: // config.uiColor = '#AADC6E'; // config.linkShowTargetTab = true;
Reset