本文介绍了W3C html编辑控件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好,
我正在寻找要集成到我的MFC应用程序中的WYSIWIG HTML编辑控件...该控件必须与W3C兼容(XHTML),这意味着必须以小写形式创建标签,并在引号之间添加属性,并在需要时加上/...
这里有一些很好的控件,例如具有表支持和源代码编辑器的DHTML编辑器 [ ^ ]
但是它们都不支持XHTML ...欢迎使用所有指针!
提前谢谢!
Jerry
Hi all,
I am looking for an WYSIWIG HTML editing control to integrate in my MFC application... the control needs to be W3C compliant (XHTML) which means creating the tags in lower case, having the attributes between quotes, the adequate / when needed, etc...
There are a few good controls here like DHTML Editor with Table Support and Source Editor[^]
But none of them support XHTML... all pointers welcome!
Thanks in advance!
Jerry
推荐答案
这篇关于W3C html编辑控件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!