I have created a custom module in magento which contains a textbox and an editor.
But when I try to upload image or video using editor it is displaying me the error like.
error: error in [unknown object].fireEvent():
event name: open_browser_callback
error message: MediabrowserUtility is not defined
Because of this I am unable to upload any image or video in my module.
How to solve this problem?
Please Help me..
In your config.xml you have:
In Block/Adminhtml/WHATEVER/Edit.php
Then in the top of Block/Adminhtml/WHATEVER/Edit/Tab/Form.php
Further down:
Standard gotcha: don’t call your wysiwyg area ‘content’. That is used already by Magento for the form id.