Module controls.editbox

EditBox module

Functions

EditBox:SetText (newtext) Sets the EditBox text

Tables

EditBox EditBox fields.


Functions

EditBox:SetText (newtext)
Sets the EditBox text

Parameters:

  • newtext string text to be set

Tables

EditBox
EditBox fields. Inherits from Control.

Fields:

  • cursorColor {r,g,b,a} cursor color, (default {0,0,1,0.7})
  • align string alignment (default "left")
  • valign string vertical alignment (default "linecenter")
  • text string text contained in the editbox (default "")
  • cursor int cursor position (default 1)

See also:

generated by LDoc 1.4.0