moving and resizable popups in API 4.x

1227
2
07-26-2020 07:19 PM
Status: Open
by Anonymous User
Not applicable

Draggable, resizable popups, that can optionally auto-fit to content width and/or height. I know it's not coming to 3.x so I created this for 4.x specifically. 

Tags (2)
2 Comments
by Anonymous User

I have created moveable popups for JS API 4.x.  Example: https://codepen.io/kevinsagis/full/bGpdQQq 

 

It hides the callout on move with CSS; and is moveable via titlebar. Last thing to do still is implement a leader line that follows it like a callout. Using jQuery which is still awesome in 2020!

j_brad
by

Here is a similar example, (using modern JS imports and no jQuery) using the from the interactjs library (https://interactjs.io😞

https://codepen.io/gavinr/pen/PoQvXxo?editors=0010