Native UI Types

Summary
Native UI Types
text_fieldA text input object.
Properties
textThe text stored in the input
Functions
text_field:setBorderWidthSet the width of the border

text_field

A text input object.

Inherits from: <displayobject>

Summary
Properties
textThe text stored in the input
Functions
text_field:setBorderWidthSet the width of the border

Properties

text

The text stored in the input

Functions

text_field:setBorderWidth

method text_field:setBorderWidth(width)

Set the width of the border

Parameters

widththe width of the border, zero for no border.
method text_field:setBorderWidth(width)
Set the width of the border
Close