sample skeleton application with dojo toolkit & arcgis js api v 4.30
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

34 lines
594 B

.dojoxEllipsis,
.dojoxEllipsisShown {
white-space: nowrap;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
}
.dojoxEllipsis window {
width:100%;
-moz-user-focus:normal;
-moz-user-select:text;
}
.dojoxEllipsis description{
-moz-user-focus:normal;
-moz-user-select:text;
}
.dojoxEllipsisIFrame{
white-space: normal;
border: none;
width: 100%;
display: block;
height: 1px;
margin-top: -1px;
clear: both;
}
.dojoxEllipsisContainer{
width: 100%;
}
.dojoxEllipsisShown:after{
content: "\2026"
}