Subversion Repositories Applications.papyrus

Rev

Rev 521 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 521 Rev 875
Line 1... Line 1...
1
<!--
1
<!--
2
 * FCKeditor - The text editor for internet
2
 * FCKeditor - The text editor for internet
3
 * Copyright (C) 2003-2005 Frederico Caldeira Knabben
3
 * Copyright (C) 2003-2006 Frederico Caldeira Knabben
4
 * 
4
 * 
5
 * Licensed under the terms of the GNU Lesser General Public License:
5
 * Licensed under the terms of the GNU Lesser General Public License:
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
7
 * 
7
 * 
8
 * For further information visit:
8
 * For further information visit:
Line 29... Line 29...
29
var FCK			= oEditor.FCK ;
29
var FCK			= oEditor.FCK ;
30
var FCKConfig	= oEditor.FCKConfig ;
30
var FCKConfig	= oEditor.FCKConfig ;
Line 31... Line 31...
31
 
31
 
32
window.onload = function()
32
window.onload = function()
-
 
33
{
33
{
34
	// EnableXHTML and EnableSourceXHTML has been deprecated
-
 
35
//	document.getElementById('txtSource').value = ( FCKConfig.EnableXHTML && FCKConfig.EnableSourceXHTML ? FCK.GetXHTML( FCKConfig.FormatSource ) : FCK.GetHTML( FCKConfig.FormatSource ) ) ;
Line 34... Line 36...
34
	document.getElementById('txtSource').value = ( FCKConfig.EnableXHTML && FCKConfig.EnableSourceXHTML ? FCK.GetXHTML( FCKConfig.FormatSource ) : FCK.GetHTML( FCKConfig.FormatSource ) ) ;
36
	document.getElementById('txtSource').value = FCK.GetXHTML( FCKConfig.FormatSource ) ;
35
 
37
 
36
	// Activate the "OK" button.
38
	// Activate the "OK" button.