jquery ui 对话框标题栏图标
如何将图标(浮动在标题栏左侧,如 Windows 中的窗口)添加到 jQuery UI 对话框?
How do you add an icon (floated to the left on the title bar, like windows in Windows) to a jQuery UI Dialog?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我还没有尝试过,但我怀疑您只需在
.title
选项中设置原始 HTML,它就会正确呈现。编辑:我制作了一个小jsFiddle(http://jsfiddle.net/sWs3N/)来显示此工作。对话框上没有样式,但是如果您查看原始 HTML,您可以在标题中看到 html。
I haven't tried it, but my suspicion is that you could just set raw HTML in the
.title
option and it would render correctly.EDIT: I made a small jsFiddle (http://jsfiddle.net/sWs3N/) that shows this working. There is no style on the dialog, but if you look at the raw HTML you can see the html in the title.