Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F885880
bidi.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
405 B
Subscribers
None
bidi.js
View Options
if
(
!
dojo
.
_hasResource
[
"dijit._base.bidi"
]){
//_hasResource checks added by build. Do not use _hasResource directly in your code.
dojo
.
_hasResource
[
"dijit._base.bidi"
]
=
true
;
dojo
.
provide
(
"dijit._base.bidi"
);
// summary: applies a class to the top of the document for right-to-left stylesheet rules
dojo
.
addOnLoad
(
function
(){
if
(
!
dojo
.
_isBodyLtr
()){
dojo
.
addClass
(
dojo
.
body
(),
"dijitRtl"
);
}
});
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 6, 20:42 (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25265
Default Alt Text
bidi.js (405 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment