UI menu: help needed.
UI menu: help needed.
Hi,
I've been working on my toolbar plugin, and i'm looking to know if you
can convert a list to a menu on the file, or append a menu to
something, I'm creating the dom on the fly based on (hopefully) :
$(...).toolbar({
menu: {
{text: 'item1', ...other required menu things here...},
{text: 'item2', ...other required menu things here...}
}
});
which would create a button with a menu similar to that, that ext.js
creates. This would enable buttons with drop-down menus, which could
quite possibly be a useful feature.
Any help on this is thanked,
Cheers Miksago.