Changes for page Tour
Last modified by Ruud de Jong on 2024/07/13 22:39
From version 2.1
edited by Ruud de Jong
on 2024/07/13 22:39
on 2024/07/13 22:39
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-tour-ui/16.5.0]
To version 1.1
edited by Bart Vastenhouw
on 2023/04/13 11:47
on 2023/04/13 11:47
Change comment:
Copied from rejamexample:Tour.WebHome
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -xwiki:XWiki. RuuddeJong1 +xwiki:XWiki.BartVastenhouw
- XWiki.DocumentSheetBinding[0]
-
- Sheet
-
... ... @@ -1,1 +1,0 @@ 1 -TourCode.WebHomeSheet
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -14,7 +14,7 @@ 14 14 15 15 // Add a launch tour link to the actions column. 16 16 if (row.find('.actionLaunch').length == 0) { 17 - $('<a class="action actionLaunch">$ escapetool.javascript($services.icon.renderHTML("play"))$escapetool.javascript($escapetool.xml($services.localization.render("tour.livetable._actions.launch")))</a>')17 + $('<a class="action actionLaunch">$services.icon.renderHTML("play") $escapetool.javascript($escapetool.xml($services.localization.render("tour.livetable._actions.launch")))</a>') 18 18 .attr('href', targetPageDocument.getURL('view', 'startTour=true')) 19 19 .css('padding-left', '1px').appendTo(row.find('.actions')); 20 20 }