button={ label=Help action="xtpanel -file help/actions &" }
button={ label=Cancel action="QUIT" }
vbox={ name=noborder
vbox={
message={ 
 value="The following string is what gets printed," 
}
message={ 
 value="passed to the system, or saved." 
}
message={ 
 value="In it, you can refer to the value of this object as $$(val)." 
}
message={ 
 value="You can also refer to the values of other objects" 
}
message={ 
 value="using the names you have given the objects." 
}
text={ 
 name=outstring 
 editType=edit
 value="$$(val)" 
 height=50 width=500
}
}
button={ label="Click here when done" 
 action="echo 'action=""$(acttype) $(outstring)"" ' " 
 action=QUIT
}
}
