Loosing fubction after Preview

I loose the Reset - Save & Simulation function after preview.

To help further investigate, please provide the following…

  • Project URL address so that we can review
  • Please clarify what you meant by ‘I loose the Reset’
  • Provide steps to reproduce that caused the issue
  • What page of your project did this occur on?

The previous problem has been solved. Sorry for late reply. I became ill.
Now I have a major problem that I lost an very extensive ‘decn’ page (tabbed decisions) completely. It has been replaced by an empty completely different pagetype (‘Scenario specification’ see menu lable '‘SCENARIO INVOER’ ) . Is it possible for you to recover my original page? This page was still OK before 10.00 PM our time. today.
Furthermore I’m not able ad a link in a page text allowing the user to go to go to an other page within the application immediately without navigating. Is this possible anyhow? It would very much improve my application which is rather complex. Trying to get this done caused the problem mentioned before.
The URL of my application is https://forio.com/epicenter/j_dewitte/circular-dynamics-bouw-02/static/files/pages.
Thanks for your attention. Joaquim de Witte

Hi,

We’vehad separate correspondence about restoring the backup. Let us know if that solves your issue.

Regarding the page navigation. For pages that contain a button (e.g. decisions), you can add a new button with operaton “UI:navigate to” which can be used to go to a new page.

For pages that do not currently support adding buttons, you can add this via editing the HTML directly. Go to the “interface” tab. Find the page you want to add the button to. Include this HTML (or something similar):

<div class="action"><button class="btn f-action-button btn-default" data-f-on-click="js:goto(#run_manager.html)">navigate</button></div>

This will create a button that will navigate to the specified page. (in the example above, to run_manager.html).