Changes for page WOTextField
Last modified by Ray Kiddy on 2021/05/03 20:17
From version 21.1
edited by Pascal Robert
on 2012/02/11 08:17
on 2012/02/11 08:17
Change comment:
Migrated to Confluence 5.3
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,0 +1,1 @@ 1 +Dynamic Elements - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. probert1 +XWiki.kiddyr - Content
-
... ... @@ -1,3 +1,5 @@ 1 + 2 + 1 1 {{toc/}} 2 2 3 3 = Introduction = ... ... @@ -16,6 +16,7 @@ 16 16 [name=fieldName;] 17 17 [disabled=aBoolean;] 18 18 [useDecimalNumber=aBoolean;] 21 + [size=aNumber;] 19 19 ... 20 20 } 21 21 ... ... @@ -59,6 +59,13 @@ 59 59 )))|((( 60 60 If useDecimalNumber evaluates to true and numberformat or formatter is not null, the element creates a BigDecimal value from the formatted string value. 61 61 ))) 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 +))) 62 62 63 63 = Examples = 64 64