Custom nav-next

Custom nav-next

by Andre Paz Leal -
Number of replies: 0

So this is my need, at first it look kind of simple, for me was just, hey create two another buttons inside the player.php, one before the tocmenu and another right after.

Ok so I did.

echo '<div id="scormnav" class="scorm-right"><input id="nav_prev" class="form-submit" type="submit" value="Previous" ></input>'.$result->tocmenu.'<input id="nav_next" class="form-submit" type="submit" value="Next"></input></div>';

Ok I got it it´s all fancy and just how I designed with the same blue buttom from the submit class and dadadada, now what I think, well I have a module.js that´s loaded within the page if I just change the element id for the same that´s used inside the JS file that should work right? So I got it wrong. Can someone enlighten me?

 

 

 

 

Average of ratings: -