I'm trying to use the editor in a cms where the page layout differs based on the admin option selected - and in one case will actually upload the file to a separate domain. I've successfully set it to read a custom configuration file using the following
<input type="hidden" id="article_body___Config" name="article_body___Config"
value="CustomConfigurationsPath=http://europa.hj/myconfig.js" />
where the config file contains lines similar to the following
FCKConfig.BaseHref = 'http://other.domain' ;
FCKConfig.EditorAreaCSS = 'http://other.domain/css/styles.css' ;
This works fine for the first request, but the infomation appears to be cached, so that when I switch to a different set of files, or update the style definitions, no changes are shown. However, if I select the preview button, the changes are shown. Returning to the main page and refreshing that then displays the correct, updated, styles.
Does anyonbe have any idea how I can force the updates to be recognised as soon as they are made?
Sun, 10/09/2005 - 10:23
#1