asp.net mvc 和 fckeditor
想要使用 fckeditor 或类似工具来动态构建/编辑网页 但还有其他一些老问题,正在
寻找任何最近的经验/替代方案?
谢谢
would like to use fckeditor or similar for building/editing webpages on the fly
but there are a few other old questions where there are issues
am looking for any recent experiences/alternatives ?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
取决于您需要的功能。 如果它是像 StackOverflow 上使用的那样简单的编辑器,则可以使用 Markdown 编辑器。
Depends on the functionality you need. If it's a simple one like the one used here at StackOverflow, there's a Markdown Editor.
http://tinymce.moxiecode.com 还不错
http://tinymce.moxiecode.com is not bad
我在我的 ASP.NET MVC 应用程序中集成 fckeditor 非常容易。 事实上,mvc 和常规 Web 表单无缝共存,使得免费的 fckupload 实用程序变得轻而易举。 我强烈推荐它。
I had a pretty easy time integrating fckeditor in my asp.net mvc app. The fact that mvc and regular webforms co-exist seamlessly made including the free fckupload utility a snap. I highly reccomend it.