| Cloud Business App Edition > Wijmo Control Extensions > Controls > Menu |
Menu is a collection control, which extends the functionality of ComboBox. It shows a text element along with a drop-down list of clickable items. These items are commands, which can be invoked on click by users.
| Example Title |
Copy Code
|
|---|---|
myapp.MenuGettingStarted.Menu_render = function (element, contentItem)
{
var menu = new c1.cba.Menu($(element), contentItem);
};
|
|