Modifications pour le document ImageEditorService
Modifié par Florent Charton le 2026/03/13 11:04
Depuis la version 1.1
modifié par superadmin
sur 2022/06/20 08:49
sur 2022/06/20 08:49
Commentaire de modification :
Install extension [org.xwiki.contrib:application-ckeditor-ui/1.63.1]
À la version 2.1
modifié par Florent Charton
sur 2022/06/28 18:01
sur 2022/06/28 18:01
Commentaire de modification :
Install extension [org.xwiki.contrib:application-ckeditor-ui/1.64.2]
Résumé
-
Propriétés de la Page (2 modifications, 0 ajouts, 0 suppressions)
-
Objets (0 modifications, 1 ajouts, 0 suppressions)
Détails
- Propriétés de la Page
-
- Auteur du document
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. superadmin1 +xwiki:XWiki.fcharton - Contenu
-
... ... @@ -51,7 +51,7 @@ 51 51 #set ($discard = $xwiki.linkx.use($services.webjars.url('selectize.js', 'css/selectize.bootstrap3.css'), 52 52 {'type': 'text/css', 'rel': 'stylesheet'})) 53 53 #set ($discard = $xwiki.ssfx.use('uicomponents/suggest/xwiki.selectize.css', true)) 54 - #set ($discard = $xwiki. jsx.use('CKEditor.ImageEditorService'))54 + #set ($discard = $xwiki.ssx.use('CKEditor.ImageEditorService')) 55 55 <select id="imageStyles"></select> 56 56 </dd> 57 57 #end ... ... @@ -100,12 +100,18 @@ 100 100 <dd> 101 101 <label> 102 102 $escapetool.xml($services.localization.render('ckeditor.plugin.image.imageEditor.advancedTab.size.width.label')) 103 - <input type=" number" name="imageWidth" id="imageWidth" />103 + <input type="text" name="imageWidth" id="imageWidth" /> 104 104 </label> 105 105 <label> 106 106 $escapetool.xml($services.localization.render('ckeditor.plugin.image.imageEditor.advancedTab.size.height.label')) 107 - <input type=" number" name="imageHeight" id="imageHeight" />107 + <input type="text" name="imageHeight" id="imageHeight" /> 108 108 </label> 109 + <button type="button" class="btn btn-default image-size-lock image-size-locked"> 110 + $services.icon.renderHTML('lock') 111 + </button> 112 + <button type="button" class="btn btn-default image-size-lock image-size-unlocked hidden"> 113 + $services.icon.renderHTML('unlock') 114 + </button> 109 109 </dd> 110 110 <dt> 111 111 <label for="imageBorder">
- XWiki.StyleSheetExtension[0]
-
- Mode de mise en cache
-
... ... @@ -1,0 +1,1 @@ 1 +long - Code
-
... ... @@ -1,0 +1,3 @@ 1 +#advanced .image-size-lock { 2 + margin-top: -2px; 3 +} - Content Type
-
... ... @@ -1,0 +1,1 @@ 1 +CSS - Parser le contenu
-
... ... @@ -1,0 +1,1 @@ 1 +Oui - Utiliser cette extension
-
... ... @@ -1,0 +1,1 @@ 1 +onDemand