How to target elements in mendix?

0
Hi, i downloaded javascript snippet and i can’t figure out how to target elements? for example some text or maybe data widget? Can someone explain with example
asked
1 answers
1

Hi Nemanja,


What is the goal you wish to achieve? Because many things can be solved within Mendix or other widgets.

You can target elements with e.g.:
 

this.domNode.parentNode

this.domNode.previousSibling

With kind regards,

Stephan

answered