Page History
このプロパティはテキストを送る時にウェブレットがワードラップをどのように扱うかを指定します。trueの場合、長いテキスト行は自動的にcolsの文字幅で折り返されます。固定幅のフォントがテキスト・エリアに使用されている場合、この折り返しはユーザーに画面上に表示されるものと一致します。
falseの場合、長いテキスト行は折り返されません。
データの消失を避けるため、このプロパティの値に関係なく、
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.
...
フィールドの最大幅でワードラップが実行されます。
デフォルト値
false()
...
有効値
Boolean values true() or か false() or any expression that evaluates to true or false. のブール値、もしくはtrueかfalseで解が得られる式