Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须在必须显示在消息框中的消息文本中添加货币符号。可以使用 ExtJs 4.2 吗?
创建一个以您的图像为背景的 CSS 类,然后将icon您的设置MessageBox为该类:
icon
MessageBox
.my-message-box { background-image: url(images/bang.png); } Ext.Msg.show({ title: 'Message title', msg: 'My Message', icon: 'my-message-box' });