WoW:UIHANDLER OnTabPressed

From AddOn Studio
Revision as of 10:00, 17 March 2007 by WoWWiki>Egingell
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
EditBox:OnTabPressed()

Possible for inserting a tab character("\t")?

EditBox:SetScript("OnTabPressed", function()
 this:SetText(this:GetText().."\t");
end;

-- As documented by egingell