Intro.js: How to change text of `introjs-donebutton`?

Created on 31 Aug 2017  路  2Comments  路  Source: usablica/intro.js

Default text of introjs-donebutton is done. I want to change this text for my case.

How to do it? Thanks.

Most helpful comment

var intro = introJs();

intro.setOptions({ doneLabel : 'Whatever you want' });

intro.start();

See option here: https://github.com/usablica/intro.js/blob/master/intro.js#L40

All 2 comments

var intro = introJs();

intro.setOptions({ doneLabel : 'Whatever you want' });

intro.start();

See option here: https://github.com/usablica/intro.js/blob/master/intro.js#L40

Thanks @bozdoz

Was this page helpful?
0 / 5 - 0 ratings

Related issues

alexandernst picture alexandernst  路  5Comments

janroesner picture janroesner  路  6Comments

mdtrooper picture mdtrooper  路  7Comments

Floby picture Floby  路  4Comments

pehuensolari picture pehuensolari  路  5Comments