Module controls.textbox

TextBox module

Functions

TextBox:SetText (t) Set text

Tables

TextBox TextBox fields.


Functions

TextBox:SetText (t)
Set text

Parameters:

Tables

TextBox
TextBox fields. Inherits from Control.

Fields:

  • text string text contained in the editbox (default "")
  • autoHeight bool sets height to text size, useful for embedding in scrollboxes (default true)
  • autoObeyLineHeight bool (needs autoHeight) if true, autoHeight will obey the lineHeight (-> texts with the same line count will have the same height) (default true)
  • fontSize int font size (default 12)

See also:

generated by LDoc 1.4.0