Changes for page WOCheckBox

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

From version 6.1
edited by Filippo Laurìa
on 2013/09/08 12:44
Change comment: Migrated to Confluence 5.3
To version 4.1
edited by Pascal Robert
on 2011/05/08 01:22
Change comment: Migrated to Confluence 4.0

Summary

Details

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