Arcgis Directions Widget Change position

377
1
Jump to solution
04-07-2018 05:57 AM
EssaddekMohammed
New Contributor II

Hello,

I would like to know if it is possible to move the whole directions widget container to another div after his full loading?

Or there is a way to load it into a specific div directly ?

Regards.

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Essaddek,

 Maybe I am not under standing your question but, right in the dijits constructor you specify a source node to create the dijit in.

new Directions(options, srcNodeRef)

Creates a new Directions dijit using the given DOM node.

View solution in original post

0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus

Essaddek,

 Maybe I am not under standing your question but, right in the dijits constructor you specify a source node to create the dijit in.

new Directions(options, srcNodeRef)

Creates a new Directions dijit using the given DOM node.
0 Kudos