You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
The only way a user running a form can input text is with the Textbox control.
Textboxes are meant for a small amount of input, one line only.
A Texteditor control would function the same as a textbox, but it would be meant for large amounts of text input. The text would be aligned from the top-left, and would have both a vertical and a horizontal scrollbar. The Text editor doesn't have to have it's text set by the user: the developer can write text in it as well. The control can also be disabled (greyed-out and unable to have text written). See below for an example.
This control is useful for creating Text Editor software, retrieving large amounts of text input from the user, or displaying large amount of text to the user. (Shakey-Games)
NOTE: Currently the listbox does some of this, and the only thing you can do with a listbox is to select lines and pass those values to it. This will allow the user to change the data like in a editor. (George McGinn)
The text was updated successfully, but these errors were encountered:
The only way a user running a form can input text is with the Textbox control.
Textboxes are meant for a small amount of input, one line only.
A Texteditor control would function the same as a textbox, but it would be meant for large amounts of text input. The text would be aligned from the top-left, and would have both a vertical and a horizontal scrollbar. The Text editor doesn't have to have it's text set by the user: the developer can write text in it as well. The control can also be disabled (greyed-out and unable to have text written). See below for an example.
This control is useful for creating Text Editor software, retrieving large amounts of text input from the user, or displaying large amount of text to the user. (Shakey-Games)
NOTE: Currently the listbox does some of this, and the only thing you can do with a listbox is to select lines and pass those values to it. This will allow the user to change the data like in a editor. (George McGinn)
The text was updated successfully, but these errors were encountered: