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 f1f933b commit e9c6401Copy full SHA for e9c6401
WordPressEditor/src/main/java/org/wordpress/android/editor/EditorFragment.java
@@ -192,6 +192,8 @@ public void run() {
192
String title = "I'm editing a post!";
193
String contentHtml = getHtmlFromFile("example-content.html");
194
195
+ execJavaScriptFromString("ZSSEditor.getField('zss_field_content').setMultiline('true');");
196
+
197
// Load example content into editor
198
execJavaScriptFromString("ZSSEditor.getField('zss_field_title').setHTML('" +
199
Utils.escapeHtml(title) + "');");
0 commit comments