We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 124981c commit 54d20a7Copy full SHA for 54d20a7
WordPressEditor/src/main/java/org/wordpress/android/editor/EditorFragment.java
@@ -198,7 +198,8 @@ public void run() {
198
AppLog.e(T.EDITOR, e.getMessage());
199
}
200
201
- // Load example file into editor content field
+ // Load example content into editor
202
+ mWebView.loadUrl("JavaScript:ZSSEditor.getField('zss_field_title').setHTML('" + "I\\'m editing a post!" + "');");
203
mWebView.loadUrl("JavaScript:ZSSEditor.getField('zss_field_content').setHTML('" + htmlFile + "');");
204
205
});
0 commit comments