Disable the autohandler on any components that should
not have it.

<%flags>
inherit => undef
</%flags>

Ryan Perry wrote:

I want to use FCKeditor in a Mason site. However, the autohandler is interfering. I see a header for each instance of the editor. Could this be because of IFRAMEs?
<div>
<input type="hidden" id="edit1" name="edit1" value="test" />
<input type="hidden" id="edit1___Config" value="" />
<iframe id="edit1___Frame" src="/shared/fckeditor/editor/fckeditor.html?InstanceName=edit1&amp;Toolbar=Default" width="100%" height="200" frameborder="no" scrolling="no"></iframe>
</div>
<br><br>
<div><input type="hidden" id="edit2" name="edit2" value="test" /><input type="hidden" id="edit2___Config" value="" /><iframe id="edit2___Frame" src="/shared/fckeditor/editor/fckeditor.html?InstanceName=edit2&amp;Toolbar=Default" width="100%" height="200" frameborder="no" scrolling="no"></iframe></div>

How can I avoid this problem?

Thanks!




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Mason-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to