Skip to content
R41z0r edited this page Jun 13, 2026 · 2 revisions

Contents

Notes provide hover help for controls and additional page documentation.

Supported control fields:

  • note
  • notes
  • richNote
  • richNotes

Control note example

Rich note image example

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

Clone this wiki locally