ASP.NET 的上下文菜单控件

发布于 2024-08-18 06:38:39 字数 163 浏览 3 评论 0原文

任何人都可以推荐一个库或指南,告诉我在哪里可以找到 ASP.NET 的上下文菜单控件,类似于 Google 在其 Google Docs 或 Google Mail Web 应用程序中使用的控件?我查看了 2009 年 9 月的 ASP.NET AJAX Control Toolkit,似乎没有人愿意创建一个。

Can anyone recommend a library or a guide in the right direction as to where can I find a Contextual Menu Control for ASP.NET similar to the ones Google uses in its Google Docs or Google Mail web apps ? I looked at the ASP.NET AJAX Control Toolkit as of Sept 2009 and there seems to be none willing to create one.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

献世佛 2024-08-25 06:38:39

上下文菜单只是一个包含一些链接的 div,位于鼠标光标处,并在右键单击时显示。

您可能想阅读为什么不“右键单击”更多不过,在执行此操作之前,请先在 Web 应用程序中使用

A contextual menu is just a div containing a few links, positioned at the mouse cursor, and shown on a right click.

You might want to read Why isn’t “right click” more used in web applications before you do it though.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文