Is it possible to display a message or show an animated GIF while the FCKEditor is loading? It takes a few seconds to get it to appear and it would be nice to have some sort of message that can disapear once FCKEditor appears.
Fri, 05/02/2008 - 18:36
#1
Re: Display "Please wait..." while FCKEditor is loadin
Figured it out, but it would be cool to have this as a built-in option.
In fckeditor_php5.php (you will need to edit the appropriate file for your installation), I made this change:
// Render the editor IFRAME.
$Html .= "<iframe STYLE=\"background-image:url('/images/progress_bar.gif'); background-position:center; background-repeat:no-repeat\" id=\"{$this->InstanceName}___Frame\" src=\"{$Link}\" width=\"{$this->Width}\" height=\"{$this->Height}\" frameborder=\"0\" scrolling=\"no\"></iframe>" ;
Basically, I added this to what was already there:
STYLE=\"background-image:url('/images/progress_bar.gif'); background-position:center; background-repeat:no-repeat\"
progress_bar.gif is an animated gif that you'll need to find on the web. Try here:
http://mentalized.net/activity-indicators/