Click the name of the example below to save it as a file.
var oLessonMgr = MainWindow.getInteractiveLessonMgr(); oLessonMgr.begin([ { "action": "DzNewAction", "info" : "Info text goes here.", "optional" : true } ]);
var oLessonMgr = MainWindow.getInteractiveLessonMgr(); oLessonMgr.begin([ { "action": "DzNewAction", "info" : "Info text goes here.", "optional" : "Button text here" } ]);