Element Details: Auto+Complete
 Back


Available in: Logi Info Source code name: AutoCompleteIntroduced in: 12.0.036

AutoComplete lists suggested values from a DataLayer.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
ColumnName
UserDefined
(Required) The name of a column in the table.
ID
UserDefined
The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.
MultiSelect
True
False
When set to True, the user may select multiple options. All the selected values may be referenced with @Request.x~, where "x" is the ID of the list element. (@Request.x~ just returns the first selected value.) Normally, each value is separated by a comma. Frequently, these values are used in SQL "IN" clauses in conjunction with the @SingleQuote token. For example: ...WHERE LastName IN(@SingleQuote.Request.x)... For the InputSelectList, the user may choose more than one selection by clicking while holding down the Ctrl and Shift keys. When using the DefaultValue attribute, you may have more than one pre-selected value. Again, these values are normally separated by a comma. For the InputSelectList the default is False. For the InputCheckboxList the default is True.
TooltipColumn
UserDefined
For a value different than the default tooltip value, set this to a column returned from the DataLayer. It represents the tooltip value for each item.



PARENT ELEMENTS

Click element to drill down for more information.

Input Email Input Text


CHILD ELEMENTS

Click element to drill down for more information.

DataLayer.ActiveSQL
DataLayer.Bookmarks
DataLayer.Cached
DataLayer.CSV
DataLayer.Definition List
DataLayer.Directory
DataLayer.Excel
DataLayer.Fixed Format File
DataLayer.Google App
DataLayer.Google Spreadsheet
DataLayer.JSON
DataLayer.LDAP
DataLayer.LDAP Authentication
DataLayer.Linked
DataLayer.MDX
DataLayer.Mongo Find
DataLayer.Mongo Map Reduce
DataLayer.Mongo Run Command
DataLayer.REST
DataLayer.SP
DataLayer.SQL
DataLayer.Static
DataLayer.Twitter
DataLayer.Web Feed
DataLayer.Web Service
DataLayer.XML
DataLayer.XOLAP Query


 Back to top


 Chart Debug