My site is geared to be inclusive of some old-timers, and when they go to insert an image the "lorem ipsum" really throws them. I would really like to replace the text with something like: This is place holder text only, there is an "upload" link at the top of the "Browse Server" window.
Otherwise, their tendency is to go look for Walter Cronkite on channel 5. Possible to find/ replace text in a certain file? The lorem ipsum text appears in several files, but I seem to be missing the one that generates this preview.
Thanks--
Al
Otherwise, their tendency is to go look for Walter Cronkite on channel 5. Possible to find/ replace text in a certain file? The lorem ipsum text appears in several files, but I seem to be missing the one that generates this preview.
Thanks--
Al
Re: Preview placeholder text
You can change it using the config options: http://docs.cksource.com/ckeditor_api/s ... reviewText
Re: Preview placeholder text
config.image_previewText = CKEDITOR.tools.repeat( '___ ', 100 );
No change, added CKEDITOR:
CKEDITOR.config.image_previewText = CKEDITOR.tools.repeat( '___ ', 100 );
What am I missing?
Thanks--
Al
PS, Drupal 7.9 install
Re: Preview placeholder text
I think that you are trying to do it wrong. You should add that to your config file, not edit anything.
Besides that, using Drupal might mean that it loads some other file for custom settings, I just don't know anything about that.
Re: Preview placeholder text
AL