application problem in dojox

600
0
12-09-2016 04:47 AM
BulbulMajumder1
New Contributor III

I have used the following snippet in my html for displaying a map

 

<div id="mapView" data-dojo-type="dojox.mobile.View" data-dojo-props="selected: true">
<div id="mapContainer" data-dojo-type="dojox.mobile.ContentPane">
<div id="map"></div>

 

If I do not use [dojox requires] in that html

 

The html shows only span button. Only clicking on span, the map is being displayed.

 

I would like to get the map on-screen and use spans to navigate the map.

 

Now, if I include the [dojox requires] in the same html

the html page becomes completely empty.

 

Please help.

0 Kudos
0 Replies