{"id":35178364,"url":"https://github.com/hizuroswowaddons/libdropdownmenu","last_synced_at":"2026-03-01T02:30:17.576Z","repository":{"id":62067929,"uuid":"499621694","full_name":"HizurosWoWAddOns/LibDropDownMenu","owner":"HizurosWoWAddOns","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-20T08:31:54.000Z","size":213,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-20T18:13:46.799Z","etag":null,"topics":["addon","lua","wow","wow-addon","wow-addon-lib","wow-lib"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HizurosWoWAddOns.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-06-03T19:02:42.000Z","updated_at":"2026-01-20T08:31:59.000Z","dependencies_parsed_at":"2024-05-11T23:26:50.453Z","dependency_job_id":"a9c6fc01-f4b7-428d-82a1-f891361c2aa6","html_url":"https://github.com/HizurosWoWAddOns/LibDropDownMenu","commit_stats":null,"previous_names":[],"tags_count":57,"template":false,"template_full_name":null,"purl":"pkg:github/HizurosWoWAddOns/LibDropDownMenu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HizurosWoWAddOns%2FLibDropDownMenu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HizurosWoWAddOns%2FLibDropDownMenu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HizurosWoWAddOns%2FLibDropDownMenu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HizurosWoWAddOns%2FLibDropDownMenu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HizurosWoWAddOns","download_url":"https://codeload.github.com/HizurosWoWAddOns/LibDropDownMenu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HizurosWoWAddOns%2FLibDropDownMenu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28911820,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T08:15:08.179Z","status":"ssl_error","status_checked_at":"2026-01-30T08:14:31.507Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["addon","lua","wow","wow-addon","wow-addon-lib","wow-lib"],"created_at":"2025-12-28T23:45:55.202Z","updated_at":"2026-01-30T11:07:08.736Z","avatar_url":"https://github.com/HizurosWoWAddOns.png","language":"Lua","funding_links":["https://www.patreon.com/bePatron?u=12558524","https://paypal.me/hizuro"],"categories":[],"sub_categories":[],"readme":"# LibDropDownMenu (WoW AddOn Library)\n![Build](https://img.shields.io/github/actions/workflow/status/HizurosWoWAddOns/LibDropDownMenu/packager.yml?style=flat-square)\n![Tag](https://img.shields.io/github/v/tag/HizurosWoWAddOns/LibDropDownMenu?style=flat-square)\n![Downloads](https://img.shields.io/github/downloads/HizurosWoWAddOns/LibDropDownMenu/total?style=flat-square)\n![Downloads](https://img.shields.io/github/downloads/HizurosWoWAddOns/LibDropDownMenu/latest/total?style=flat-square)\n\u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp;\n[![Patreon](https://img.shields.io/badge/\u0026zwj;-Patreon-gray?logo=patreon\u0026color=red\u0026style=flat-square)](https://www.patreon.com/bePatron?u=12558524)\n[![Paypal](https://img.shields.io/badge/\u0026zwj;-Paypal-gray?logo=paypal\u0026color=blue\u0026style=flat-square)](https://paypal.me/hizuro)\n![Sponsors](https://img.shields.io/github/sponsors/HizurosWoWAddOns?logo=github\u0026style=flat-square)\n\n## Description\nThis is a converted version of Blizzards UIDropDownMenu from WoW Retail into a library accessable by LibStub. I update it from time to time to current retail version.\n\n**XML Errors in Retail**\\\n*Since Blizzards new xml error handling it is a problem to use xml templates in libraries. I've converted the templates into lua functions.*\n\n### Little extra with version r24\nSince version r24 this library has a little extra i've missed in original. I like to use easymenu but the original has no option to add a separator by menuList table.\n```lua\nlocal menuList = {\n\t{ text=\"Some text\", isTitle = true },\n\t{ separator = true }, -- new in r24\n\t{ text=\"More text\", func=function() end}\n}\n```\n\n@Blizzard feel free to add it to the original 🤓\n\n## The XML templates are converted into lua functions\n```\nUIDropDownMenuButtonTemplate into \u003clib\u003e.Create_DropDownMenuButton(\u003cname\u003e[,\u003cparent\u003e[,\u003coptsTable\u003e]]\u003e\nUIDropDownListTemplate into \u003clib\u003e.Create_DropDownMenuList(\u003cname\u003e[,\u003cparent\u003e[,\u003coptsTable\u003e]]\u003e\nUIDropDownMenuTemplate into \u003clib\u003e.Create_DropDownMenu(\u003cname\u003e[,\u003cparent\u003e[,\u003coptsTable\u003e]]\u003e\n```\nCurrently the optsTable can contain only one usable entry. { id=\u003cnumber\u003e }\n\n## Example\n```lua\nlocal lib = LibStub(\"LibDropDownMenu\");\nlocal menuFrame = lib.Create_DropDownMenu(\"MyAddOn_DropDownMenu\",UIParent); -- instead of template UIDropDownMenuTemplate\nlocal menuList = {\n\t{ text=\"TestTitle\", isTitle=true },\n\t{ text=\"TestFunction\", isNotRadio=true, notCheckable=false }\n};\nlib.EasyMenu(menuList,menuFrame,\"cursor\",0,0,\"MENU\");\n```\n\n## In .pkgmeta file\n```yaml\nexternals:\n  libs/LibDropDownMenu:\n    url: https://github.com/HizurosWoWAddOns/LibDropDownMenu\n    tag: latest\n```\n\n## My other projects\n* [On Curseforge](https://www.curseforge.com/members/hizuro_de/projects)\n* [On Github](https://github.com/HizurosWoWAddOns?tab=repositories)\n\n## Disclaimer\n\u003e World of Warcraft© and Blizzard Entertainment© are all trademarks or registered trademarks of Blizzard Entertainment in the United States and/or other countries. These terms and all related materials, logos, and images are copyright © Blizzard Entertainment.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhizuroswowaddons%2Flibdropdownmenu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhizuroswowaddons%2Flibdropdownmenu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhizuroswowaddons%2Flibdropdownmenu/lists"}