Xojo Documentation Xojo Documentation
  • Home
  • Get Started with Xojo
  • QuickStarts
  • Tutorials
  • Pi Programming
  • More Guides
  • Resources
  • User Guide
  • Language Reference
  • Release Notes
  • System Requirements
  • Deprecations
  • Videos
  • Feedback
  • Usage
  • Copyrights and Trademarks
  • What links here
  • Related changes
  • Special pages
  • Printable version
  • Permanent link
  • Page information
  • Log in
  • Xojo Documentation
  • Home
  • Get Started with Xojo
  • QuickStarts
  • Tutorials
  • Pi Programming
  • More Guides
  • Resources
  • User Guide
  • Language Reference
  • Release Notes
  • System Requirements
  • Deprecations
  • Videos
  • Feedback
  • Usage
  • Copyrights and Trademarks
  • What links here
  • Related changes
  • Special pages
  • Printable version
  • Permanent link
  • Page information

WebTextArea

From Xojo Documentation

Class (inherits from WebTextControl)


New in 2010r4

An editable text control that supports multiple lines. The web equivalent of the desktop TextArea control. However it does not currently support style runs.

Events
Closed LostFocus TextChanged
GotFocus Opening
Properties
AllowReturnKey LockBottom fa-lock-32.png Style
AllowSpellChecking LockHorizontal fa-lock-32.png TabIndex
Caption LockLeft fa-lock-32.png Text
ContextualMenu LockRight fa-lock-32.png TextAlignment
ControlID fa-lock-32.png LockVertical fa-lock-32.png Tooltip
Enabled MaximumCharactersAllowed Top
Height Name fa-lock-32.png Visible
Hint Page fa-lock-32.png Width
Indicator Parent fa-lock-32.png
Left ReadOnly
Methods
Close GotoURL SetFocus
ExecuteJavaScript SelectAll UpdateBrowser

Sample Code

Display some text in the TextArea:

TextArea1.Value = "Hello" + EndOfLine + "World!"

See Also

WebLabel, WebTextField, WebSearchField

Retrieved from "http://docs.xojo.com/index.php?title=WebTextArea&oldid=80915"
Categories:
  • Classes
  • Language Reference
  • Language Reference Index
  • New2010r4
  • Web
  • Text Controls
  • This page was last edited on 13 May 2021, at 20:20.
  • Privacy policy
  • About Xojo Documentation
  • Disclaimers
  • Send Doc Feedback
  • Docs for the Xojo programming language and IDE
  • Powered by MediaWiki