不需要右键单击的上下文菜单示例
我正在寻找无需右键单击即可显示的菜单或工具栏的示例。
Office 2007 中的迷你工具栏就是一个例子,选择文本时会自动显示该工具栏。 还有其他单击即可显示菜单的示例吗?
(来源:geekpedia.com)
我正在寻找一种优雅的方式来在画布上的形状旁边提供格式选项。
I am looking for examples of menus or toolbars that are shown without having to perform a right click.
One example is the mini toolbar in Office 2007 which is shown automatically when selecting text. Are there any other examples out there of menus which are shown on a single click?
(source: geekpedia.com)
I am looking for an elegant way to provide formatting options right on the canvas, next to a shape.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我的建议是检查 UI 设计模式网站,您肯定会在那里找到一些有趣的解决方案:
也看看这个浮动工具栏:
http://daersystems.com/jquery/toolbars/
My recommendation is to check on the UI design patterns sites, you'll find some interesting solutions there for sure:
Take a look at this floating toolbar too:
http://daersystems.com/jquery/toolbars/
这是我的同事一直在开发的思维导图之类的东西。
单击>> 节点上的箭头可显示菜单(显示 2 个选项),单击向下箭头可获取与该项目相关的更多选项。 左侧的黑色三角形是用于拖动节点的手柄。
思维导图菜单 http://nightmareboutique.com/junk/menu.gif
This is something my colleague has been developing for a mind-map, of sorts.
Click the >> arrows on the node to bring out the menu (displays 2 options), click down arrow for more options relating to that item. The black triangle on the left is a handle for dragging the node.
mindmap menu http://nightmareboutique.com/junk/menu.gif
在程序控件 ZoneAlarm 上,您可以单击程序以通过左键单击来设置其值。
on ZoneAlarm, the program control, you can click a program to set it's values with a left click.