我正在开发iPad应用,需要一个字处理器功能,因为UITextView的是非常有限的,
我想用,特别是被release的iOS5 TinyMCE或ckeditor。
然而,当我尝试加载一个UIWebView这些API的index.html页面,工具栏上的项目没有显示出来(复制,粘贴,字体,...)
和文本具有所有显示的标签。我有编辑index.html页面中的东西,我要修改的JavaScript或其他文件,为它工作的UIWebView?谢谢

解决方案 »

  1.   

    难道我的表达能力这么差?简单说就是想实现一个ios的富文本编辑器开源那几个谁用过,反正我用不了
      

  2.   

    BCTextView是只读的
    EGOtextview不能输入中文
    JTextview不完整 没有demo 不知道如何使用 src有bug
      

  3.   

    风哥,要搞浏览器吗?既然是在iOS上的App,你改JS干嘛啊?
      

  4.   

    here's no way to set different colours for different works in a UITextView.There are multiple replacements for a UITextView which support rich text editing (listed bellow). However if you only want to give different text different color's in a UITextView (like syntax highlighting) the easiest thing to do is just use a UITextView itself for the editing with a CoreText overlay displaying the coloured text.https://github.com/SquaredTiki/EditableCoreTextOverlayEGOTextView : http://www.cocoacontrols.com/platforms/ios/controls/egotextview
    BCTextView : http://www.cocoacontrols.com/platforms/ios/controls/bctextview
    JTextView : http://codaset.com/jer/jtextview
    http://www.cocoacontrols.com/search?utf8=%E2%9C%93&q=rich+text&commit=Search
      

  5.   

    我也要实现富文本编辑器,uitextview和webview都有局限性,不知道你实现了没有啊?了以分享一下。。[email protected]