Get the mxcontext in javascript snippet

0
how to get the current context in the javascript snippet in mendix, i want to get the listview context, using this.mxcontext  doesn't work.
asked
1 answers
0

Hi Gokul Krishna,

Unfortunately, this is not possible using the HTML/Javascript snippet widget or using Javascript actions. This can only be achieved developing your own widget. You can find some introduction documentation on that here.

Why do you want to use JavaScript? Maybe your usecase can be done via native Mendix!?

Good luck!

answered