Forums >
DragResize >
selects an item from a list fire handles for a div
Author
Message
1) sublime99Group: Members Posts: 13Joined: 12 May 2008Location: CanadaIP: 64.254.--.--
Posted:
when a user selects an item from a list i wish to have the handles for a resize div pop up on to the div. i have been trying to get a handle on the dragresize object related to each div, but so far, no go
2) Angus TurnbullGroup: Moderators Posts: 4235Joined: 7 Dec 2003Location: New ZealandIP: 202.137.--.--
Posted:
The handles are created/shown on the fly by an internal method of the script that fires when you select the DIV. You could perhaps call that yourself (see the comments in the source code of the script)?
- Angus.
3) sublime99Group: Members Posts: 13Joined: 12 May 2008Location: CanadaIP: 64.254.--.--
Posted:
dragresize.deselect(true); and dragresize.select(elem_obj);