Element/GUI/Edit field

From Multi Theft Auto: Wiki
Revision as of 21:08, 9 February 2008 by Awwu (talk | contribs) (New page: __NOTOC__ frame|Example GUI edit field. The GUI edit field class represents GUI edit fields in MTA:DM's GUI system. You can input text in these which you can afterwa...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Example GUI edit field.

The GUI edit field class represents GUI edit fields in MTA:DM's GUI system. You can input text in these which you can afterwards check from the script. It can be used, for example when making a registration system.

The element type of this class is "gui-edit".

Related scripting functions

Client

General functions

Browsers

Buttons

Checkboxes

Comboboxes

Edit Boxes

Gridlists

Memos

Progressbars

Radio Buttons

Scrollbars

Scrollpanes

Static Images

Tab Panels

Tabs

Text Labels

Windows