User Tools

Site Tools


optional

Click the name of the example below to save it as a file.

Interactive_Lesson_Optional_Example_1.dsa
var oLessonMgr = MainWindow.getInteractiveLessonMgr();
oLessonMgr.begin([
{ 
	"action": "DzNewAction",
	"info" : "Info text goes here.",
	"optional" : true
}
]);
Interactive_Lesson_Optional_Example_2.dsa
var oLessonMgr = MainWindow.getInteractiveLessonMgr();
oLessonMgr.begin([
{ 
	"action": "DzNewAction",
	"info" : "Info text goes here.",
	"optional" : "Button text here"
}
]);