Changes for page ImageEditorService
Last modified by Thomas Coelho (local) on 2023/07/26 11:23
From version 3.1
edited by Thomas Coelho
on 2022/12/01 09:41
on 2022/12/01 09:41
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-ckeditor-ui/14.9]
To version 5.1
edited by Thomas Coelho (local)
on 2023/07/26 11:23
on 2023/07/26 11:23
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-ckeditor-ui/15.5]
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. thw1 +XWiki.coelho - Content
-
... ... @@ -113,6 +113,9 @@ 113 113 $services.icon.renderHTML('unlock') 114 114 </button> 115 115 </dd> 116 + <dd class='hidden has-warning'> 117 + <span class="help-block outscaleWarning"></span> 118 + </dd> 116 116 <dt> 117 117 <label for="imageBorder"> 118 118 $escapetool.xml($services.localization.render('ckeditor.plugin.image.imageEditor.advancedTab.border.label')) ... ... @@ -165,10 +165,6 @@ 165 165 </form> 166 166 </div> 167 167 </div> 168 - <input type="hidden" name="defaultImageStylesRestURL" id="defaultImageStylesRestURL" 169 - value="$services.imageStyle.getDefaultImageStyleRestPath()" /> 170 - <input type="hidden" name="imageStylesRestURL" id="imageStylesRestURL" 171 - value="$services.imageStyle.getImageStylesRestPath()" /> 172 172 </div> 173 173 {{/html}} 174 174 #end
- XWiki.UIExtensionClass[0]
-
- Asynchronous rendering
-
... ... @@ -1,0 +1,1 @@ 1 +No - Extension Point ID
-
... ... @@ -1,0 +1,1 @@ 1 +org.xwiki.platform.template.header.after - Cached
-
... ... @@ -1,0 +1,1 @@ 1 +No - Extension Scope
-
... ... @@ -1,0 +1,1 @@ 1 +wiki - Extension ID
-
... ... @@ -1,0 +1,1 @@ 1 +org.xwiki.platform.ckeditor.imageEditorService.template.header.after - Executed Content
-
... ... @@ -1,0 +1,10 @@ 1 +{{velocity}} 2 +{{html}} 3 +<div class="hidden"> 4 +<input type="hidden" name="defaultImageStylesRestURL" id="defaultImageStylesRestURL" 5 + value="$escapetool.xml($services.imageStyle.getDefaultImageStyleRestPath())" /> 6 +<input type="hidden" name="imageStylesRestURL" id="imageStylesRestURL" 7 + value="$escapetool.xml($services.imageStyle.getImageStylesRestPath())" /> 8 +</div> 9 +{{/html}} 10 +{{/velocity}}