Content:
- Methods

Creates a customizable elegant text input.

tes = MUI.CreateTESearchElegant( width, hint, icon, iconPos, color, option ) → Object

Basic implementation.

Example - Basic click to expand contents 

By default icon is displayed on the left, you can place the icon to the right by passing Right to the iconPos argument.

Example - RightIcon click to expand contents 

To make a smaller input, just pass small to the option argument.

Example - Small click to expand contents 

To make a bordered input, you can pass border to the option argument.

Example - Border click to expand contents 

Methods

The following methods are available on the TESearchElegant object:

Focus()
GetCursorLine() → Number
GetText() → String
GetType() → String
GetVisibility() → String: “Show” or “Hide” or “Gone”
Gone()
IsEnabled() → Boolean
IsOverlap( obj, depth ) → Boolean
IsVisible() → Boolean
Redo()
Undo()