Changes for page Customization

Last modified by Vincent Massol on 2024/03/27 13:33

<
From version < 7.1 >
edited by Marius Dumitru Florea
on 2019/10/08 13:44
To version < 8.1 >
edited by Marius Dumitru Florea
on 2019/10/08 13:46
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -129,7 +129,7 @@
129 129  CKEDITOR.plugins.addExternal('foo', new XWiki.Document('Foo', 'Sandbox').getURL('jsx'));
130 130  {{/code}}
131 131  )))
132 -* or in a JavaScript [[skin extension>>platform:DevGuide.SkinExtensionsTutorial]]. E.g.: assuming the CKEditor plugin is defined by ##ckeditorPlugins/foo.js## within the XWiki WAR then you can specify its location with(((
132 +* or in a JavaScript [[skin extension>>platform:DevGuide.SkinExtensionsTutorial]]. E.g.: assuming the CKEditor plugin is defined by ##resources/ckeditorPlugins/foo.js## within the XWiki WAR then you can specify its location with(((
133 133  {{code language="js"}}
134 134  require(['deferred!ckeditor'], function(ckeditorPromise) {
135 135   ckeditorPromise.done(function(ckeditor) {

Get Connected