Changes for page WOTextField

Last modified by Ray Kiddy on 2021/05/03 20:17

From version 22.1
edited by Ray Kiddy
on 2021/05/03 20:17
Change comment: add size parameter
To version 21.1
edited by Pascal Robert
on 2012/02/11 08:17
Change comment: Migrated to Confluence 5.3

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,0 @@
1 -Dynamic Elements
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.kiddyr
1 +XWiki.probert
Content
... ... @@ -1,5 +3,3 @@
1 -
2 -
3 3  {{toc/}}
4 4  
5 5  = Introduction =
... ... @@ -18,7 +18,6 @@
18 18   [name=fieldName;]
19 19   [disabled=aBoolean;]
20 20   [useDecimalNumber=aBoolean;]
21 - [size=aNumber;]
22 22   ...
23 23  }
24 24  
... ... @@ -62,13 +62,6 @@
62 62  )))|(((
63 63  If useDecimalNumber evaluates to true and numberformat or formatter is not null, the element creates a BigDecimal value from the formatted string value.
64 64  )))
65 -|(% colspan="1" %)(% colspan="1" %)
66 -(((
67 -size
68 -)))|(% colspan="1" %)(% colspan="1" %)
69 -(((
70 -Sets the size of the text field based on some calculated width of a character. Sets the visual size, not the size of the string allowed in the field.
71 -)))
72 72  
73 73  = Examples =
74 74