ESO Function Data v100013
SetSelectedItem()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_combobox/zo_combobox_base.lua:180
--
function ZO_ComboBox_Base:SetSelectedItem(itemText)
Local Function Definitions
No known local definitions for this function.
Function Calls
common/zo_addonmanager/zo_addonmanager.lua:321
--
self.characterDropdown:SetSelectedItem(all)
ingame/campaign/campaignselector.lua:61
--
self.comboBox:SetSelectedItem(homeCampaignDescription)
ingame/campaign/campaignselector.lua:73
--
self.comboBox:SetSelectedItem(localCampaignDescription)
ingame/campaign/campaignselector.lua:79
--
self.comboBox:SetSelectedItem(homeCampaignDescription)
ingame/contacts/keyboard/socialdialogs_keyboard.lua:152
--
self.allianceComboBox:SetSelectedItem(entry.allianceText)
ingame/group/gamepad/zo_groupmenu_gamepad.lua:430
--
dropdown:SetSelectedItem(GetString(selectedString))
ingame/guild/selectguilddialog.lua:62
--
self.guildComboBox:SetSelectedItem(entry.guildText)
ingame/guild/zo_guildranks_shared.lua:206
--
dialog.copyComboBox:SetSelectedItem(GetString(SI_GUILD_RANKS_COPY_NONE))
ingame/guild/zo_guildutils_common.lua:71
--
dropdown:SetSelectedItem(text)
ingame/guild/gamepad/guildselector_gamepad.lua:43
--
self.control:SetSelectedItem(selectedEntry.selectedText)
ingame/guild/gamepad/zo_guildranks_gamepad.lua:365
--
control.dropdown:SetSelectedItem(self.ranks[self.selectedRankIndex].name)
ingame/guild/gamepad/zo_guildranks_gamepad.lua:367
--
control.dropdown:SetSelectedItem(GetString(SI_GUILD_RANKS_COPY_NONE))
ingame/guild/keyboard/guildselector_keyboard.lua:39
--
selector.comboBox:SetSelectedItem(selector.currentGuildText)
ingame/guild/keyboard/guildselector_keyboard.lua:121
--
self.comboBox:SetSelectedItem(CREATE_WINDOW_TITLE)
ingame/guild/keyboard/guildselector_keyboard.lua:124
--
self.comboBox:SetSelectedItem(selectedEntry.selectedText)
ingame/guild/keyboard/guildselector_keyboard.lua:143
--
self.comboBox:SetSelectedItem(selectedEntry.selectedText)
ingame/interactwindow/keepclaimdialog.lua:386
--
self.currentDropdown:SetSelectedItem(self.selectedGuildName)
ingame/map/keyboard/worldmapfilters_keyboard.lua:92
--
comboBox:SetSelectedItem(entry.name)
ingame/stats/zo_stats_common.lua:66
--
dropdown:SetSelectedItem(zo_strformat(GetTitle(currentTitleIndex), GetRawUnitName("player")))
ingame/stats/zo_stats_common.lua:68
--
dropdown:SetSelectedItem(GetString(SI_STATS_NO_TITLE))
libraries/zo_combobox/zo_combobox_base.lua:145
--
self:SetSelectedItem("")
libraries/zo_combobox/zo_combobox_base.lua:188
--
comboBox:SetSelectedItem(item.name)
libraries/zo_templates/optionswindowtemplate.lua:184
--
dropdown:SetSelectedItem(data.itemText[GetValidIndexFromCurrentChoice(data.valid, currentChoice)])
libraries/zo_templates/optionswindowtemplate.lua:186
--
dropdown:SetSelectedItem(GetString(data.valueStringPrefix, currentChoice))
libraries/zo_templates/optionswindowtemplate.lua:188
--
dropdown:SetSelectedItem(GetString(data.valueStrings[currentChoice]))
libraries/zo_templates/optionswindowtemplate.lua:190
--
dropdown:SetSelectedItem(tostring(currentChoice))
libraries/zo_templates/optionswindowtemplate.lua:368
--
dropdown:SetSelectedItem(data.itemText[index])
libraries/zo_templates/optionswindowtemplate.lua:370
--
dropdown:SetSelectedItem(GetString(data.valueStringPrefix, value))
libraries/zo_templates/optionswindowtemplate.lua:372
--
dropdown:SetSelectedItem(GetString(data.valueStrings[value]))
libraries/zo_templates/optionswindowtemplate.lua:374
--
dropdown:SetSelectedItem(valueString)
pregame/charactercreate/keyboard/zo_charactercreate_keyboard.lua:844
--
self.m_dropdown:SetSelectedItem(entry.name)