Difference between revisions of "GUISearchField"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the GUISearchField class)
 
(Documentation for the GUISearchField class)
Line 1: Line 1:
* '''Inherits class: [[GUISelectableComponent]]'''
+
*'''Inherits class: [[GUISelectableComponent]]'''
 
* This is a JavaScript visible object
 
* This is a JavaScript visible object
 
===Remarks <nowiki>[</nowiki>[{{fullurl:GUISearchField Remarks|action=edit}} edit]<nowiki>]</nowiki>===
 
===Remarks <nowiki>[</nowiki>[{{fullurl:GUISearchField Remarks|action=edit}} edit]<nowiki>]</nowiki>===

Revision as of 15:26, 18 November 2016

Remarks [edit]

Properties

GUIButton ClearButton {get;}
bool DisplayPreviousResults {get; set;}
int MaxStoredResults {get; set;}
int MinimumSearchLength {get; set;}
string Placeholder {get; set;}
GUILabel PlaceholderLabel {get;}
int RecentSearchCount {get;}
Single ResultsDelay {get; set;}
GUIImageBox SearchIcon {get;}
bool ShowClearButton {get; set;}
bool SubmitOnEnter {get; set;}
string Value {get; set;}

Events

OnSearchChanged(EventHandler<FlexibleEventArgs>)
OnTextChanged(EventHandler<FlexibleEventArgs>)

Methods

ReturnType AddRecent(DetailsBlock details, string recent)
ReturnType ClearRecents(DetailsBlock details)
ReturnType GetRecent(DetailsBlock details, int index)
ReturnType RemoveRecent(DetailsBlock details, string recent)
void SetFocus()