Skip to content

Commit

Permalink
Added title to editor example content
Browse files Browse the repository at this point in the history
  • Loading branch information
aforcier committed Apr 3, 2015
1 parent 124981c commit 54d20a7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ public void run() {
AppLog.e(T.EDITOR, e.getMessage());
}

// Load example file into editor content field
// Load example content into editor
mWebView.loadUrl("JavaScript:ZSSEditor.getField('zss_field_title').setHTML('" + "I\\'m editing a post!" + "');");
mWebView.loadUrl("JavaScript:ZSSEditor.getField('zss_field_content').setHTML('" + htmlFile + "');");
}
});
Expand Down

0 comments on commit 54d20a7

Please sign in to comment.