Just as a reference, here's the (working) default skin element, as inspected by browser :
Oh, now I remember: the default menuing system in LMS does not support weblink items. The web UIs shipped with LMS don't use this, they're running their own code in many places.
So what I did to work around this in MAI is that trackInfoMenu would actually not return that item, but you'd always get a command to get yet another level of menu. That additional level I'd implement in a specific CLI command, rather than through the generic menu system. This allows me to get weblinks in to the menu at the cost of an additional menu level. I don't know how feasible this is for your particular use case.
-- Michael _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
