Buttons

Does anyone have an example of how a button could be used to jump to a different page?

Hi @blackhollow

You can add this for exemple
<button name="customBtn" title="Click Me!" onClick="action.view.of.a.different.page" icon="fa-check-square-o" />

1 « J'aime »

Thanks, @matthias

I will give this a try. Will this also work for jumping to a different website?

Like that,

<button name="customBtn" title="Click Me!" icon="fa-check-square-o" link="https://www.google.fr"/>