Last change
on this file since 525 was
483,
checked in by hendrikvanantwerpen, 11 years ago
|
Added Dojo 1.9.3 release.
|
File size:
427 bytes
|
Line | |
---|
1 | define([ |
---|
2 | "dojo/_base/declare", // declare |
---|
3 | "./PopupMenuItem", |
---|
4 | "./MenuBarItem" |
---|
5 | ], function(declare, PopupMenuItem, MenuBarItem){ |
---|
6 | |
---|
7 | // module: |
---|
8 | // dijit/PopupMenuBarItem |
---|
9 | |
---|
10 | var _MenuBarItemMixin = MenuBarItem._MenuBarItemMixin; |
---|
11 | |
---|
12 | return declare("dijit.PopupMenuBarItem", [PopupMenuItem, _MenuBarItemMixin], { |
---|
13 | // summary: |
---|
14 | // Item in a MenuBar like "File" or "Edit", that spawns a submenu when pressed (or hovered) |
---|
15 | }); |
---|
16 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.