how to add custome html pages in project in mendix

0
hii members i am new in mendix  i want to add custom pages in mendix project built on html bootstrap how to achieve this can someone guide me step by step     
asked
3 answers
1

In the marketplace you have a HTML / Javascript snippet: https://marketplace.mendix.com/link/component/56

With that component you can add HTML Javascript to your pages. But I would first try to just produce the page in Mendix.

Regards,

Ronald

 

answered
2

Hi Sanjay,

You need to follow this step :

  1. You have to goto  show  app directory, as shown in screenshot.

 

  1. Goto theme folder.
  2.  There is default html file ,so you can add your html file.

 It might  be helpful for you ,

Regards,

Vaishnavi 

 

answered
0

Mendix already uses Bootstrap so hopefully the classes you need are already implemented.

https://docs.mendix.com/howto/front-end/styles/

As Ronald suggests, there is the HTTP / JavaScript snippet that you can use to add raw HTML directly into your Mendix pages.

https://marketplace.mendix.com/link/component/56

You can also add the Boostrap CSS classes directly to widgets on a page in your Mendix application so you may not even need to use raw HTML. 

https://docs.mendix.com/refguide/common-widget-properties/#class

Good luck!

answered