How to make pop page open from code

0
I am developing a feature in which I am required to make pop page open when a user click on the link. can this be done using javascript?
asked
2 answers
0

Yes, you could develop a Javascript action to do this.  But the quickest way to do this in Mendix is with a nanoflow.  Nanoflows run client side, so no server communication is required.

answered
0

Yes, but why would you, when there’s a widget for that: ‘link button’.

Just add that widget to your page, like you would any other widget and set its properties something like:

It can be a static link, but it can also be a link taken from an object’s attribute.

 

answered