Override the zoomslider with custom jquery slider?

2076
2
Jump to solution
12-16-2013 08:02 PM
ManishkumarPatel
Occasional Contributor II
I need to override the zoom slider using the custom jquery slider for map navigation. I hide the default zoom slider using the below:

map = new esri.Map("map", {
            nav: true,
            isPan: false,
            isZoomSlider: false,
            slider: false
        });


I have a custom jquery slider on the map which needs to handle the zoom slider event.

Any ideas???

Thanks,
Manish
0 Kudos
1 Solution

Accepted Solutions
ManojrajTeli
Occasional Contributor II
Hi Manish

This example will serve your purpose
Zoom Slider

Thanks,
Manojraj

View solution in original post

0 Kudos
2 Replies
ManojrajTeli
Occasional Contributor II
Hi Manish

This example will serve your purpose
Zoom Slider

Thanks,
Manojraj
0 Kudos
ManishkumarPatel
Occasional Contributor II
Thanks Manojraj. It worked like a charm!!!

That is exactly what I was looking for. I might customise a bit as per my needs 🙂

Best Regards,
Manish Patel
0 Kudos