Writing code in mendix

0
Hello Is there any provision to write code in Mendix. Can we add WIdgets (like input box , table , etc) though code into Mendix Page Regards Shanmukha Rao Banisetti  
asked
5 answers
0

most html elements work best when using the right widgets.

there is an html widget, but im not sure how you would go about connected selected inputs back into mendix.

answered
0

Hi Shanmukha,

The strength and added value of the platform lies in the fact that you don’t have to write code for every single element bur rather take advantage of the visual modeling possibilities and (app store) widgets. There are possibilities to do so, but this is hard on your application maintainability.

I’d suggest going through some Academy e-learnings to learn about how to use the platform :)

If you have any specific questions, feel free to ask them!

answered
0

Sure, you can use 'HTML snippet' and 'Javascript snippet' in the page editor. You need to add them from App Store

answered
0

You can cretae your own widgets in javascript:

https://docs.mendix.com/howto/widget-development/#2-prerequisites

 

answered
0

Shanmukha,

For an example of a Mendix app that creates dynamic pages based on database contents, you could have a look at the Questionnaire Module.  This may give you some ideas how to get started.

Mike

answered