WoW:API EditBox AddHistoryLine: Difference between revisions
Jump to navigation
Jump to search
AddHistoryLine -Documentation by DerGhulbus-
No edit summary |
({{widgetmethod}}) |
||
Line 1: | Line 1: | ||
{{widgetmethod}} | |||
<center>'''AddHistoryLine''' ''-Documentation by DerGhulbus-''</center> | <center>'''AddHistoryLine''' ''-Documentation by DerGhulbus-''</center> | ||
Line 19: | Line 21: | ||
-- | -- | ||
Revision as of 11:47, 10 June 2006
← Widget API ← EditBox < AddHistoryLine
editBox:AddHistoryLine(String);
Adds the String cmdString to the editBox's history. You may cycle through the history by using the Cursor Keys for Up and Down.
- Arguments
- String
- String
- the string that is added to the history
- Returns
- ???
- Details
--