Mac 邮件消息正文中使用哪个控件作为编辑器?
mac 邮件中用作编辑器撰写邮件的控件是什么?
我的猜测是 TextView,但我无法得到:
- 当某些文档被拖放到邮件正文中时,如何在邮件正文中显示图标,就像在 mac 邮件中一样。现在它只显示文档的路径!
- 我将如何显示垂直条来代表不同的报价水平?
从这个问题我得到了线索,他们可以在mac邮件中使用WebView ,但是这个帖子仍然没有得到回复。
任何人都可以建议一些想法或链接或代码,通过它我可以实现 - 像在 Mac 邮件中一样格式化消息?
What is the control used as editor to compose messages in mac mail?
My guess is TextView but I cannot get:
- How will I show icon in message body when some document is dragged and dropped in it, as in mac mail. Right now it only shows path of document!
- How will I show vertical bars to represent different quote levels??
From this question I got the clue that they can have used WebView in mac mail, but this post is still has not been answered.
Can anyone suggest some idea or link or code through which I can implement - formatting messages like in mac mail?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Apple Mail 肯定使用 WebView 作为其编辑界面。您需要实现各种 WebView 委托才能实现您想要的功能,绝对没有什么可以“开箱即用”。
Apple Mail definitely uses a WebView as its editing interface. You'll need to implement the various WebView delegates in order to achieve the functionality you want, there's definitely nothing that will work "out of the box".