Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there JavaScript for adding Previous / Next Custom Object Buttons?

LoriSutherland
Contributor III

I have a request to add Previous and Next buttons within one of our RSA Archer applications.  I have the code that creates the buttons, but I need them to be functional.  The functional part of the code is what I'm seeking.  Here is what I presently have:

<!DOCTYPE html>
<html>

  <head>
    <link rel="stylesheet" href="style.css">
    <script  defer ></script>
  </head>

  <body>
   <button id="left" style = "width: 90px; background-color:gold" ="getNext">Previous</button>
   <button id="right" style = "width: 90px; background-color:tomato" ="getNext">Next</button>
  </body>

</html>

13 REPLIES 13

Yes, I posted this as Idea some time ago.

 

Thanks.  I voted it up!

Thank you, Ilya.  I voted up and have asked my team to as well.