|
Rank: Newbie Groups: Member
Joined: 6/21/2009 Posts: 8
|
Dear Support, For the slide image control, is it possible custom position the navigator button on small item left and right instead of default bottom or top ?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi, What you will want to do is to use the Slide's NavPanelStyle to hide the built-in navigator buttons (by putting "display:none" in NavPanelStyle), then creating your own navigation UI. In your own navigation UI you would use the Slide's client side JavaScript API to perform all the sliding functionalities. You can find a working sample here: http://demo.essentialobjects.com/Demos/Slide/Client%20Side%20API/Demo.aspxYou can take a look of the source code of the sample to see how it works. Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 6/21/2009 Posts: 8
|
Yes, I find the method from your sample source code, thanks
|
|
Rank: Newbie Groups: Member
Joined: 6/21/2009 Posts: 8
|
I need to say thanks again to eo support, I always get problem solved in few minutes
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Glad to hear that. You are very welcome!
|
|