I have a few different forms where I want to load FCK for more than one textbox. This works, but it takes a while to load as it loads in all the graphics and .js stuff for each box. Is there some quick and easy way to get it to maybe load the .js stuff once and reuse it for each box? I don't recall it doing this with Beta 2, just the new RC 1. I could probably figure it out myself, but thought I'd see if someone's already done it and can save me the time. Thanks!
Mon, 12/13/2004 - 13:47
#1

RE: 2.0 RC1 Multiple instances on one page
Since the iframe content's don't load when the page loads (unless I choose to), the rest of the page is very quick!
Chances are if you have multiple areas, people arent using all of them every time they load the page. Perhaps autoload the most important one, and show/hide the others.
RE: 2.0 RC1 Multiple instances on one page
RE: 2.0 RC1 Multiple instances on one page
http://www.noblet.com.au/_download/fck_iframe_demo.zip
RE: 2.0 RC1 Multiple instances on one page
I'll try to use this in my code.
RE: 2.0 RC1 Multiple instances on one page
Thanks,
Doug