Changes for page WOText
Last modified by Pascal Robert on 2012/01/30 22:33
From version 10.1
edited by Pascal Robert
on 2012/01/30 22:33
on 2012/01/30 22:33
Change comment:
There is no comment for this version
To version 9.1
edited by Pascal Robert
on 2012/01/30 22:33
on 2012/01/30 22:33
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,4 +1,4 @@ 1 -{{toc/}} 1 +{{toc}}{{/toc}} 2 2 3 3 = Introduction = 4 4 ... ... @@ -19,21 +19,9 @@ 19 19 20 20 = Bindings = 21 21 22 -|((( 23 -value 24 -)))|((( 25 -During page generation, value specifies the text that is displayed in the text field. During request handling, value contains the text as the user left it. 26 -))) 27 -|((( 28 -name 29 -)))|((( 30 -The name that uniquely identifies this element within the form. You may specify a name or let WebObjects automatically assign one at runtime. 31 -))) 32 -|((( 33 -disabled 34 -)))|((( 35 -If disabled evaluates to true, the text area appears in the page but is not active. That is, value does not contain the user's input when the page is submitted. 36 -))) 22 +| value | During page generation, value specifies the text that is displayed in the text field. During request handling, value contains the text as the user left it. 23 +| name | The name that uniquely identifies this element within the form. You may specify a name or let WebObjects automatically assign one at runtime. 24 +| disabled | If disabled evaluates to true, the text area appears in the page but is not active. That is, value does not contain the user's input when the page is submitted. 37 37 38 38 = Examples = 39 39 ... ... @@ -41,12 +41,18 @@ 41 41 42 42 == WOD-style == 43 43 44 -{{code /}}32 +{{code}} 45 45 34 + 35 +{{/code}} 36 + 46 46 == Inline bindings (WOOGNL) == 47 47 48 -{{code /}}39 +{{code}} 49 49 41 + 42 +{{/code}} 43 + 50 50 = Related documents = 51 51 52 -[[ERXWOText>> url:http://wocommunity.org/documents/javadoc/wonder/latest/er/extensions/components/_private/ERXWOText.html||shape="rect"]]46 +[[ERXWOText>>http://wocommunity.org/documents/javadoc/wonder/latest/er/extensions/components/_private/ERXWOText.html]]