nirajrns / dataobjectmanager

Automatically exported from code.google.com/p/dataobjectmanager
0 stars 0 forks source link

SimpleHTMLEditorField not shower #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If prototype.js has loaded, Simple html editor field does not show (due to 
being created 'hidden' and then using jquery to reveal the editor).

As a simple fix, simply edit the code in 
'simple_html_editor_field/SimpleHTMLEditorField.php' and change line 78 from 
"$(function() {" to "jQuery(function($) {". That should solve the problem, 
perhaps this can be changed for the next release. Thanks for all the work you 
do, I love this module.

Original issue reported on code.google.com by mvd0...@gmail.com on 30 Oct 2010 at 8:52

GoogleCodeExporter commented 8 years ago
Oops, title should say 'not showing'

Original comment by mvd0...@gmail.com on 30 Oct 2010 at 8:53

GoogleCodeExporter commented 8 years ago
thank you very good 

Original comment by agho...@gmail.com on 4 Dec 2014 at 4:19