Hi , I am very new to this whole toolkit thing... I was writing
javascript from scratch and now came across tollkits... i really have
a problem getting my head around it... can someone explain to me in
easy steps how I can for example implement a drag and rop on a
div .... the way I can THINK it shouls be done is...
<html>

<head>
<title></title>
<script language="javascript" type="text/javascript" src="js/
Base.js"></script>
<script language="javascript" type="text/javascript" src="js/
Iter.js"></script>
<script language="javascript" type="text/javascript" src="js/
Color.js"></script>
<script language="javascript" type="text/javascript" src="js/
Visual.js"></script>
<script language="javascript" type="text/javascript" src="js/
Signal.js"></script>
</head>

<body>
<div id="mydrag" style="background-color:black;width:100;height:
50;">Mike</div>

<script language="javascript" type="text/javascript">
new Draggable('mydrag');
</script>

</body>

</html>

 I might be very very far from the "truth" so .... any suggestions???


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to