8 lines
164 B
Plaintext
8 lines
164 B
Plaintext
#edit_portlet_content_form=render :partial => "form"
|
|
:javascript
|
|
|
|
$("#edit_portlet_content_form .text_editor").each(function() {
|
|
auto_tiny_mce($(this));
|
|
|
|
});
|
|
|