Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Drag/ Resize

3 views
Skip to first unread message

MANismyname

unread,
Jun 12, 2010, 9:32:35 PM6/12/10
to scripty2
Neither one of the following works. Is neither drag nor resize
available yet in 2.0.0_a6?

<div id="test" style="background:fuchsia;border:1px solid #000;height:
150px;width:150px;">
<div id="test1" style="background:gray;border:1px solid #000;height:
15px;width:15px;">
</div>
</div>

<script type="text/javascript">
new S2.UI.Behavior.Resize('test');
</script>
/******************/
<div id="test" style="background:fuchsia;border:1px solid #000;height:
150px;width:150px;">
<div id="test1" style="background:gray;border:1px solid #000;height:
15px;width:15px;">
</div>
</div>

<script type="text/javascript">
new S2.UI.Behavior.Drag('test');
</script>

Barry

unread,
Jul 16, 2010, 11:46:09 PM7/16/10
to scripty2
Drag is on Github, though it may not be complete. Resize isn't
implemented yet.

B
Reply all
Reply to author
Forward
0 new messages