Skip to content
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.

Preview

Example

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)

Sushi-3.1 🍣

Documentation
Class Reference
Best Practices

Feedback
Post an issue

Clone this wiki locally