Stefan Hornburg wrote: > L. Knaven wrote: > >> Hi, >> For example: >> >> I want to use the WYSIWYG editor for several fields. With HTMLarea thats >> not a problem. With FCK editor it does not work. I have seen other CMS >> using FCK for several fields, so it should be possible. >> > > Yes, there is currently a limitation due to the code used for the > htmlarea widget/fckeditor flavour. > > I may have a solution for this: The original code (fck.widget) initialized the Javascript object by attaching a "window.onload" event as it encountered the fck widget. But that meant each widget's init code overwrote the last one, and only the last fck widget on the page would appear. I fixed this (for Firefox) by using "window.addEventListener", but that is not supported under IE. I fixed it for IE by saving up a list of fck objects, and using "window.onload" (for IE only) to initialize them in a loop. The changes made to fck.widget should make their way into the IC core at some point, but I don't know when. If anyone needs them now and is willing to take my code in its current state, just contact me. -- Jeffery Boes <>< suppressed _______________________________________________ interchange-users mailing list suppressed http://www.icdevgroup.org/mailman/listinfo/interchange-users
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.