-
Notifications
You must be signed in to change notification settings - Fork 20
Controls
LibAddonMenu-2.0 offers many different control types that can be used to create your own settings menu. Some properties are shared between multiple control types, but each control may also have special properties that are unique to its type.
Submenu - A folding submenu which can contain other controls.
Header - A header label
Description - A text block
Texture - An image
Divider - A horizontal line
Checkbox - basic on/off switch
Slider - slider for numeric inputs
Editbox - text field
Dropdown - dropdown with text choices
Icon Picker - dropdown with icons
Color Picker - ingame color picker
Date Picker - Date picker
OrderListBox - Manually ordered list box
Panel - The container for all other controls
Button - Creates a button that can be used to trigger something
Custom - A basic control that can be extended to create your own types
General
Home
Differences between v1.0 and v2.0
Getting started
LAM2 for the Experienced Author
Reference
Exposed Methods on LAM2
LAM2 callbacks
Details on LAM2 data tables
LAM2 control widgets
Resources
Addons using LAM2
External controls
DatePicker widget
OrderListBox widget
SoundSlider widget
DualListBox widget
MultiSelectDropdown widget