m
Move page script moved page UISUMMARY EditBox to WoW:UISUMMARY EditBox without leaving a redirect
mNo edit summary |
m (Move page script moved page UISUMMARY EditBox to WoW:UISUMMARY EditBox without leaving a redirect) |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{widget|EditBox}} | ||
= Summary = | |||
== Summary == | |||
(See [[UIOBJECT EditBox|EditBox object information]] for details) | (See [[UIOBJECT EditBox|EditBox object information]] for details) | ||
= Methods = | == Methods == | ||
== Inherited UIObject Methods == | === Inherited UIObject Methods === | ||
[[UISUMMARY UIObject|UIObject object summary]] | [[UISUMMARY UIObject|UIObject object summary]] | ||
: [[API UIObject GetAlpha|UIObject:GetAlpha]] | : [[API UIObject GetAlpha|UIObject:GetAlpha]] | ||
| Line 11: | Line 12: | ||
: [[API UIObject SetAlpha|UIObject:SetAlpha]] | : [[API UIObject SetAlpha|UIObject:SetAlpha]] | ||
== Inherited FontInstance Methods == | === Inherited FontInstance Methods === | ||
[[UISUMMARY FontInstance|FontInstance object summary]] | [[UISUMMARY FontInstance|FontInstance object summary]] | ||
: [[API FontInstance GetFont|FontInstance:GetFont]] | : [[API FontInstance GetFont|FontInstance:GetFont]] | ||
| Line 30: | Line 31: | ||
: [[API FontInstance SetTextColor|FontInstance:SetTextColor]] | : [[API FontInstance SetTextColor|FontInstance:SetTextColor]] | ||
== Inherited Region Methods == | === Inherited Region Methods === | ||
[[UISUMMARY Region|Region object summary]] | [[UISUMMARY Region|Region object summary]] | ||
: [[API Region ClearAllPoints|Region:ClearAllPoints]] | : [[API Region ClearAllPoints|Region:ClearAllPoints]] | ||
| Line 53: | Line 54: | ||
: [[API Region Show|Region:Show]] | : [[API Region Show|Region:Show]] | ||
== Inherited Frame Methods == | === Inherited Frame Methods === | ||
[[UISUMMARY Frame|Frame object summary]] | [[UISUMMARY Frame|Frame object summary]] | ||
: [[API Frame CreateFontString|Frame:CreateFontString(["name"[,"layer"]])]] - Create and return a new FontString as a child of this Frame. | : [[API Frame CreateFontString|Frame:CreateFontString(["name"[,"layer"]])]] - Create and return a new FontString as a child of this Frame. | ||
| Line 118: | Line 119: | ||
: [[API Frame UnregisterEvent|Frame:UnregisterEvent("event")]] - Indicate that this frame should no longer be notified when event occurs. | : [[API Frame UnregisterEvent|Frame:UnregisterEvent("event")]] - Indicate that this frame should no longer be notified when event occurs. | ||
== EditBox Methods == | === EditBox Methods === | ||
: [[API EditBox AddHistoryLine|EditBox:AddHistoryLine("text")]] - Add text to the edit history. | : [[API EditBox AddHistoryLine|EditBox:AddHistoryLine("text")]] - Add text to the edit history. | ||
: [[API EditBox ClearFocus|EditBox:ClearFocus()]] | : [[API EditBox ClearFocus|EditBox:ClearFocus()]] | ||
| Line 152: | Line 153: | ||
: [[API EditBox ToggleInputLanguage|EditBox:ToggleInputLanguage()]] | : [[API EditBox ToggleInputLanguage|EditBox:ToggleInputLanguage()]] | ||
= Script Handlers = | == Script Handlers == | ||
== Inherited Frame Script Handlers == | === Inherited Frame Script Handlers === | ||
[[UISUMMARY Frame|Frame object summary]] | [[UISUMMARY Frame|Frame object summary]] | ||
: [[UIHANDLER OnChar|OnChar]] | : [[UIHANDLER OnChar|OnChar]] | ||
| Line 173: | Line 174: | ||
: [[UIHANDLER OnUpdate|OnUpdate]] | : [[UIHANDLER OnUpdate|OnUpdate]] | ||
== EditBox Script Handlers == | === EditBox Script Handlers === | ||
: [[UIHANDLER OnCursorChanged|OnCursorChanged]] | : [[UIHANDLER OnCursorChanged|OnCursorChanged]] | ||
: [[UIHANDLER OnEditFocusGained|OnEditFocusGained]] | : [[UIHANDLER OnEditFocusGained|OnEditFocusGained]] | ||
| Line 184: | Line 185: | ||
: [[UIHANDLER OnTextChanged|OnTextChanged]] | : [[UIHANDLER OnTextChanged|OnTextChanged]] | ||
: [[UIHANDLER OnTextSet|OnTextSet]] | : [[UIHANDLER OnTextSet|OnTextSet]] | ||