Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F391493
VerticalRuleLabels.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
825 B
Subscribers
None
VerticalRuleLabels.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.VerticalRuleLabels"
]){
dojo
.
_hasResource
[
"dijit.form.VerticalRuleLabels"
]
=
true
;
dojo
.
provide
(
"dijit.form.VerticalRuleLabels"
);
dojo
.
require
(
"dijit.form.HorizontalRuleLabels"
);
dojo
.
declare
(
"dijit.form.VerticalRuleLabels"
,
dijit
.
form
.
HorizontalRuleLabels
,{
templateString
:
"<div class=\"dijitRuleContainer dijitRuleContainerV dijitRuleLabelsContainer dijitRuleLabelsContainerV\"></div>"
,
_positionPrefix
:
"<div class=\"dijitRuleLabelContainer dijitRuleLabelContainerV\" style=\"top:"
,
_labelPrefix
:
"\"><span class=\"dijitRuleLabel dijitRuleLabelV\">"
,
_calcPosition
:
function
(
_1
){
return
100
-
_1
;
}});
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 22, 20:24 (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25284
Default Alt Text
VerticalRuleLabels.js (825 B)
Attached To
rZED Zed
Event Timeline
Log In to Comment