'Details' button on components page
Hi,
I am working on the ModernUI components page and I am trying to add a button, or even a link, called 'Details' to the current display. Basically, what we are trying to do is have a basic installation with as few necessary clicks as possible, but we want the user to be able to click this 'Details' button to bring up another page, such as the license page, which will have details about the program being installed. When the user closes this second page, it will go right back to the components page.
My question is:
a) Is there a way to add an additional button to the bottom of the components page that I can use in this capacity. (If not, I can attempt to create my own custom components page.)
b) I can make a function (showPage) that will call up this page, but how can I add the code to this new button or link that will call function showPage?
I have searched the documentation and I haven't seen anything like this. Am I trying to do something that is outside the intent of the installer?
Thanks in advance for your help.
-Mike