[Xerte] Xerte2 - Page templates does not disable Navigation buttons
Tom Reijnders
reijnders at tor.nl
Fri Mar 25 12:18:30 GMT 2011
L.S.,
The Page Templates (of the standalone version) does not disable the
navigation buttons as intended.
- In the setup script I changed the following line:
if (templateData.learningObject[0].navigation.indexOf('Menu') != -1 ||
templateData.learningObject[0].navigation != undefined ){
into
if (templateData.learningObject[0].navigation.indexOf('Menu') != 0){
- I added the help button the other two sections:
if (templateData.learningObject[0].nfo != undefined){
rootIcon.helpBtn._visible = true;
rootIcon.helpBtn._x = 690;
}
Regards,
Tom
--
--
Tom Reijnders
TOR Informatica
Chopinlaan 27
5242HM Rosmalen
Tel: 073 5226191
Fax: 073 5226196
More information about the Xerte
mailing list