Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F885348
MenuBarItem.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
956 B
Subscribers
None
MenuBarItem.js
View Options
/*
Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved.
Available via Academic Free License >= 2.1 OR the modified BSD license.
see: http://dojotoolkit.org/license for details
*/
if
(
!
dojo
.
_hasResource
[
"dijit.MenuBarItem"
]){
dojo
.
_hasResource
[
"dijit.MenuBarItem"
]
=
true
;
dojo
.
provide
(
"dijit.MenuBarItem"
);
dojo
.
require
(
"dijit.MenuItem"
);
dojo
.
declare
(
"dijit._MenuBarItemMixin"
,
null
,{
templateString
:
dojo
.
cache
(
"dijit"
,
"templates/MenuBarItem.html"
,
"<div class=\"dijitReset dijitInline dijitMenuItem dijitMenuItemLabel\" dojoAttachPoint=\"focusNode\" waiRole=\"menuitem\" tabIndex=\"-1\"'\n\t\tdojoAttachEvent=\"onmouseenter:_onHover,onmouseleave:_onUnhover,ondijitclick:_onClick\">\n\t<span dojoAttachPoint=\"containerNode\"></span>\n</div>\n"
),
attributeMap
:
dojo
.
delegate
(
dijit
.
_Widget
.
prototype
.
attributeMap
,{
label
:
{
node
:
"containerNode"
,
type
:
"innerHTML"
}})});
dojo
.
declare
(
"dijit.MenuBarItem"
,[
dijit
.
MenuItem
,
dijit
.
_MenuBarItemMixin
],{});
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 6, 15:14 (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23358
Default Alt Text
MenuBarItem.js (956 B)
Attached To
rZED Zed
Event Timeline
Log In to Comment