Telerik-mvc 菜单:将单个元素向右对齐?
在 asp.net-mvc-3 项目中,我将使用 Telerik Extensions。
现在,我正在查看他们的菜单 ( http://demos.telerik.com/aspnet- mvc/menu ),并且想知道是否可以将最后一个项目对齐到栏的最右侧,但将其余项目堆叠在右侧。
Menu 的文档解释了如何反转整个 Menu 的对齐方式,但它和 MenuItem 都没有显示任何明显的方法来控制其布局。
这可能吗?
非常感谢!
In an asp.net-mvc-3 project, I'm going to be using Telerik Extensions.
Right now, I'm looking at their Menu ( http://demos.telerik.com/aspnet-mvc/menu ), and wondering if one could align the last item to the far right of the bar, but leaving the rest stacked to the right.
The documentation of Menu explains how to reverse the alignment of the whole Menu, but neither it nor the MenuItem show any obvious way to control their layout.
Is this possible?
Many thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将 CssClass 添加到最后一个菜单项并将其样式设置为右侧。
检查菜单项 api 的 .HtmlAttributes 对象。
You could add a CssClass to the last menu item and style it to to the right.
Check the .HtmlAttributes object of the menu item api.