Add custom HTML content to Default.html

0
0

Is it possible to add custom HTML content (a DIV in BODY part) in the WiseJ’s Default.html ?
I would like to add a custom banner/toast which I would like to display and hide to show informational messages…

  • You must to post comments
0
0

Hi Tobias

 

You can add any html element to default.html page but you considerate that these content is displayed only while wisej javascript loads in the client browser.

After that, wisej page, desktop or forms are the elements that are displayed primarly. Remember that Wisej is a SPA framework

I suggest you that use a wisej page as primary container and for toast messages use AlertBox.Show(“Message for user”);

Regards and happy coding

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.