1) sublime99Group: Members Posts: 13Joined: 12 May 2008Location: CanadaIP: 64.254.--.--
Posted:
When a user accesses a specific control in a page I would like to fire the select event for a specific div. How do I access DragResize.prototype.select for a specific div please.
2) Angus TurnbullGroup: Moderators Posts: 4235Joined: 7 Dec 2003Location: New ZealandIP: 202.137.--.--
Posted:
The script exposes an "ondragfocus" event you can hook with a function. Simply test if dragresize.element is pointing at the correct DIV.
Good luck - Angus.
3) sublime99Group: Members Posts: 13Joined: 12 May 2008Location: CanadaIP: 64.254.--.--