You are not logged in.
another question:
whats de difference between these two?
do we need both, wouldn't be one enough?
this is said in the source-code (line 256):
// BaseURL included in the iframe document
this.baseURL = document.baseURI || document.URL;
..but actually baseHref is used (line 1890):
if(typeof editor.config.baseHref != 'undefined' && editor.config.baseHref != null)
{
html += "<base href=\"" + editor.config.baseHref + "\"/>\n";
}
Niko
Offline
its used at other places!
Niko
Offline