简体   繁体   English

用于可视化将一个列表中的项目映射到另一个列表的Javascript组件吗?

[英]Javascript component for visually mapping items in one list to another?

I'm looking for a html/javascript/browser based component for mapping items in one list to another. 我正在寻找一个基于html / javascript /浏览器的组件,用于将一个列表中的项目映射到另一个列表。 Picture a list of items on the left hand side, another list on the right, and the ability to click on an item from the left hand side, then click on one from the right hand side, thus connecting/associating them (it doesn't literally have to work that way; you get the idea). 在左侧画出一个项目列表,在右侧画出另一个列表,并能够从左侧单击一个项目,然后从右侧单击一个项目,从而进行连接/关联(它不会字面上必须那样做;您就会明白)。

It should work well across IE6+ and FF/Chrome/Safari, and if it's a jQuery extension that's even better. 它应该可以在IE6 +和FF / Chrome / Safari上正常运行,如果它是jQuery扩展,那就更好了。

Anybody know of good options? 有人知道好的选择吗?

Take a look at this: 看看这个:

http://jqueryui.com/demos/sortable/#connect-lists http://jqueryui.com/demos/sortable/#connect-lists

JsPlumb is interesting as well to emulate "connectors". JsPlumb模仿“连接器”也很有趣。

http://morrisonpitt.com/jsPlumb/html/jquery/chartDemo.html http://morrisonpitt.com/jsPlumb/doc/usage.html http://morrisonpitt.com/jsPlumb/html/jquery/chartDemo.html http://morrisonpitt.com/jsPlumb/doc/usage.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM