Changes for page FontAwesome
Last modified by teamwire005 on 2025/01/07 08:37
From version 1.1
edited by teamwire-admin
on 2020/08/26 13:09
on 2020/08/26 13:09
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-icon-fontawesome/11.10.8]
To version 2.1
edited by teamwire004
on 2024/01/16 09:32
on 2024/01/16 09:32
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-icon-fontawesome/14.10.13]
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (0 modified, 0 added, 1 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.teamwire -admin1 +XWiki.teamwire004 - Content
-
... ... @@ -1,7 +1,6 @@ 1 1 ## General settings 2 2 xwiki.iconset.type = font 3 3 xwiki.iconset.ssx = IconThemes.FontAwesome 4 -xwiki.iconset.jsx = IconThemes.FontAwesome 5 5 xwiki.iconset.render.wiki = {{html clean="false"}}<span class="fa fa-$icon"></span>{{/html}} 6 6 xwiki.iconset.render.html = <span class="fa fa-$icon"></span> 7 7 xwiki.iconset.icon.cssClass = fa fa-$icon ... ... @@ -156,6 +156,13 @@ 156 156 log-in=sign-in 157 157 log-out=sign-out 158 158 th=th 158 +translate=language 159 +minus-square = minus-square 160 +plus-square = plus-square 161 +filter = filter 162 +table_sort = sort 163 +fast-backward = fast-backward 164 +arrow_in = window-minimize 159 159 160 160 ## Silk icons for backward compatibility (see: http://design.xwiki.org/xwiki/bin/view/Proposal/Silk+Mapping). 161 161 accept = check ... ... @@ -288,7 +288,6 @@ 288 288 newspaper=newspaper-o 289 289 note=sticky-note-o 290 290 paintbrush=paint-brush 291 -page = file 292 292 page_white = file-o 293 293 page_white_acrobat = file-pdf-o 294 294 page_white_code = file-code-o
- XWiki.JavaScriptExtension[0]
-
- Caching policy
-
... ... @@ -1,1 +1,0 @@ 1 -long - Code
-
... ... @@ -1,13 +1,0 @@ 1 -// Sometimes IE8 loads the font *after* the rendering of the page so it does not display the icon correctly. 2 -// To fix this, we reload the stylesheet when we receive the 'document ready' event so that the browser recomputes 3 -// the display. Although, it does not solve everything (see https://jira.xwiki.org/browse/XWIKI-10813). 4 -require(['jquery'], function($) { 5 - // This hack concerns IE8 only 6 - if (navigator.userAgent.indexOf('MSIE 8.0') > -1) { 7 - $(function() { 8 - var link = $("link[href*='IconThemes/FontAwesome']"); 9 - link[0].href = link[0].href; 10 - }); 11 - } 12 -}); 13 - - Name
-
... ... @@ -1,1 +1,0 @@ 1 -IE8 fix - Parse content
-
... ... @@ -1,1 +1,0 @@ 1 -No - Use this extension
-
... ... @@ -1,1 +1,0 @@ 1 -onDemand