Displaying 2 results from an estimated 2 matches for "drag_box2".
2005 Jun 23
0
dragdrop library
...Int(draggable.element.offsetHeight) + ''px'';
}
}
Content.init(''content''); // content is a container for the draggables
var box = new Draggable(''drag_box'', {
change: Content.confine
});
var box2 = new Draggable(''drag_box2'', {
change: Content.confine
});
See my demo at www.cloudius.com
Trying to make an interactive desktop-like interface. Next I was planning on
making the "windows" resizable. Have you any thoughts on that?
-Jeff
2005 Aug 04
12
Sortable table
Hi guys,
I have a question that I haven''t been able to find an answer to yet. I''m
hoping I can find an answer here. I would like to be able to allow a user
to visibly sort the order of rows of a table. I have a table that is used
to display tabular data. It allows users to dynamically add rows of tabular
data to an existing table. I would like to enable the user to be