Note: | The nUISearchEntry NativeUI object is similar to the nUIEntryElement NativeUI object except that the nUISearchEntry object does not allow masking the entry field. |
Value | Meaning |
** | Alphanumeric field |
N* | Numeric-only field |
Android | Android devices generate an EVT_TRIGGER event when a user selects the button adjacent to the text field. |
iOS | iOS devices generate an EVT_TRIGGER event when a user presses the Search or Enter key. Hint text does not display in multi-line entry boxes. |
Windows Phone | Windows Phone devices generate an EVT_TRIGGER event when a user selects the button adjacent to the text field or when a user presses a Search or Enter key. |
Windows RT Windows 8 | Windows RT/Windows 8 devices generate an EVT_TRIGGER event when a user selects the button adjacent to the text field or when a user presses the Enter key. |
Other | Devices generate an EVT_TRIGGER event when a user presses the Search or Enter key. |
Platform | Platform-Specific Class and Illustration | |
Android (API < 14) | Custom object based around android.widget.EditText with an android.widget.ImageButton | |
Normal | With Focus | |
Android (API >= 14) | android.widget.SearchView | |
Normal | With Focus | |
iOS 7 | UISearchBar | |
Normal | With Focus | |
iOS 6 | UISearchBar | |
Normal | With Focus | |
Windows Phone | TextBox with the Button | |
Normal | With Focus | |
Windows RT Windows 8 | Custom element based on Windows.UI.Xaml.Controls.Button and TextBox | |
Other | Normal | With Focus |