fortesinformatica / Sideshow

Sideshow is a powerful javascript library which aims to reduce your user's learning curve by providing a way to create step-by-step interactive tours. Explain the features of your application, control your end-user's interaction with your UI, emphasize what you're explaining in each step by masking it. Just think! The sky is the limit!
http://fortesinformatica.github.io/Sideshow
Apache License 2.0
86 stars 31 forks source link

Give user ability to customise buttons #14

Open DanielApt opened 9 years ago

DanielApt commented 9 years ago

Had a request to change the copy from Finish Wizard to OK.

Sideshow already has a dictionary and a language setting, but the user can't customise it without changing the source code.

I think we should allow providing a Sideshow.config.customDictionary property.


Also I think we should give the ability if the user wants to show the title of the next step or not.

I've had some buggy behaviour when the steps have autoskipping, where the title of the next step is shown, but when clicking it will bring me to the next step.

It might be useful to allow the user to customise this behaviour with something like Sideshow.config.hideNextTitle