Skip to content

Commit

Permalink
adding more buttons to the wiki editor
Browse files Browse the repository at this point in the history
  • Loading branch information
azul committed Aug 25, 2010
1 parent f7468a7 commit 9b45278
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tools/wiki_tool/app/views/wiki_page/_edit_wysiwyg.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,11 @@ It would be nice to use these eventually:
config.registerButton("cg-createlink", "Insert Web Link", [_editor_url + "images/ed_buttons_main.png",6,1], false, <%=toolbar_create_link_function(@wiki)%>);

config.toolbar = [
["formatblock", "bold", "italic"],
["formatblock", "bold", "italic", "hilitecolor"],
["separator", "insertorderedlist", "insertunorderedlist", "outdent", "indent"],
["separator", "cg-insertimage", "cg-createlink"]
["separator", "cg-insertimage", "cg-createlink", "inserttable"],
["separator", "undo", "redo"],
["separator", "killword"]
];

config.formatblock = {
Expand Down

0 comments on commit 9b45278

Please sign in to comment.