WoW:UIHANDLER OnTabPressed: Difference between revisions
Jump to navigation
Jump to search
no edit summary
mNo edit summary |
No edit summary |
||
| Line 12: | Line 12: | ||
-- As documented by [[user:egingell|egingell]] | -- As documented by [[user:egingell|egingell]] | ||
OnTabPressed event, insert an indent with: | |||
EditBox:Insert(" "); ''(4 spaces)'' | |||
This will insert 4 spaces at your cursor's position. A tab character or \t will not work, therefore spaces are used. | |||
--[[user:Muckles|Muckles]] | |||
{{DEFAULTSORT:OnTabPressed}} | {{DEFAULTSORT:OnTabPressed}} | ||