Back to Home
ESO Function Data v101037
SetSelectedItemText()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_combobox/zo_combobox_base.lua:202
--
function ZO_ComboBox_Base:SetSelectedItemText(itemText)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/contacts/keyboard/socialdialogs_keyboard.lua:152
--
self.allianceComboBox:SetSelectedItemText(entry.allianceText)
ingame/group/gamepad/zo_groupmenu_gamepad.lua:372
--
dropdown:SetSelectedItemText(GetString(selectedString))
ingame/guild/selectguilddialog.lua:63
--
self.guildComboBox:SetSelectedItemText(entry.guildText)
ingame/guild/zo_guildranks_shared.lua:294
--
dialog.copyComboBox:SetSelectedItemText(GetString(SI_GUILD_RANKS_COPY_NONE))
ingame/guild/zo_guildutils_common.lua:69
--
dropdown:SetSelectedItemText(text)
ingame/guild/gamepad/guildselector_gamepad.lua:43
--
self.control:SetSelectedItemText(selectedEntry.selectedText)
ingame/guild/gamepad/zo_guildranks_gamepad.lua:374
--
control.dropdown:SetSelectedItemText(self.ranks[self.selectedRankIndex].name)
ingame/guild/gamepad/zo_guildranks_gamepad.lua:376
--
control.dropdown:SetSelectedItemText(GetString(SI_GUILD_RANKS_COPY_NONE))
ingame/guild/keyboard/guildselector_keyboard.lua:51
--
self.comboBox:SetSelectedItemText(self.currentGuildText)
ingame/guild/keyboard/guildselector_keyboard.lua:159
--
self.comboBox:SetSelectedItemText(GUILD_BROWSER_TITLE)
ingame/guild/keyboard/guildselector_keyboard.lua:162
--
self.comboBox:SetSelectedItemText(selectedEntry.selectedText)
ingame/guild/keyboard/guildselector_keyboard.lua:181
--
self.comboBox:SetSelectedItemText(selectedEntry.selectedText)
ingame/guildfinder/guildrecruitment_manager.lua:137
--
dropDownControl:SetSelectedItemText(GetString(SI_GUILD_RECRUITMENT_DEFAULT_SELECTION_TEXT))
ingame/guildfinder/gamepad/guildbrowser_gamepad.lua:81
--
dropdown:SetSelectedItemText(GetString("SI_GUILDFOCUSATTRIBUTEVALUE", self.currentGuildListFocus))
ingame/guildfinder/gamepad/guildbrowser_gamepad.lua:83
--
dropdown:SetSelectedItemText(GetString(SI_GAMEPAD_GUILD_BROWSER_GUILD_LIST_SELECTOR_DEFAULT))
ingame/guildfinder/keyboard/guildbrowser_guildlist_keyboard.lua:500
--
comboBox:SetSelectedItemText(entry.name)
ingame/housingeditor/housesettings_manager.lua:174
--
dropdown:SetSelectedItemText(GetString(SI_DIALOG_COPY_HOUSING_PERMISSION_DEFAULT_CHOICE))
ingame/housingeditor/keyboard/housingfurnituresettings_keyboard.lua:182
--
self.comboBox:SetSelectedItemText(GetString("SI_HOUSEPERMISSIONDEFAULTACCESSSETTING", defaultAccess))
ingame/housingeditor/keyboard/housingfurnituresettings_keyboard.lua:238
--
comboBox:SetSelectedItemText(entry.name)
ingame/housingeditor/keyboard/housingfurnituresettings_keyboard.lua:413
--
dialog.presetsComboBox:SetSelectedItemText(entry.name)
ingame/housingeditor/keyboard/housingfurnituresettings_keyboard.lua:438
--
dialog.presetsComboBox:SetSelectedItemText(data.permissionPresetName)
ingame/housingeditor/keyboard/housingfurnituresettings_keyboard.lua:458
--
dialog.housesComboBox:SetSelectedItemText(entry.name)
ingame/housingeditor/keyboard/housingfurnituresettings_keyboard.lua:549
--
dialog.presetsComboBox:SetSelectedItemText(allPermissionPresets[defaultPreset])
ingame/housingeditor/keyboard/housingpathsettings_keyboard.lua:238
--
self.comboBox:SetSelectedItemText(GetString("SI_PATHFOLLOWTYPE", self.currentFollowType))
ingame/housingeditor/keyboard/housingpathsettings_keyboard.lua:263
--
comboBox:SetSelectedItemText(entry.name)
ingame/map/keyboard/worldmapfilters_keyboard.lua:87
--
comboBox:SetSelectedItemText(entry.name)
ingame/restyle/gamepad/restylestation_gamepad.lua:872
--
dropdown:SetSelectedItemText(GetString(SI_DYEING_SORT_BY_RARITY))
ingame/restyle/gamepad/restylestation_gamepad.lua:874
--
dropdown:SetSelectedItemText(GetString(SI_DYEING_SORT_BY_HUE))
libraries/zo_combobox/zo_combobox.lua:316
--
self:SetSelectedItemText(zo_strformat(self.multiSelectionTextFormatter, numSelectedEntries))
libraries/zo_combobox/zo_combobox.lua:321
--
self:SetSelectedItemText(self.noSelectionText)
libraries/zo_combobox/zo_combobox_base.lua:162
--
self:SetSelectedItemText("")
libraries/zo_combobox/zo_combobox_base.lua:211
--
self:SetSelectedItemText(itemText)
libraries/zo_combobox/zo_combobox_base.lua:221
--
self:SetSelectedItemText(item.name)
libraries/zo_combobox/gamepad/zo_combobox_gamepad.lua:638
--
self:SetSelectedItemText(zo_strformat(self.multiSelectionTextFormatter, numSelectedEntries))
libraries/zo_combobox/gamepad/zo_combobox_gamepad.lua:641
--
self:SetSelectedItemText(self.noSelectionText)
pregameandingame/zo_options/optionswindowtemplate.lua:327
--
dropdown:SetSelectedItemText(data.itemText[GetValidIndexFromCurrentChoice(data.valid, currentChoice)])
pregameandingame/zo_options/optionswindowtemplate.lua:329
--
dropdown:SetSelectedItemText(GetString(data.valueStringPrefix, currentChoice))
pregameandingame/zo_options/optionswindowtemplate.lua:331
--
dropdown:SetSelectedItemText(GetValueString(data.valueStrings[GetValidIndexFromCurrentChoice(data.valid, currentChoice)]))
pregameandingame/zo_options/optionswindowtemplate.lua:333
--
dropdown:SetSelectedItemText(tostring(currentChoice))
pregameandingame/zo_options/optionswindowtemplate.lua:537
--
dropdown:SetSelectedItemText(data.itemText[index])
pregameandingame/zo_options/optionswindowtemplate.lua:539
--
dropdown:SetSelectedItemText(GetString(data.valueStringPrefix, value))
pregameandingame/zo_options/optionswindowtemplate.lua:541
--
dropdown:SetSelectedItemText(GetValueString(data.valueStrings[index]))
pregameandingame/zo_options/optionswindowtemplate.lua:543
--
dropdown:SetSelectedItemText(valueString)