Changes for page Confirmation Box

Last modified by Raphaƫl Jakse on 2023/01/19

From version 10.2
edited by Jerome
on 2009/10/09
Change comment: There is no comment for this version
To version 11.1
edited by Jerome
on 2009/10/09
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,9 +2,15 @@
2 2  
3 3  The Confirmation Box UI is an alternative to the old-fashioned browsers confirm boxes. It displays a nice popup box asking the user to confirm an action. Functions hooks are available on both confirm and cancel actions.
4 4  
5 -//The default confirmation box in action : //
5 +//Image of the confirmation box in action : //
6 6  image:confirmbox.png
7 7  
8 +{{html}}
9 +<a href="#" onclick="javascript:new XWiki.widgets.ConfirmationBox(behavior, interactionParameters);">
10 +Or click this link to see one live!
11 +</a>
12 +{{/html}}
13 +
8 8  == Usage ==
9 9  
10 10  {{code language="javascript"}}

Get Connected