Reference (Full List)
Our Stuff
ToDoList Development Development - 2.0 Jelli Doodle
Navigation
FrontPage Updates HowTo Reference About
Links JPAL - JS library for the API
(See QuickStart tab for function list)
Returns the position of an object as an [x,y] coordinate:
<script> var coord = widget.getElemPos(obj); // x = coord[0] ; y = coord[1] </script>