以文本方式查看主题 - W3CHINA.ORG讨论区 - 语义网·描述逻辑·本体·RDF·OWL (http://bbs.xml.org.cn/index.asp) -- 『 SVG/GML/VRML/X3D/XAML 』 (http://bbs.xml.org.cn/list.asp?boardid=21) ---- [求助]如何让鼠标器移动物件 (http://bbs.xml.org.cn/dispbbs.asp?boardid=21&rootid=&id=25057) |
-- 作者:dogg1634 -- 发布时间:12/6/2005 6:58:00 PM -- [求助]如何让鼠标器移动物件 怎么利用javascript写一个移动svg物件的程序? 譬如我点下鼠标器左键后可以拖曳所选到的物件…希望有人帮我解答..谢谢 |
-- 作者:柯西 -- 发布时间:3/25/2006 3:15:00 PM -- 我也想知道,和楼主一起等大侠指教吧 |
-- 作者:DragonJohn -- 发布时间:3/25/2006 5:31:00 PM -- onmousedown onmousemove onmouseup evt.getClientX() evt.getClientY() setAttribute("x",newX); setAttribute("y",newY); 只能提示到这了。 |
-- 作者:lisa_apple -- 发布时间:6/27/2007 3:58:00 PM -- 参见http://bbs.xml.org.cn/dispbbs.asp?boardid=21&id=38498&star=1#98160 |
-- 作者:定风波 -- 发布时间:4/6/2008 11:17:00 AM -- <?xml version="1.0"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> <head> <script> <![CDATA[ var dx,dy; var circle; function init() function mousedown_listener(evt) function mouseup_listener(evt) function mousemove_listener(evt) ]]> <p>Drag the circle with the mouse!</p> |
W 3 C h i n a ( since 2003 ) 旗 下 站 点 苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》 |
3,324.219ms |