-
-
Notifications
You must be signed in to change notification settings - Fork 8
BoxEdit
João Cardoso edited this page Dec 5, 2019
·
3 revisions
EditBox is an editbox class which inherits from Editable and InputBoxTemplate. It provides no additional API.
local box = LibStub('Sushi-3.1').BoxEdit()
box:SetLabel('Salutation')
box:SetValue('Welcome')
box:SetCall('OnTextChanged', function(box, value)
print(value.. " to World of Warcraft!")
end)
This is the Sushi-3.1 wiki. Wiki Home