User Tools

Site Tools


locate_only

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

Interactive_Lesson_Locate_Only_Example_1.dsa
var oLessonMgr = MainWindow.getInteractiveLessonMgr();
oLessonMgr.begin([
{ 
	"action": "DzNewAction",
	"info" : "Info text goes here",
	"locate_only" : true
}
]);
Interactive_Lesson_Locate_Only_Example_2.dsa
var oLessonMgr = MainWindow.getInteractiveLessonMgr();
oLessonMgr.begin([
{ 
	"action": "DzNewAction",
	"info" : "Info text goes here",
	"locate_only" : "Tag text here"
}
]);