Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can link to internal pages with addLink(). As an argument, it takes a label that will be displayed on the screen and a constant that describes the page that the link will lead to.

link item
Tip
For a full description of the various internal pages you can link to with addLink(), see the reference.
Code Block
languagegroovy
themeMidnight
linenumbersfalse
controller.addLink('All Quotes', AppPages.QC_DETAILS_PAGE, null)

...