mirror of
https://github.com/nasa/openmct.git
synced 2025-03-18 10:05:22 +00:00
Updated tour
This commit is contained in:
parent
404b24a2f3
commit
785c94cae3
@ -152,7 +152,8 @@ define(
|
||||
placement: "top",
|
||||
xOffset: "center",
|
||||
yOffset: "center",
|
||||
arrowOffset: "100000px"
|
||||
arrowOffset: "100000px",
|
||||
nextOnTargetClick: true
|
||||
},
|
||||
{
|
||||
title: "Adding an Object",
|
||||
@ -162,6 +163,7 @@ define(
|
||||
" into the empty space in the example layout," +
|
||||
" Click 'Next' to continue.",
|
||||
target: "mct-tree ul.tree",
|
||||
yOffset: "100px",
|
||||
placement: "right"
|
||||
},
|
||||
{
|
||||
@ -174,7 +176,10 @@ define(
|
||||
},
|
||||
{
|
||||
title: "Elements Pool",
|
||||
content: "This area lists all objects in the current object. To remove an object, right-click it and choose 'Remove' from the context menu.",
|
||||
content: "When the object inspector is expanded, this " +
|
||||
"area lists all objects in the current object. " +
|
||||
"To remove an object, right-click it and choose 'Remove' " +
|
||||
"from the context menu.",
|
||||
target: ".holder-elements",
|
||||
placement: "left"
|
||||
},
|
||||
@ -183,7 +188,8 @@ define(
|
||||
content: "When you are done editing, click 'Save' to save and exit editing. To exit without saving any changes, click the 'X' button.",
|
||||
target: ".t-save",
|
||||
width: "200px",
|
||||
placement: "bottom"
|
||||
placement: "bottom",
|
||||
nextOnTargetClick: true
|
||||
},
|
||||
{
|
||||
title: "Object Types",
|
||||
|
Loading…
x
Reference in New Issue
Block a user