there is some basic support - for dragging text from one text field and 
dropping it on another. You could probably use that as a basis for writing some 
more advanced features. I doubt Bret or myself will get enough time to do it in 
the near future

Paul
Content-Type: multipart/alternative; boundary="0-1259847737-1124051383=:49335"
Content-Transfer-Encoding: 8bit


--0-1259847737-1124051383=:49335
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Hello,
 
I'm working on a project that uses r.a.d.treeview (a treeview library for 
ASP.NET) and I'm wondering how I can use Watir to do drag and drop events.
 
Here's some of the javascript code I see in the HTML source:
oncontextmenu="rtvDispatcher('RadTree1','context',event)" 
onselectstart="return false;" 
onmousedown="rtvDispatcher('RadTree1','mdown',event)" 
                        id=RadTree1Div 
onkeydown="rtvDispatcher('RadTree1','keydown',event)" 
ondblclick="rtvDispatcher('RadTree1','mdclick',event)" 
onmouseover="rtvDispatcher('RadTree1','mover',event)" 
 
Thanks for any help!
-Dominic


Dominic Ancheta
Cell:    408-499-3961
Home: 408-984-5824


                
---------------------------------
 Start your day with Yahoo! - make it your home page 
--0-1259847737-1124051383=:49335
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

<DIV>Hello,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I'm working on a project that uses r.a.d.treeview (a treeview library for 
ASP.NET) and I'm wondering how I can use Watir to do drag and drop events.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Here's some of the javascript code I see in the HTML source:</DIV>
<DIV>oncontextmenu="rtvDispatcher('RadTree1','context',event)" 
<BR>onselectstart="return false;" 
<BR>onmousedown="rtvDispatcher('RadTree1','mdown',event)" 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 id=RadTree1Div <BR>onkeydown="rtvDispatcher('RadTree1','keydown',event)" 
<BR>ondblclick="rtvDispatcher('RadTree1','mdclick',event)" 
<BR>onmouseover="rtvDispatcher('RadTree1','mover',event)" </DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks for any help!</DIV>
<DIV>-Dominic</DIV><BR><BR><DIV>
<DIV>Dominic Ancheta</DIV>
<DIV>Cell:&nbsp;&nbsp;&nbsp; 408-499-3961</DIV>
<DIV>Home: 408-984-5824</DIV></DIV><p>
                <hr size=1> <a 
href="http://us.rd.yahoo.com/evt=34442/*http://www.yahoo.com/r/hs";>Start your 
day with Yahoo! - make it your home page </a>
--0-1259847737-1124051383=:49335--
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to