Nicolas Bally 0d62fbe429 initial
2011-12-29 11:06:37 +01:00

12 lines
354 B
Plaintext

$("#portlet_<%= @portlet.id %>").html("<div id='edit_portlet_content_form'></div>");
$("#edit_portlet_content_form").html("<%= escape_javascript(render( :partial => "form")) %>");
$("#edit_portlet_content_form").effect("highlight", {color:"#E9F2F9"}, 500);
$("#edit_portlet_content_form .text_editor").each(function() {
auto_tiny_mce($(this));
});