Changes for page WOCheckBox

Last modified by Filippo Laurìa on 2013/09/08 12:44

From version 4.1
edited by Pascal Robert
on 2011/05/08 01:22
Change comment: Migrated to Confluence 4.0
To version 5.1
edited by Filippo Laurìa
on 2013/09/08 12:44
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.probert
1 +XWiki.filippolauria
Content
... ... @@ -1,3 +1,5 @@
1 +
2 +
1 1  {{toc/}}
2 2  
3 3  = Introduction =
... ... @@ -9,7 +9,6 @@
9 9  = Usage =
10 10  
11 11  {{code}}
12 -
13 13  WOCheckBox {
14 14   value=defaultValue;
15 15   [selection=selectedValue;]
... ... @@ -59,10 +59,14 @@
59 59  
60 60  == WOD-style ==
61 61  
62 -{{code/}}
63 +{{code}}
64
65 +{{/code}}
63 63  
64 64  == Inline bindings (WOOGNL) ==
65 65  
66 -{{code/}}
69 +{{code}}
70 +<wo:checkbox name="MyCheck" checked = "~true" />
71 +{{/code}}
67 67  
68 68  = Related documents =