RichEditor for Android 是 Android 平台下一个所见即所得的文本编辑器控件。

来源:互联网 发布:翻译软件 英文怎么说 编辑:程序博客网 时间:2024/05/16 07:05

RichEditor for Android

编辑/纠错

分享到: 
已用    +0
收藏+199

 RichEditor for Android 是 Android 平台下一个所见即所得的文本编辑器控件。

Demo

可以从 Google Play 下载演示程序。

使用示例:

?
1
2
3
4
5
6
7
8
RichEditor editor = (RichEditor) findViewById(R.id.editor);
editor. setOnTextChangeListener(new RichEditor.OnTextChangeListener() {
  @Override
  public void onTextChange(String text) {
    // Do omething
     Log.d("RichEditor""Preview " + text);
  }
});

wasabeef / richeditor-android

Watch96 Star1424 Fork255

RichEditor for Android is a beautiful Rich Text WYSIWYG Editor for Android. — More...

Issues#36always subscript and superscriptby f630088281  2015-12-14#35may i find a bug ?by f630088281  2015-12-09#34StackOverflowError on RichEditor.setPaddingRelativeby masalcedo74  2015-12-07#33Insert link is not inserting a new text with the referenced linkby dev-JE02  2015-11-21#32[Feature Request] Allow to read RTF files.by naushad-madakiya  2015-11-13

master分支代码最近更新:2016-01-06

下载zip
RichEditor for Android最新更新资讯,共1条  (投递新闻)
  • RichEditor —— Android 的所见即所得编辑器
0 0
原创粉丝点击