examples/rails/app/views/layouts/posts.html.erb in rmce_uploadr-0.0.2 vs examples/rails/app/views/layouts/posts.html.erb in rmce_uploadr-0.0.3
- old
+ new
@@ -10,9 +10,11 @@
<script type="text/javascript" charset="utf-8">
// Initialize TinyMCE with the new plugin and listbox
tinyMCE.init({
plugins: "rmce_uploadr,inlinepopups",
mode : "textareas",
+ convert_urls : false,
+ relative_urls : false,
theme : "advanced",
dialog_type: 'modal',
theme_advanced_buttons1 : "bold,italic,underline,separator,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,bullist,numlist,undo,redo,link,unlink,image",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : "",