Rank: Newbie Groups: Member
Joined: 4/20/2011 Posts: 1
|
How do I hide the Slide Navigation Panel. I don't want to show the Navigation Panel just show the slides Big Item. Thanks,
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, You can do it by setting NavPanelStyle to a CSS class with "display:none". See here for a working example: http://demo.essentialobjects.com/Demos/Slide/Client%20Side%20API/Demo.aspxThe navigation buttons in this sample are NOT a part of the Slide control. It's regular HTML elements that handles click event with JavaScript, which then calls the Slide's client side interface to scroll the slide. Thanks!
|