logoWindUI Shiny

Button

Button element.

Button

Creation:

local Button = Tab:Button({ 
  Title="Button", 
  Desc="Test", 
  Locked=false, 
  Callback=function() end 
})

Methods:

MethodDescription
SetTitle(title)Update title
SetDesc(desc)Update description
Lock()Lock button
Unlock()Unlock button
Destroy()Remove button

On this page