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", "locate_only" : true } ]);
var oLessonMgr = MainWindow.getInteractiveLessonMgr(); oLessonMgr.begin([ { "action": "DzNewAction", "info" : "Info text goes here", "locate_only" : "Tag text here" } ]);