viewON view within view (Static Menu Bar)

In viewON, how do you create a view that stays on the page, with other views changing.

Basically I am trying to have a static menu bar, but I don’t want to reload it everytime I go to a new page.

I can insert it as a view onto another view, but I can’t change the view below.

I would have thought a button could change the view of a particular view within the page.

If I get a button, the only view it can apply the new view to is the master view, or a new tab.

image

So basically what I would like is 1 master page, at the top it has the menu view, then underneath has page1 view, then when I click the page 2 button on the menu, it changes the page1 view and loads page2 view in its place.

Hope the question was clear.

Thanks

@tomcs123

ViewON is not designed to create a single page application. You will basically want to create your menu on one page and then simply copy the menu bar and paste it into the other view where you need it.

Now if you decide to write some custom javascript you could probably make something kind of like this happen but that will require some pretty specific javascript to achieve.