word_wrap_onsubmit

LANSA WAM

word_wrap_onsubmit

This property specifies how the weblet should handle word-wrapping when submitting the text If true, long lines of text are automatically wrapped at a width of cols characters If a fixed-width font is used for the text area then this wrapping will match what the user sees on screen.

If false, long lines of text will not be wrapped.

Note that, to avoid data loss, word wrapping will still occur at the maximum width of the list_text_fieldname field regardless of the value of this property.

Default value

false()

Valid values

Boolean values true() or false() or any expression that evaluates to true or false.