Class Qww.Ctls.GlobalSearch.Field
Javscript object to represent a field (listbox) which should be searched by the Qww.Ctls.GlobalSearch.Mgr.
Defined in: <JavaScript\QWW\QwwJs_GlobalSearchMgr.js>.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Qww.Ctls.GlobalSearch.Field(field)
Constructs a new Qww.Ctls.GlobalSearch.Field instance.
|
| Field Attributes | Field Name and Description |
|---|---|
|
String to use above the list of matching entries for this field.
|
|
|
Maximum number of letters to show in a result entry.
|
|
|
Maximum number of results to show for the field.
|
|
|
String to use when no matches are found against a particular field.
|
|
|
Id of listbox object in QlikView application to search.
|
|
|
Text to show when more results are available than shown.
|
|
|
Text to show for the select all results for this field link.
|
|
|
Title string to use in the search results list above the list of matching entries for this field.
|
Class Detail
Qww.Ctls.GlobalSearch.Field(field)
Constructs a new Qww.Ctls.GlobalSearch.Field instance.
- Parameters:
- {Object} field
- JSON Object containing information on field.
- {String} field.ObjectID
- Id of listbox object in QlikView application to search. Note that it is recommended you create specific copied/instances
- {String} field.Title Optional, Default: field.ObjectID
- Title string to use in the search results list above the list of matching entries for this field.
- {String} field.MatchText Optional, Default: "Were you looking for the following?"
- String to use above the list of matching entries for this field.
- {String} field.NoMatchText Optional, Default: "No Matches found."
- String to use when no matches are found against a particular field.
- {Int} field.MaxNumberOfLettersToShowInResult Optional, Default: -1
- Maximum number of letters to show in a result entry.
- {Int} field.MaxNumberOfResultsToShow Optional, Default: 10
- Maximum number of results to show for the field.
- {String} field.SelectAllText Optional, Default: "[Select All]"
- Text to show for the select all results for this field link.
- {String} field.ReduceResultsText Optional, Default: "lengthen search text to reduce results further..."
- Text to show when more results are available than shown.
Field Detail
{String}
MatchText
String to use above the list of matching entries for this field.
{Int}
MaxNumberOfLettersToShowInResult
Maximum number of letters to show in a result entry.
{Int}
MaxNumberOfResultsToShow
Maximum number of results to show for the field.
{String}
NoMatchText
String to use when no matches are found against a particular field.
{String}
ObjectID
Id of listbox object in QlikView application to search. Note that it is recommended you create specific copied/instances
{String}
ReduceResultsText
Text to show when more results are available than shown.
{String}
SelectAllText
Text to show for the select all results for this field link.
{String}
Title
Title string to use in the search results list above the list of matching entries for this field.
