-
Notifications
You must be signed in to change notification settings - Fork 0
Notes
Notes provide hover help for controls and additional page documentation.
Supported control fields:
notenotesrichNoterichNotes
| Field | Type | Description |
|---|---|---|
title |
string | Optional heading. |
text |
string | Body text. |
blocks |
table | Ordered rich blocks. |
order |
number | Sort order. |
visible / condition
|
function | Conditional display. |
color |
table | Text color. |
font |
string | Font object/template. |
note = {
title = "Details",
text = "Configure layout, display, bars, fonts, colors, and behavior in Edit Mode.",
}notes = {
{
title = "Preview",
blocks = {
{ text = "Use preview mode before entering combat." },
{ type = "spacer", height = 8 },
{
image = "Interface\\AddOns\\MyAddon\\Media\\preview.tga",
width = 256,
height = 144,
},
},
},
}The note panel measures rendered font height and removes the trailing row gap from the final panel height. This keeps top and bottom padding visually even.
Wiki
• Home
• Architecture
• Vendoring
• Quick Start
• Field Glossary
• Troubleshooting
• Validation
Reference
⚬ Config API
⚬ UI API
⚬ Elements
⚬ Examples
Elements
Structure
• Category
• Page
• Group
• Dashboard
• InfoPage
• Custom
Controls
• Toggle
• CheckboxDropdown
• Dropdown
• MultiDropdown
• SoundDropdown
• Input
• Slider
• Button
Advanced
• ColorPicker
• ColorPalette
• ColorOverrides
• ReorderList
• Expandable
• Notes
Examples
Start
• Minimal Addon
• Complete Settings Center
• Wrapper Bridge Pattern
Data and Behavior
• Dependent Controls
• Nested Database Values
• Dynamic Dropdowns
• Runtime Refresh
• Search and New Badges
• Custom Hosted Editors
Polish
• Support Links
• Theme Colors
• Theme Borders