Subversion Repositories Applications.papyrus

Rev

Rev 437 | Rev 1925 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 437 Rev 1495
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-2005 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:
9
 * 		http://www.fckeditor.net/
9
 * 		http://www.fckeditor.net/
10
 * 
10
 * 
11
 * File Name: fckconfig.js
11
 * File Name: fckconfig.js
12
 * 	Editor configuration settings.
12
 * 	Editor configuration settings.
13
 * 	See the documentation for more info.
13
 * 	See the documentation for more info.
14
 * 
14
 * 
15
 * File Authors:
15
 * File Authors:
16
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
16
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
17
 */
17
 */
18
 
18
 
19
FCKConfig.CustomConfigurationsPath = '' ;
19
FCKConfig.CustomConfigurationsPath = '' ;
20
 
20
 
21
FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/fck_editorarea.css' ;
21
FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/fck_editorarea.css' ;
22
 
22
 
23
FCKConfig.DocType = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">' ;
23
FCKConfig.DocType = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">' ;
24
 
24
 
25
FCKConfig.BaseHref = '' ;
25
FCKConfig.BaseHref = '' ;
26
 
26
 
27
FCKConfig.FullPage = false ;
27
FCKConfig.FullPage = false ;
28
 
28
 
29
FCKConfig.Debug = false ;
29
FCKConfig.Debug = false ;
30
 
30
 
31
FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/default/' ;
31
FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/default/' ;
32
 
32
 
33
FCKConfig.PluginsPath = FCKConfig.BasePath + 'plugins/' ;
33
FCKConfig.PluginsPath = FCKConfig.BasePath + 'plugins/' ;
34
 
34
 
35
// FCKConfig.Plugins.Add( 'placeholder', 'en,it' ) ;
35
// FCKConfig.Plugins.Add( 'placeholder', 'en,it' ) ;
36
 
36
 
37
FCKConfig.AutoDetectLanguage	= true ;
37
FCKConfig.AutoDetectLanguage	= true ;
38
FCKConfig.DefaultLanguage		= 'fr' ;
38
FCKConfig.DefaultLanguage		= 'fr' ;
39
FCKConfig.ContentLangDirection	= 'ltr' ;
39
FCKConfig.ContentLangDirection	= 'ltr' ;
40
 
40
 
41
FCKConfig.EnableXHTML		= true ;	// Unsupported: Do not change.
41
FCKConfig.EnableXHTML		= true ;	// Unsupported: Do not change.
42
FCKConfig.EnableSourceXHTML	= true ;	// Unsupported: Do not change.
42
FCKConfig.EnableSourceXHTML	= true ;	// Unsupported: Do not change.
43
 
43
 
44
FCKConfig.ProcessHTMLEntities	= false ;
44
FCKConfig.ProcessHTMLEntities	= false ;
45
FCKConfig.IncludeLatinEntities	= false ;
45
FCKConfig.IncludeLatinEntities	= false ;
46
FCKConfig.IncludeGreekEntities	= false ;
46
FCKConfig.IncludeGreekEntities	= false ;
47
 
47
 
48
FCKConfig.FillEmptyBlocks	= true ;
48
FCKConfig.FillEmptyBlocks	= true ;
49
 
49
 
50
FCKConfig.FormatSource		= true ;
50
FCKConfig.FormatSource		= true ;
51
FCKConfig.FormatOutput		= true ;
51
FCKConfig.FormatOutput		= true ;
52
FCKConfig.FormatIndentator	= '    ' ;
52
FCKConfig.FormatIndentator	= '\t' ;
53
 
53
 
54
FCKConfig.GeckoUseSPAN	= true ;
54
FCKConfig.GeckoUseSPAN	= true ;
55
FCKConfig.StartupFocus	= false ;
55
FCKConfig.StartupFocus	= false ;
56
FCKConfig.ForcePasteAsPlainText	= false ;
56
FCKConfig.ForcePasteAsPlainText	= false ;
57
FCKConfig.ForceSimpleAmpersand	= false ;
57
FCKConfig.ForceSimpleAmpersand	= false ;
58
FCKConfig.TabSpaces		= 0 ;
58
FCKConfig.TabSpaces		= 0 ;
59
FCKConfig.ShowBorders	= true ;
59
FCKConfig.ShowBorders	= true ;
60
FCKConfig.UseBROnCarriageReturn	= false ;
60
FCKConfig.UseBROnCarriageReturn	= false ;
61
FCKConfig.ToolbarStartExpanded	= true ;
61
FCKConfig.ToolbarStartExpanded	= true ;
62
FCKConfig.ToolbarCanCollapse	= true ;
62
FCKConfig.ToolbarCanCollapse	= true ;
63
FCKConfig.IEForceVScroll = false ;
63
FCKConfig.IEForceVScroll = false ;
64
FCKConfig.IgnoreEmptyParagraphValue = true ;
64
FCKConfig.IgnoreEmptyParagraphValue = true ;
65
 
65
 
66
FCKConfig.ToolbarSets["Default"] = [
66
FCKConfig.ToolbarSets["Default"] = [
67
	['Source','DocProps','-','Save','NewPage','Preview','-','Templates'],
67
	['Source','DocProps','-','Save','NewPage','Preview','-','Templates'],
68
	['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'],
68
	['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'],
69
	['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
69
	['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
70
	['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
70
	['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
71
	['OrderedList','UnorderedList','-','Outdent','Indent'],
71
	['OrderedList','UnorderedList','-','Outdent','Indent'],
72
	['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
72
	['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
73
	['Link','Unlink','Anchor'],
73
	['Link','Unlink','Anchor'],
74
	['Image','Flash','Table','Rule','Smiley','SpecialChar','UniversalKey'],
74
	['Image','Flash','Table','Rule','Smiley','SpecialChar','UniversalKey'],
75
	['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'],
75
	['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'],
76
	'/',
76
	'/',
77
	['Style','FontFormat','FontName','FontSize'],
77
	['Style','FontFormat','FontName','FontSize'],
78
	['TextColor','BGColor'],
78
	['TextColor','BGColor'],
79
	['About']
79
	['About']
80
] ;
80
] ;
81
 
81
 
82
FCKConfig.ToolbarSets["Basic"] = [
82
FCKConfig.ToolbarSets["Basic"] = [
83
	['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About']
83
	['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About']
84
] ;
84
] ;
85
FCKConfig.ToolbarSets["Papyrus"] = [
85
FCKConfig.ToolbarSets["Papyrus"] = [
86
  ['Source','Preview','-','Cut','Copy','Paste','PasteText','PasteWord','SelectAll','-','Undo','Redo','Find','Replace'],
86
  ['Source','Preview','-','Cut','Copy','Paste','PasteText','PasteWord','SelectAll','-','Undo','Redo','Find','Replace'],
87
  ['RemoveFormat','Bold','Italic','Underline','StrikeThrough','Subscript','Superscript','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','-','OrderedList','UnorderedList'],
87
  ['RemoveFormat','Bold','Italic','Underline','StrikeThrough','Subscript','Superscript','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','-','OrderedList','UnorderedList'],
88
  '/',
88
  '/',
89
  ['Image','Table','Link','Unlink','Rule','SpecialChar','UniversalKey'],
89
  ['Image','Table','Link','Unlink','Rule','SpecialChar','UniversalKey'],
90
  ['FontFormat','FontName','FontSize','TextColor'],
90
  ['FontFormat','FontName','FontSize','TextColor'],
91
  ['About']
91
  ['About']
92
] ;
92
] ;
93
 
93
 
94
FCKConfig.ContextMenu = ['Generic','Link','Anchor','Image','Flash','Select','Textarea','Checkbox','Radio','TextField','HiddenField','ImageButton','Button','BulletedList','NumberedList','TableCell','Table','Form'] ;
94
FCKConfig.ContextMenu = ['Generic','Link','Anchor','Image','Flash','Select','Textarea','Checkbox','Radio','TextField','HiddenField','ImageButton','Button','BulletedList','NumberedList','TableCell','Table','Form'] ;
95
 
95
 
96
FCKConfig.FontColors = '000000,993300,333300,003300,003366,000080,333399,333333,800000,FF6600,808000,808080,008080,0000FF,666699,808080,FF0000,FF9900,99CC00,339966,33CCCC,3366FF,800080,999999,FF00FF,FFCC00,FFFF00,00FF00,00FFFF,00CCFF,993366,C0C0C0,FF99CC,FFCC99,FFFF99,CCFFCC,CCFFFF,99CCFF,CC99FF,FFFFFF' ;
96
FCKConfig.FontColors = '000000,993300,333300,003300,003366,000080,333399,333333,800000,FF6600,808000,808080,008080,0000FF,666699,808080,FF0000,FF9900,99CC00,339966,33CCCC,3366FF,800080,999999,FF00FF,FFCC00,FFFF00,00FF00,00FFFF,00CCFF,993366,C0C0C0,FF99CC,FFCC99,FFFF99,CCFFCC,CCFFFF,99CCFF,CC99FF,FFFFFF' ;
97
 
97
 
98
FCKConfig.FontNames		= 'Arial;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana' ;
98
FCKConfig.FontNames		= 'Arial;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana' ;
99
FCKConfig.FontSizes		= '1/xx-small;2/x-small;3/small;4/medium;5/large;6/x-large;7/xx-large' ;
99
FCKConfig.FontSizes		= '1/xx-small;2/x-small;3/small;4/medium;5/large;6/x-large;7/xx-large' ;
100
FCKConfig.FontFormats	= 'p;div;pre;address;h1;h2;h3;h4;h5;h6' ;
100
FCKConfig.FontFormats	= 'p;div;pre;address;h1;h2;h3;h4;h5;h6' ;
101
 
101
 
102
FCKConfig.StylesXmlPath		= FCKConfig.EditorPath + 'fckstyles.xml' ;
102
FCKConfig.StylesXmlPath		= FCKConfig.EditorPath + 'fckstyles.xml' ;
103
FCKConfig.TemplatesXmlPath	= FCKConfig.EditorPath + 'fcktemplates.xml' ;
103
FCKConfig.TemplatesXmlPath	= FCKConfig.EditorPath + 'fcktemplates.xml' ;
104
 
104
 
105
FCKConfig.SpellChecker			= 'ieSpell' ;	// 'ieSpell' | 'SpellerPages'
105
FCKConfig.SpellChecker			= 'ieSpell' ;	// 'ieSpell' | 'SpellerPages'
106
FCKConfig.IeSpellDownloadUrl	= 'http://www.iespell.com/rel/ieSpellSetup211325.exe' ;
106
FCKConfig.IeSpellDownloadUrl	= 'http://www.iespell.com/rel/ieSpellSetup211325.exe' ;
107
 
107
 
108
FCKConfig.MaxUndoLevels = 15 ;
108
FCKConfig.MaxUndoLevels = 15 ;
109
 
109
 
110
FCKConfig.DisableImageHandles = false ;
110
FCKConfig.DisableImageHandles = false ;
111
FCKConfig.DisableTableHandles = false ;
111
FCKConfig.DisableTableHandles = false ;
112
 
112
 
113
FCKConfig.LinkDlgHideTarget		= false ;
113
FCKConfig.LinkDlgHideTarget		= false ;
114
FCKConfig.LinkDlgHideAdvanced	= false ;
114
FCKConfig.LinkDlgHideAdvanced	= false ;
115
 
115
 
116
FCKConfig.ImageDlgHideLink		= false ;
116
FCKConfig.ImageDlgHideLink		= false ;
117
FCKConfig.ImageDlgHideAdvanced	= false ;
117
FCKConfig.ImageDlgHideAdvanced	= false ;
118
 
118
 
119
FCKConfig.FlashDlgHideAdvanced	= false ;
119
FCKConfig.FlashDlgHideAdvanced	= false ;
120
 
120
 
121
FCKConfig.LinkBrowser = true ;
121
FCKConfig.LinkBrowser = true ;
122
//FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Connector=connectors/asp/connector.asp' ;
-
 
123
//FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Connector=connectors/asp/connector.asp&ServerPath=/CustomFiles/' ;
-
 
124
// ASP.Net		// FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Connector=connectors/aspx/connector.aspx' ;
-
 
125
// ColdFusion	// FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Connector=connectors/cfm/connector.cfm' ;
-
 
126
// Perl			// FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Connector=connectors/perl/connector.cgi' ;
-
 
127
// PHP			// 
122
// PHP	// 
128
FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Connector=connectors/php/connector.php' ;
123
FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Connector=connectors/php/connector.php' ;
129
// PHP - mcpuk	
124
// PHP - mcpuk	
130
//FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/mcpuk/browser.html?Connector=connectors/php/connector.php' ;
125
//FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/mcpuk/browser.html?Connector=connectors/php/connector.php' ;
131
FCKConfig.LinkBrowserWindowWidth	= screen.width * 0.7 ;	// 70%
126
FCKConfig.LinkBrowserWindowWidth	= screen.width * 0.7 ;	// 70%
132
FCKConfig.LinkBrowserWindowHeight	= screen.height * 0.7 ;	// 70%
127
FCKConfig.LinkBrowserWindowHeight	= screen.height * 0.7 ;	// 70%
133
 
128
 
134
FCKConfig.ImageBrowser = true ;
129
FCKConfig.ImageBrowser = true ;
135
//FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Image&Connector=connectors/asp/connector.asp' ;
-
 
136
// ASP.Net		// FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Image&Connector=connectors/aspx/connector.aspx' ;
-
 
137
// ColdFusion	// FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Image&Connector=connectors/cfm/connector.cfm' ;
-
 
138
// Perl			// FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Image&Connector=connectors/perl/connector.cgi' ;
-
 
139
// PHP			// 
130
// PHP	// 
140
FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Image&Connector=connectors/php/connector.php' ;
131
FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Image&Connector=connectors/php/connector.php' ;
141
// PHP - mcpuk	
132
// PHP - mcpuk	
142
//FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/mcpuk/browser.html?Type=Image&Connector=connectors/php/connector.php' ;
133
//FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/mcpuk/browser.html?Type=Image&Connector=connectors/php/connector.php' ;
143
FCKConfig.ImageBrowserWindowWidth  = screen.width * 0.7 ;	// 70% ;
134
FCKConfig.ImageBrowserWindowWidth  = screen.width * 0.7 ;	// 70% ;
144
FCKConfig.ImageBrowserWindowHeight = screen.height * 0.7 ;	// 70% ;
135
FCKConfig.ImageBrowserWindowHeight = screen.height * 0.7 ;	// 70% ;
145
 
136
 
146
FCKConfig.FlashBrowser = true ;
137
FCKConfig.FlashBrowser = true ;
147
//FCKConfig.FlashBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Flash&Connector=connectors/asp/connector.asp' ;
-
 
148
// ASP.Net		// FCKConfig.FlashBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Flash&Connector=connectors/aspx/connector.aspx' ;
-
 
149
// ColdFusion	// FCKConfig.FlashBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Flash&Connector=connectors/cfm/connector.cfm' ;
-
 
150
// Perl			// FCKConfig.FlashBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Flash&Connector=connectors/perl/connector.cgi' ;
-
 
151
// PHP			// 
138
// PHP	// 
152
FCKConfig.FlashBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Flash&Connector=connectors/php/connector.php' ;
139
FCKConfig.FlashBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Flash&Connector=connectors/php/connector.php' ;
153
// PHP - mcpuk	
140
// PHP - mcpuk	
154
// FCKConfig.FlashBrowserURL = FCKConfig.BasePath + 'filemanager/browser/mcpuk/browser.html?Type=Flash&Connector=connectors/php/connector.php' ;
141
// FCKConfig.FlashBrowserURL = FCKConfig.BasePath + 'filemanager/browser/mcpuk/browser.html?Type=Flash&Connector=connectors/php/connector.php' ;
155
FCKConfig.FlashBrowserWindowWidth  = screen.width * 0.7 ;	//70% ;
142
FCKConfig.FlashBrowserWindowWidth  = screen.width * 0.7 ;	//70% ;
156
FCKConfig.FlashBrowserWindowHeight = screen.height * 0.7 ;	//70% ;
143
FCKConfig.FlashBrowserWindowHeight = screen.height * 0.7 ;	//70% ;
157
 
144
 
158
FCKConfig.LinkUpload = true ;
145
FCKConfig.LinkUpload = true ;
159
//FCKConfig.LinkUploadURL = FCKConfig.BasePath + 'filemanager/upload/asp/upload.asp' ;
-
 
160
// PHP // 
146
// PHP // 
161
FCKConfig.LinkUploadURL = FCKConfig.BasePath + 'filemanager/upload/php/upload.php' ;
147
FCKConfig.LinkUploadURL = FCKConfig.BasePath + 'filemanager/upload/php/upload.php' ;
162
FCKConfig.LinkUploadAllowedExtensions	= "" ;			// empty for all
148
FCKConfig.LinkUploadAllowedExtensions	= "" ;			// empty for all
163
FCKConfig.LinkUploadDeniedExtensions	= ".(php|php3|php5|phtml|asp|aspx|ascx|jsp|cfm|cfc|pl|bat|exe|dll|reg|cgi)$" ;	// empty for no one
149
FCKConfig.LinkUploadDeniedExtensions	= ".(php|php3|php5|phtml|asp|aspx|ascx|jsp|cfm|cfc|pl|bat|exe|dll|reg|cgi)$" ;	// empty for no one
164
 
150
 
165
FCKConfig.ImageUpload = true ;
151
FCKConfig.ImageUpload = true ;
166
//FCKConfig.ImageUploadURL = FCKConfig.BasePath + 'filemanager/upload/asp/upload.asp?Type=Image' ;
-
 
167
// PHP // 
152
// PHP // 
168
FCKConfig.ImageUploadURL = FCKConfig.BasePath + 'filemanager/upload/php/upload.php?Type=Image' ;
153
FCKConfig.ImageUploadURL = FCKConfig.BasePath + 'filemanager/upload/php/upload.php?Type=Image' ;
169
FCKConfig.ImageUploadAllowedExtensions	= ".(jpg|gif|jpeg|png)$" ;		// empty for all
154
FCKConfig.ImageUploadAllowedExtensions	= ".(jpg|gif|jpeg|png)$" ;		// empty for all
170
FCKConfig.ImageUploadDeniedExtensions	= "" ;							// empty for no one
155
FCKConfig.ImageUploadDeniedExtensions	= "" ;							// empty for no one
171
 
156
 
172
FCKConfig.FlashUpload = true ;
157
FCKConfig.FlashUpload = true ;
173
//FCKConfig.FlashUploadURL = FCKConfig.BasePath + 'filemanager/upload/asp/upload.asp?Type=Flash' ;
-
 
174
// PHP // 
158
// PHP // 
175
FCKConfig.FlashUploadURL = FCKConfig.BasePath + 'filemanager/upload/php/upload.php?Type=Flash' ;
159
FCKConfig.FlashUploadURL = FCKConfig.BasePath + 'filemanager/upload/php/upload.php?Type=Flash' ;
176
FCKConfig.FlashUploadAllowedExtensions	= ".(swf|fla)$" ;		// empty for all
160
FCKConfig.FlashUploadAllowedExtensions	= ".(swf|fla)$" ;		// empty for all
177
FCKConfig.FlashUploadDeniedExtensions	= "" ;					// empty for no one
161
FCKConfig.FlashUploadDeniedExtensions	= "" ;					// empty for no one
178
 
162
 
179
FCKConfig.SmileyPath	= FCKConfig.BasePath + 'images/smiley/msn/' ;
163
FCKConfig.SmileyPath	= FCKConfig.BasePath + 'images/smiley/msn/' ;
180
FCKConfig.SmileyImages	= ['regular_smile.gif','sad_smile.gif','wink_smile.gif','teeth_smile.gif','confused_smile.gif','tounge_smile.gif','embaressed_smile.gif','omg_smile.gif','whatchutalkingabout_smile.gif','angry_smile.gif','angel_smile.gif','shades_smile.gif','devil_smile.gif','cry_smile.gif','lightbulb.gif','thumbs_down.gif','thumbs_up.gif','heart.gif','broken_heart.gif','kiss.gif','envelope.gif'] ;
164
FCKConfig.SmileyImages	= ['regular_smile.gif','sad_smile.gif','wink_smile.gif','teeth_smile.gif','confused_smile.gif','tounge_smile.gif','embaressed_smile.gif','omg_smile.gif','whatchutalkingabout_smile.gif','angry_smile.gif','angel_smile.gif','shades_smile.gif','devil_smile.gif','cry_smile.gif','lightbulb.gif','thumbs_down.gif','thumbs_up.gif','heart.gif','broken_heart.gif','kiss.gif','envelope.gif'] ;
181
FCKConfig.SmileyColumns = 8 ;
165
FCKConfig.SmileyColumns = 8 ;
182
FCKConfig.SmileyWindowWidth		= 320 ;
166
FCKConfig.SmileyWindowWidth		= 320 ;
183
FCKConfig.SmileyWindowHeight	= 240 ;
167
FCKConfig.SmileyWindowHeight	= 240 ;
184
 
168
 
185
if( window.console ) window.console.log( 'Config is loaded!' ) ;	// @Packager.Compactor.RemoveLine
169
if( window.console ) window.console.log( 'Config is loaded!' ) ;	// @Packager.Compactor.RemoveLine