Forum Discussion
JoeyCamilleri
12 years agoCommunity Member
Remove Prev and Next Button from a Layers
Hello
Is there a way to have the next and prev button from the slide navigation control removed from the slide layer?
I have multiple layers on a slide and I have created a close button on eac...
BobWiker
10 years agoCommunity Member
Regarding usability and best practice, it would be better to disable the Next/Prev buttons rather than hide them altogether.
Depending on what you want, you could set the standard built-in Next/Prev buttons to 'disabled' when the page opens and then set a Trigger to enable them after all layers have been 'visited'. The Close button on each layer could serve as your 'visited' control if you set it up to have a Visited state. Here's a listing of the steps:
- Disable Next/Prev when page opens.
- Enable Next/Prev if layer01CloseBtn and Layer02CloseBtn and Layer03CloseBtn are 'visited'
- Add a 'Visited' state to each layer's Close button.