 
					
				
		
02-08-2008 03:46 PM
tinyMCE.init({
theme : "advanced",
mode : "exact",
relative_urls: false,
elements : "editor",
save_callback : "saveContent",
plugins : "table",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_buttons1_add : "fontselect,fontsizeselect",
theme_advanced_buttons2_add : "separator,forecolor,backcolor",
theme_advanced_buttons3_add_before : "tablecontrols,separator",
theme_advanced_disable: "styleselect",
extended_valid_elements : "a[href|target|name],font[face|size|color|style],span[class|align|style]"
}); 
					
				
		
02-21-2008 01:15 PM
03-31-2008 07:12 AM
Change tiny_mce_extensions.js located at /jsp/scripts/ajax/ add the following code to the alfresco_TinyMCE_urlconverter_callback() function…
if (tinyMCE.isMSIE)
{
var server = document.location.protocol + "//" + document.location.host;
if (href && href.startsWith(server))
{
result = href.substring(server.length);
}
}
Add it to the end of the method i.e. just before the "return result;"
 
					
				
		
05-01-2008 05:33 PM
09-05-2014 07:20 AM
 
					
				
				
			
		
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.