- Create Account

selects an item from a list fire handles for a div

Forums > DragResize > selects an item from a list fire handles for a div
Author
Message

1) sublime99 Group: Members
Posts: 13 Joined: 12 May 2008 Location: Canada IP: 64.254.--.--
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 Turnbull Group: Moderators
Posts: 4235 Joined: 7 Dec 2003 Location: New Zealand IP: 202.137.--.--
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) sublime99 Group: Members
Posts: 13 Joined: 12 May 2008 Location: Canada IP: 64.254.--.--
dragresize.deselect(true);
and
dragresize.select(elem_obj);

Brilliant.

Thanks

Post a Reply:

You are not logged in, and will be posting anonymously as a guest. If you want to post using an account, please login at the top of this page.