Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F391670
ToolbarSeparator.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
657 B
Subscribers
None
ToolbarSeparator.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.ToolbarSeparator"
]){
dojo
.
_hasResource
[
"dijit.ToolbarSeparator"
]
=
true
;
dojo
.
provide
(
"dijit.ToolbarSeparator"
);
dojo
.
require
(
"dijit._Widget"
);
dojo
.
require
(
"dijit._Templated"
);
dojo
.
declare
(
"dijit.ToolbarSeparator"
,[
dijit
.
_Widget
,
dijit
.
_Templated
],{
templateString
:
"<div class=\"dijitToolbarSeparator dijitInline\"></div>"
,
postCreate
:
function
(){
dojo
.
setSelectable
(
this
.
domNode
,
false
);
},
isFocusable
:
function
(){
return
false
;
}});
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 22, 20:24 (1 d, 9 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24929
Default Alt Text
ToolbarSeparator.js (657 B)
Attached To
rZED Zed
Event Timeline
Log In to Comment