Changes for page WOText

Last modified by Pascal Robert on 2012/01/30 22:33

From version 3.1
edited by Pascal Robert
on 2011/05/08 02:18
Change comment: There is no comment for this version
To version 5.1
edited by Pascal Robert
on 2011/04/26 23:51
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,27 +2,15 @@
2 2  
3 3  = Introduction =
4 4  
5 -WOText generates a multi-line field for text input and display. It corresponds to the HTML element <TEXTAREA>.
6 -
7 7  = Usage =
8 8  
9 9  {{code}}
10 10  
11 -WOText {
12 - value=defaultValue;
13 - [name=fieldName;]
14 - [disabled=aBoolean;]
15 - ...
16 -}
17 17  
18 18  {{/code}}
19 19  
20 20  = Bindings =
21 21  
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.
25 -
26 26  = Examples =
27 27  
28 28  == Java methods ==