Creates a new GUISelect
Name | Type | Description |
---|---|---|
id | string | The id and name element |
options | json | Options of element |
guimanager | GUIManager | The gui manager |
callback | function | Trigger function by change (optional) |
append | bool | is added to the <body>. => True by default (optional) |
Add option in the GUISelect
Find option selected in the GUISelect
Delete option value in the GUISelect
Change old value by new value
Add atribute selected item
Set this GUI element to visible or invisible
Returns element if is visible or no
Dispose the GUISelect, and delete element.