Popup standalone not working

Hi!
I’m trying to implement the popup on an html input field.
However, I can’t get the example code to work.
Example code: [url]https://docs.dhtmlx.com/popup__visibility.html[/url]

Returns error “getAbsoluteLeft is not defined”.

Any ideas?
Thanks

I apologize.
These methods were changed, please, try to use:
var x = window.dhx4.absLeft(inp);
var y = window.dhx4.absTop(inp);

Thank you, that works! :slight_smile: