Element/GUI/Edit field: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
m (Добавление языков)
 
Line 9: Line 9:
{{GUI_functions}}
{{GUI_functions}}


[[en:Element/GUI/Edit field]]
[[ru:Element/GUI/Edit field]]
[[hu:Element/GUI/Edit field]]
[[hu:Element/GUI/Edit field]]

Latest revision as of 18:10, 14 April 2021

Example GUI edit field.

The GUI edit field class represents GUI edit fields in MTA'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