Changes for page Notification Messages

Last modified by Marius Dumitru Florea on 2021/08/24

From version 2.2
edited by Silvia Macovei
on 2010/05/10
Change comment: Added box for TOC
To version 3.1
edited by Guillaume Delhumeau
on 2011/12/22
Change comment: Links from git instead of svn

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.SilviaRusu
1 +XWiki.gdelhumeau
Content
... ... @@ -1,4 +1,6 @@
1 -{{box cssClass="floatinginfobox" title="**Contents**"}}{{toc/}}{{/box}}
1 +{{box cssClass="floatinginfobox" title="**Contents**"}}
2 +{{toc/}}
3 +{{/box}}
2 2  
3 3  {{warning}}
4 4  This tutorial is a work in progress.
... ... @@ -82,7 +82,8 @@
82 82  
83 83  Here is the example code of the XWiki widget which displays the ##inprogress## notification above:
84 84  
85 -{{code langauge="html"}}To see the notification in action just click <a href="#Example" onclick="new XWiki.widgets.Notification('This tutorial is a work in progress.', 'warning');">here</a>.
87 +{{code langauge="html"}}
88 +To see the notification in action just click <a href="#Example" onclick="new XWiki.widgets.Notification('This tutorial is a work in progress.', 'warning');">here</a>.
86 86  {{/code}}
87 87  
88 88  
... ... @@ -91,9 +91,9 @@
91 91  Check out the Javascript code:
92 92  
93 93  * for your wiki instance:**{{{http://localhost:8080/xwiki/bin/skin/resources/uicomponents/widgets/notification.js}}}**
94 -* from svn: [[http://svn.xwiki.org/svnroot/xwiki/platform/web/trunk/standard/src/main/webapp/resources/uicomponents/widgets/notification.js]].
97 +* from git: [[https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwiki-platform-web/src/main/webapp/resources/uicomponents/widgets/notification.js]].
95 95  
96 96  Check out the CSS code:
97 97  
98 98  * for your wiki instance:**{{{http://localhost:8080/xwiki/bin/skin/resources/uicomponents/widgets/notification.css}}}**
99 -* from svn: [[http://svn.xwiki.org/svnroot/xwiki/platform/web/trunk/standard/src/main/webapp/resources/uicomponents/widgets/notification.css]].
102 +* from git: [[https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwiki-platform-web/src/main/webapp/resources/uicomponents/widgets/notification.css]].

Get Connected