Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F1139676
VerticalRule.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
627 B
Subscribers
None
VerticalRule.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.form.VerticalRule"
]){
dojo
.
_hasResource
[
"dijit.form.VerticalRule"
]
=
true
;
dojo
.
provide
(
"dijit.form.VerticalRule"
);
dojo
.
require
(
"dijit.form.HorizontalRule"
);
dojo
.
declare
(
"dijit.form.VerticalRule"
,
dijit
.
form
.
HorizontalRule
,{
templateString
:
"<div class=\"dijitRuleContainer dijitRuleContainerV\"></div>"
,
_positionPrefix
:
"<div class=\"dijitRuleMark dijitRuleMarkV\" style=\"top:"
,
_isHorizontal
:
false
});
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jul 21, 08:03 (15 h, 25 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26325
Default Alt Text
VerticalRule.js (627 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment