ACC SHELL

Path : /srv/www/vhosts/profias/admin/editor/
File Upload :
Current File : /srv/www/vhosts/profias/admin/editor/fckdocument.html

<script>
	window.onload = function()
	{
		document.designMode = 'on' ;

		// Tell Gecko to use or not the <SPAN> tag for the bold, italic and underline.
		document.execCommand( 'useCSS', false, !window.parent.FCKConfig.GeckoUseSPAN ) ;

		window.parent.FCK.OnAfterSetHTML() ;
	}
	
	if ( window.parent._TempHtml )
	{
		document.write( window.parent._TempHtml ) ;
		window.parent._TempHtml = null ;
	}
</script>

ACC SHELL 2018