SPA Application

0
0

Hello,

I’m a beginner with WiseJ but I’ve developed systems with VWG.
I’d like to develop solutions like SPA. When the user clicks on the menu like bootstrap navbar and opens a form inside a panel.
Do you have an example?

Tks

Luiz

 

  • You must to post comments
0
0

Wisej apps are always SPA (Single Page Application).

Examples are here. There is a NavBar sample using the NavigationBar extension. There is also the RibbonBar and MDIExample that can be useful. You may have to update the references.

https://github.com/iceteagroup/wisej-examples

  • You must to post comments
0
0

I will checkit.

Is it possible to open the menu item in the new browser tab?

http://prntscr.com/vrd7wl

By the way, this menu above WiseJ is cool, is there any way to use it?

Tks

  • You must to post comments
0
0

The wisej web site has nothing to do with Wisej the framework. You cannot open a new form/page in a new tab with SPA applications, since they are “single page”. If you open a new tab it’s a new session.

  • Luiz Lima
    Ok, understood. Is there a way to do a WiseJ application like MasterPage Aspx approach?
  • Luca (ITG)
    MasterPage.aspx is not an SPA. There is no navigation in SPAs. There is deep linking. You can create a main page, See the Page template. Assign a Page to Application.MainPage. There are many examples on our examples repo in Github. See downloads and examples on this web site. If you need consulting support please see our services page.
  • You must to post comments
0
0

Luca

I’ve tried to find some example to open a window in a new browser tab but I didn’t find any example in the WiseJ-examples project.

I’d like to do the same thing of your menu, could you take a look into my screenshot below?

http://prntscr.com/vtt1la

Thanks

  • You must to post comments
Showing 4 results
Your Answer

Please first to submit.