~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to wiki/htdocs/applets/FCKeditor/_whatsnew.html

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080622211713-inlv5k4eifxckelr
ImportĀ upstreamĀ versionĀ 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
2
<!--
 
3
 * FCKeditor - The text editor for internet
 
4
 * Copyright (C) 2003-2005 Frederico Caldeira Knabben
 
5
 * 
 
6
 * Licensed under the terms of the GNU Lesser General Public License:
 
7
 *              http://www.opensource.org/licenses/lgpl-license.php
 
8
 * 
 
9
 * For further information visit:
 
10
 *              http://www.fckeditor.net/
 
11
 * 
 
12
 * "Support Open Source software. What about a donation today?"
 
13
-->
 
14
<html>
 
15
        <head>
 
16
                <title>FCKeditor - What's New?</title>
 
17
                <style>
 
18
                        BODY { FONT-FAMILY: Arial, Verdana, Sans-Serif }
 
19
                        P { MARGIN-LEFT: 20px }
 
20
                        </style>
 
21
        </head>
 
22
        <body>
 
23
                <H3>
 
24
                        Version 2.2</H3>
 
25
<P>New Features and Improvements:</P>
 
26
<UL>
 
27
  <LI> Let's welcome Wim Lemmens (didgiman). He's our new 
 
28
  responsible for the ColdFusion integration. In this version we are introducing 
 
29
  his new files with the following changes: 
 
30
  <UL>
 
31
    <LI>The "<STRONG>Uploader</STRONG>", used for quick uploads,&nbsp;is now 
 
32
    available <STRONG>natively for ColdFusion</STRONG>.
 
33
    <LI>Small bugs have been corrected in the <STRONG>File Browser 
 
34
    connector</STRONG>.
 
35
    <LI>The samples now work as is, even if you don't install the editor in the 
 
36
    "/FCKeditor" directory.</LI></UL>
 
37
  <LI>And a big welcome also to "Andrew Liu", our 
 
38
  responsible for the <STRONG>Python</STRONG> integration. This version is 
 
39
  bringing <STRONG>native support for Python</STRONG>       , including the 
 
40
  File Browser connector and Quick Upload. 
 
41
  <LI>The "<STRONG>IsDirty()</STRONG>" and "<STRONG>ResetIsDirty()</STRONG>" 
 
42
  functions have been&nbsp;added to the&nbsp;JavaScript API&nbsp;to check if 
 
43
  the editor content has been changed.* 
 
44
  <LI>New language files: 
 
45
  <UL>
 
46
    <LI><STRONG>Hindi</STRONG> (by Utkarshraj Atmaram)
 
47
    <LI><STRONG>Latvian </STRONG>(by Janis Klavin)</LI></UL>
 
48
  <LI>For&nbsp;the interface, now we have complete 
 
49
  <STRONG>RTL support</STRONG>    also for 
 
50
  the drop-down toolbar commands, color selectors and context menu. 
 
51
  <LI>[<A 
 
52
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1325113&amp;group_id=75348&amp;atid=543653" 
 
53
  target="_blank">SF BUG-1325113</A>] [<A 
 
54
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1277661&amp;group_id=75348&amp;atid=543653" 
 
55
  target="_blank">SF BUG-1277661</A>] The new "Delete Table" command is available in 
 
56
  the Context Menu when right-clicking inside a table.
 
57
  <LI>The "FCKConfig.DisableTableHandles" configuration 
 
58
  option is now working on Firefox 1.5. 
 
59
  <LI>The new "<STRONG>OnBlur</STRONG>" and "<STRONG>OnFocus</STRONG>" events have been added to 
 
60
  the JavaScript API (IE only). See&nbsp;"_samples/html/sample09.html"&nbsp;* 
 
61
  <LI><STRONG><FONT color="#ff0000">Attention</FONT></STRONG>: The 
 
62
  "<STRONG>GetHTML</STRONG>" function has been deprecated. It now returns the 
 
63
  same value as "<STRONG>GetXHTML</STRONG>". 
 
64
  The same is valid for the "EnableXHTML" and "EnableSourceXHTML" that have no 
 
65
  effects now. The editor now works with XHTML output        
 
66
   only.
 
67
  <LI><STRONG><FONT color="#ff0000">Attention</FONT></STRONG>: A new 
 
68
  "<STRONG>PreserveSessionOnFileBrowser</STRONG>" configuration option has been 
 
69
  introduced. It makes it possible to set whenever is needed to maintain the 
 
70
  user session in the File Browser. It is disabled by default, as it has very 
 
71
  specific usage and may cause the File Browser to be blocked by popup blockers. 
 
72
  If you have custom File Browsers that depends on session information, remember 
 
73
  to activate it.
 
74
  <LI><STRONG><FONT color="#ff0000">Attention</FONT></STRONG>: The 
 
75
  "<STRONG>fun</STRONG>" smileys set has been removed from the package. If you 
 
76
  are using it, you must manually copy it to newer installations and upgrades.
 
77
  <LI><STRONG><FONT color="#ff0000">Attention</FONT></STRONG>: The 
 
78
  "<STRONG>mcpuk</STRONG>" file browser has been removed from the package. We 
 
79
  have no ways to support it. There were also some licensing issues with it. Its 
 
80
  web site can still be found at <A 
 
81
  href="http://mcpuk.net/fbxp/">http://mcpuk.net/fbxp/</A>.
 
82
  <LI>It is now possible to set different CSS styles for 
 
83
  the chars in the Special Chars dialog window by adding the "SpecialCharsOut" 
 
84
  and "SpecialCharsOver" in the "fck_dialog.css" skin file.*
 
85
  <LI>[<A 
 
86
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1268726&amp;group_id=75348&amp;atid=543655" 
 
87
  target="_blank">SF Patch-1268726</A>] Added table "summary" support in the table dialog. Thanks 
 
88
  to Sebastien-Mahe.
 
89
  <LI>[<A 
 
90
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1284380&amp;group_id=75348&amp;atid=543655" 
 
91
  target="_blank">SF Patch-1284380</A>] It is now possible to define the icon of 
 
92
  a FCKToolbarPanelButton object without being tied to the skin path (just like 
 
93
  FCKToolbarButton). Thanks to Ian Sullivan.
 
94
  <LI>[<A 
 
95
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1338610&amp;group_id=75348&amp;atid=543655" 
 
96
  target="_blank">SF Patch-1338610</A>] [<A 
 
97
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1263009&amp;group_id=75348&amp;atid=543656" 
 
98
  target="_blank">SF Patch-1263009</A>] New characters have been added to the "Special Characters" 
 
99
  dialog window. Thanks to Deian.
 
100
  <LI>You can set the QueryString value "fckdebug=true" to activate "debug mode" 
 
101
  in the editor (showing the debug window), overriding the configurations. The 
 
102
  "AllowQueryStringDebug" configuration option is also available so you can 
 
103
  disable this feature.</LI></UL>
 
104
<P>Fixed Bugs:</P>
 
105
<UL>
 
106
  <LI>[<A 
 
107
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1363548&amp;group_id=75348&amp;atid=543653" 
 
108
  target="_blank">SF BUG-1363548</A>] [<A 
 
109
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1364425&amp;group_id=75348&amp;atid=543653" 
 
110
  target="_blank">SF BUG-1364425</A>] [<A 
 
111
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1335045&amp;group_id=75348&amp;atid=543653" 
 
112
  target="_blank">SF BUG-1335045</A>] [<A 
 
113
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1289661&amp;group_id=75348&amp;atid=543653" 
 
114
  target="_blank">SF BUG-1289661</A>] [<A 
 
115
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1225370&amp;group_id=75348&amp;atid=543653" 
 
116
  target="_blank">SF BUG-1225370</A>] [<A 
 
117
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1156291&amp;group_id=75348&amp;atid=543653" 
 
118
  target="_blank">SF BUG-1156291</A>] [<A 
 
119
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1165914&amp;group_id=75348&amp;atid=543653" 
 
120
  target="_blank">SF BUG-1165914</A>] [<A 
 
121
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1111877&amp;group_id=75348&amp;atid=543653" 
 
122
  target="_blank">SF BUG-1111877</A>] [<A 
 
123
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1092373&amp;group_id=75348&amp;atid=543653" 
 
124
  target="_blank">SF BUG-1092373</A>] [<A 
 
125
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1101596&amp;group_id=75348&amp;atid=543653" 
 
126
  target="_blank">SF BUG-1101596</A>] [<A 
 
127
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1246952&amp;group_id=75348&amp;atid=543653" 
 
128
  target="_blank">SF BUG-1246952</A>] The URLs for links and images are now correctly 
 
129
  preserved as entered, no matter if you are using relative or absolute paths.
 
130
  <LI>[<A 
 
131
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1162809&amp;group_id=75348&amp;atid=543653" 
 
132
  target="_blank">SF BUG-1162809</A>] [<A 
 
133
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1205638&amp;group_id=75348&amp;atid=543653" 
 
134
  target="_blank">SF BUG-1205638</A>] The "Image" and "Flash"&nbsp;dialog windows now loads the 
 
135
  preview correctly if the "BaseHref" configuration option is set. 
 
136
  <LI>[<A 
 
137
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1329807&amp;group_id=75348&amp;atid=543653" 
 
138
  target="_blank">SF BUG-1329807</A>] The alert boxes are now showing correctly when doing 
 
139
  cut/copy/paste operations on Firefox installations when it is not possible to 
 
140
  execute that operations due to security settings. 
 
141
  <LI>A new "Panel" system (used in the drop-dowm toolbar 
 
142
  commands, color selectors and context menu) has been developed. The following 
 
143
  bugs have been fixed with it: 
 
144
  <UL>
 
145
    <LI>[<A 
 
146
    href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1186927&amp;group_id=75348&amp;atid=543653" 
 
147
    target="_blank">SF BUG-1186927</A>] On IE, sometimes the context menu was being partially hidden.*
 
148
    <LI> On Firefox, the context menu was flashing in the wrong position 
 
149
    before showing.
 
150
    <LI>On Firefox 1.5, the Color Selector was not working.
 
151
    <LI>On Firefox 1.5, the fonts in the panels were too 
 
152
    big.
 
153
    <LI>[<A 
 
154
    href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1076435&amp;group_id=75348&amp;atid=543653" 
 
155
    target="_blank">SF BUG-1076435</A>] [<A 
 
156
    href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1200631&amp;group_id=75348&amp;atid=543653" 
 
157
    target="_blank">SF BUG-1200631</A>] On Firefox, sometimes the context menu was 
 
158
    being shown in the wrong position.</LI></UL>                  
 
159
           
 
160
  <LI>[<A 
 
161
  href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1364094&amp;group_id=75348" 
 
162
  target="_blank">SF BUG-1364094</A>] Font families were <A 
 
163
  href="https://bugzilla.mozilla.org/show_bug.cgi?id=317572" target="_blank">not 
 
164
  being rendered correctly on Firefox</A>         
 
165
         .
 
166
  <LI>[<A 
 
167
  href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1315954&amp;group_id=75348" 
 
168
  target="_blank">SF BUG-1315954</A>] No error is thrown when pasting some case specific code from 
 
169
  editor to editor.
 
170
  <LI>[<A 
 
171
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1341553&amp;group_id=75348&amp;atid=543653" 
 
172
  target="_blank">SF BUG-1341553</A>] A small fix for a security alert in the File&nbsp;Browser has been applied.
 
173
  <LI>[<A 
 
174
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1370953&amp;group_id=75348&amp;atid=543653" 
 
175
  target="_blank">SF BUG-1370953</A>] [<A 
 
176
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1339898&amp;group_id=75348&amp;atid=543653" 
 
177
  target="_blank">SF BUG-1339898</A>] [<A 
 
178
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1323319&amp;group_id=75348&amp;atid=543653" 
 
179
  target="_blank">SF BUG-1323319</A>] A message will be shown to the user (instead 
 
180
  of a JS error)&nbsp;if a "popup blocker" blocks the "Browser Server" button. 
 
181
  Thanks to Erwin Verdonk.
 
182
  <LI>[<A 
 
183
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1370355&amp;group_id=75348&amp;atid=543653" 
 
184
  target="_blank">SF BUG-1370355</A>] Anchor links that points to a single character anchor, like 
 
185
  "#A", are now correctly detected in the Link dialog window. Thanks to Ricky 
 
186
  Casey.
 
187
  <LI>[<A 
 
188
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1368998&amp;group_id=75348&amp;atid=543653" 
 
189
  target="_blank">SF BUG-1368998</A>] Custom error processing has been added to the file upload on 
 
190
  the File Browser.
 
191
  <LI>[<A 
 
192
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1367802&amp;group_id=75348&amp;atid=543653" 
 
193
  target="_blank">SF BUG-1367802</A>] [<A 
 
194
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1207740&amp;group_id=75348&amp;atid=543653" 
 
195
  target="_blank">SF BUG-1207740</A>] A message is shown to the user if a dialog 
 
196
  box is blocked by a popup blocker in Firefox.
 
197
  <LI>[<A 
 
198
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1358891&amp;group_id=75348&amp;atid=543653" 
 
199
  target="_blank">SF BUG-1358891</A>] [<A 
 
200
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1340960&amp;group_id=75348&amp;atid=543653" 
 
201
  target="_blank">SF BUG-1340960</A>] The editor not works locally (without a web server) on 
 
202
  directories where the path contains spaces.
 
203
  <LI>[<A 
 
204
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1357247&amp;group_id=75348&amp;atid=543653" 
 
205
  target="_blank">SF BUG-1357247</A>] The editor now intercepts SHIFT + INS keystrokes when needed.
 
206
  <LI>[<A 
 
207
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1328488&amp;group_id=75348&amp;atid=543653" 
 
208
  target="_blank">SF BUG-1328488</A>] <STRONG><FONT 
 
209
  color="#ff0000">Attention</FONT></STRONG>: The Page Break command now 
 
210
  produces different tags&nbsp;to avoid&nbsp;XHTML compatibility issues. Any 
 
211
  Page Break previously applied to content produced with previous versions of FCKeditor will 
 
212
  not me rendered now, even if&nbsp;they will still be working correctly.
 
213
  <LI>It is now possible to allow cut/copy/past operations on Firefox using the 
 
214
  <A 
 
215
  href="http://kb.mozillazine.org/Granting_JavaScript_access_to_the_clipboard" 
 
216
  target="_blank">user.js</A>         
 
217
              
 
218
     file.
 
219
  <LI>[<A 
 
220
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1336792&amp;group_id=75348&amp;atid=543653" 
 
221
  target="_blank">SF BUG-1336792</A>] A fix has been applied to the XHTML processor to allow tag 
 
222
  names with the "minus" char (-).
 
223
  <LI>[<A 
 
224
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1339560&amp;group_id=75348&amp;atid=543653" 
 
225
  target="_blank">SF BUG-1339560</A>] The editor now correctly removes the "selected" option for 
 
226
  checkboxes and radio buttons.
 
227
  <LI>The Table dialog box now selects the table correctly 
 
228
  when right-clicking on objects (like images) placed inside the table.
 
229
  <LI><STRONG><FONT color="#ff0000">Attention</FONT></STRONG> : A few changes have been made 
 
230
  in the skins. If you have a custom skin, it is recommended you to make a diff 
 
231
  of the fck_contextmenu.css file of the default skin with your implementation.
 
232
  <LI>Mouse select (marking&nbsp;things in blue, like 
 
233
  selecting text) has been disabled on panels (drop-down menu commands, color 
 
234
  selector and context menu) and toolbar, for both IE and Firefox. 
 
235
  <LI>On Gecko, fake borders will not be applied to tables 
 
236
  with the border attribute set to more than 0, but placed inside tables with 
 
237
  border set to 0.
 
238
  <LI>[<A 
 
239
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1360717&amp;group_id=75348&amp;atid=543653" 
 
240
  target="_blank">SF BUG-1360717</A>] A wrapping issue in the "Silver" skin has been corrected. 
 
241
  Thanks to Ricky Casey.
 
242
  <LI>[<A 
 
243
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1251145&amp;group_id=75348&amp;atid=543653" 
 
244
  target="_blank">SF BUG-1251145</A>] In IE, the focus is now maintained in the text when clicking 
 
245
  in the empty area&nbsp;following it.
 
246
  <LI>[<A 
 
247
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1181386&amp;group_id=75348&amp;atid=543653" 
 
248
  target="_blank">SF BUG-1181386</A>] [<A 
 
249
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1237791&amp;group_id=75348&amp;atid=543653" 
 
250
  target="_blank">SF BUG-1237791</A>] The "Stylesheet Classes" field in the Link dialog window in now applied 
 
251
  correctly on IE. Thanks to Andrew Crowe.
 
252
  <LI>The "Past from Word" dialog windows is now showing 
 
253
  correctly on Firefox on some languages.
 
254
  <LI>[<A 
 
255
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1315008&amp;group_id=75348&amp;atid=543653" 
 
256
  target="_blank">SF BUG-1315008</A>] [<A 
 
257
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1241992&amp;group_id=75348&amp;atid=543653" 
 
258
  target="_blank">SF BUG-1241992</A>] IE, when selecting objects (like images) and hitting 
 
259
  the "Backspace" button, the browser's "back" will not get executed anymore and 
 
260
  the object will be correctly deleted.
 
261
  <LI>The "AutoDetectPasteFromWord" is now working correctly in IE. Thanks to 
 
262
  Juan Ant. Gmez.
 
263
  <LI>A small enhancement has been made in the Word pasting 
 
264
  detection. Thanks to Juan Ant. Gmez.
 
265
  <LI>[<A 
 
266
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090686&amp;group_id=75348&amp;atid=543653" 
 
267
  target="_blank">SF BUG-1090686</A>] No more conflict with Firefox "Type-Ahead Find" feature.
 
268
  <LI>[<A 
 
269
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=942653&amp;group_id=75348&amp;atid=543653" 
 
270
  target="_blank">SF BUG-942653</A>] [<A 
 
271
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155856&amp;group_id=75348&amp;atid=543653" 
 
272
  target="_blank">SF BUG-1155856</A>] The "width" and "height" of images sized 
 
273
  using the inline handlers are now correctly loaded in the image dialog box.
 
274
  <LI>[<A 
 
275
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1209093&amp;group_id=75348&amp;atid=543653" 
 
276
  target="_blank">SF BUG-1209093</A>] When "Full Page Editing" is active, in the 
 
277
  "Document Properties" dialog, the "Browse Server" button for the page 
 
278
  background is now correctly hidden if "ImageBrowser" is set to "false" in the 
 
279
  configurations file. Thanks to Richard.
 
280
  <LI>[<A 
 
281
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1120266&amp;group_id=75348&amp;atid=543653" 
 
282
  target="_blank">SF BUG-1120266</A>] [<A 
 
283
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1186196&amp;group_id=75348&amp;atid=543653" 
 
284
  target="_blank">SF BUG-1186196</A>] The editor now retains the focus when 
 
285
  selecting commands in the toolbar.
 
286
  <LI>[<A 
 
287
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1244480&amp;group_id=75348&amp;atid=543653" 
 
288
  target="_blank">SF BUG-1244480</A>] The editor now will look first to linked fields "ids" 
 
289
  and&nbsp;second to "names".
 
290
  <LI>[<A 
 
291
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1252905&amp;group_id=75348&amp;atid=543653" 
 
292
  target="_blank">SF BUG-1252905</A>] The "InsertHtml" function now preserves URLs 
 
293
  as entered.
 
294
  <LI>[<A 
 
295
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1266317&amp;group_id=75348&amp;atid=543653" 
 
296
  target="_blank">SF BUG-1266317</A>] Toolbar commands are not anymore executed 
 
297
  outside the editor.
 
298
  <LI>[<A 
 
299
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1365664&amp;group_id=75348&amp;atid=543653" 
 
300
  target="_blank">SF BUG-1365664</A>] The "wrap=virtual" attribute has been removed from the 
 
301
  integration files for validation purposes. No big impact.
 
302
  <LI>[<A 
 
303
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=972193&amp;group_id=75348&amp;atid=543653" 
 
304
  target="_blank">SF BUG-972193</A>] Now just one click is needed to active the cursor inside the 
 
305
  editor.
 
306
  <LI>The hidden fields used by the editor are now protected 
 
307
  from changes using the "Web Developer Add-On &gt; Forms &gt; Display Forms 
 
308
  Details" extension. Thanks to Jean-Marie Griess.
 
309
  <LI>On IE, the "Format" toolbar dropdown now reflects the 
 
310
  current paragraph type on IE. Because of a bug in the browser, it is quite 
 
311
  dependent on the browser language and the editor interface language (both must 
 
312
  be the same). Also, as the "Normal (DIV)" type is seen by IE as "Normal", to 
 
313
  avoid confusion, both types are ignored by this fix.
 
314
  <LI>On some very rare cases, IE was loosing the "align" 
 
315
  attribute for DIV tags. Fixed.
 
316
  <LI>[<A 
 
317
  href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1388799&amp;group_id=75348" 
 
318
  target="_blank">SF BUG-1388799</A>] The code formatter was removing spaces on the beginning of 
 
319
  lines inside PRE tags. Fixed.
 
320
  <LI>[<A 
 
321
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1387135&amp;group_id=75348&amp;atid=543653" 
 
322
  target="_blank">SF BUG-1387135</A>] No more "NaN" values in the image dialog, when changing the 
 
323
  sizes in some situations.
 
324
  <LI>Corrected a small type in the table handler.
 
325
  <LI>You can now set the "z-index" for floating panels (toolbar dropdowns, 
 
326
  color selectors, context menu) in Firefox, avoiding having them hidden under 
 
327
  another objects. By default it is set to 10,000. Use the FloatingPanelsZIndex 
 
328
  configuration option to change this value.</LI></UL>
 
329
<P><STRONG>Special thanks</STRONG>  to <A href="https://sourceforge.net/users/alfonsoml/" 
 
330
target="_blank">Alfonso Martinez</A>, 
 
331
who have provided many patches and suggestions for the following features / 
 
332
fixes present in this version. I encourage all you to <A 
 
333
href="https://sourceforge.net/donate/index.php?user_id=1356422">donate</A> to Alfonso, as a way to say thanks for 
 
334
his nice open source approach. Thanks Alfonso!. Check out his contributions:</P>
 
335
<UL>
 
336
  <LI>[<A 
 
337
  href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1364094&amp;group_id=75348" 
 
338
  target="_blank">SF BUG-1352539</A>] [<A 
 
339
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1208348&amp;group_id=75348&amp;atid=543653" 
 
340
  target="_blank">SF BUG-1208348</A>] With Firefox, no more "fake" selections are 
 
341
  appearing when inserting images, tables, special chars or when using the 
 
342
  "insertHtml" function.
 
343
  <LI>[<A 
 
344
  href="https://sourceforge.net/tracker/?func=detail&amp;atid=543655&amp;aid=1382588&amp;group_id=75348" 
 
345
  target="_blank">SF Patch-1382588</A>] The "FCKConfig.DisableImageHandles" 
 
346
  configuration option is not working on Firefox 1.5.
 
347
  <LI>[<A 
 
348
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1368586&amp;group_id=75348&amp;atid=543655" 
 
349
  target="_blank">SF Patch-1368586</A>] Some fixes have been applied to the Flash 
 
350
  dialog box and the Flash pre-processor.
 
351
  <LI>[<A 
 
352
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1360253&amp;group_id=75348&amp;atid=543655" 
 
353
  target="_blank">SF Patch-1360253</A>] [<A 
 
354
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1378782&amp;group_id=75348&amp;atid=543653" 
 
355
  target="_blank">SF BUG-1378782</A>] [<A 
 
356
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1305899&amp;group_id=75348&amp;atid=543653" 
 
357
  target="_blank">SF BUG-1305899</A>] [<A 
 
358
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1344738&amp;group_id=75348&amp;atid=543653" 
 
359
  target="_blank">SF BUG-1344738</A>] [<A 
 
360
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1347808&amp;group_id=75348&amp;atid=543653" 
 
361
  target="_blank">SF BUG-1347808</A>] On dialogs, some fields&nbsp;became 
 
362
  impossible to select or change when using Firefox. It has been fixed.
 
363
  <LI>[<A 
 
364
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1357445&amp;group_id=75348&amp;atid=543655" 
 
365
  target="_blank">SF Patch-1357445</A>] Add support for DIV in the Format 
 
366
  drop-down combo for Firefox.
 
367
  <LI>[<A 
 
368
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1350465&amp;group_id=75348&amp;atid=543653" 
 
369
  target="_blank">SF BUG-1350465</A>] [<A 
 
370
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1376175&amp;group_id=75348&amp;atid=543653" 
 
371
  target="_blank">SF BUG-1376175</A>] The "Cell Properties" dialog now works 
 
372
  correctly when right-clicking in an object (image, for example) placed inside 
 
373
  the cell itself.
 
374
  <LI>[<A 
 
375
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1349166&amp;group_id=75348&amp;atid=543655" 
 
376
  target="_blank">SF Patch-1349166</A>] On IE, there is now support for namespaces 
 
377
  on tags names.
 
378
  <LI>[<A 
 
379
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1350552&amp;group_id=75348&amp;atid=543655" 
 
380
  target="_blank">SF Patch-1350552</A>] Fix the display issue when applying styles 
 
381
  on tables.
 
382
  <LI>[<A 
 
383
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1352320&amp;group_id=75348&amp;atid=543655" 
 
384
  target="_blank">SF Patch-1352320</A>  ] Fixed&nbsp;a wrong&nbsp;usage of the 
 
385
  "parentElement" property on Gecko.
 
386
  <LI>[<A 
 
387
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1355007&amp;group_id=75348&amp;atid=543655" 
 
388
  target="_blank">SF Patch-1355007</A>] The new "FCKDebug.OutputObject" function 
 
389
  is available to dump all object information in the debug window.
 
390
  <LI>[<A 
 
391
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1329500&amp;group_id=75348&amp;atid=543655" 
 
392
  target="_blank">SF Patch-1329500</A>] It is now possible to delete table 
 
393
  columns when clicking on a TH cell of the column.
 
394
  <LI>[<A 
 
395
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1315351&amp;group_id=75348&amp;atid=543655" 
 
396
  target="_blank">SF Patch-1315351</A>] It is now possible to pass the image width 
 
397
  and height to the "SetUrl" function of the Flash dialog box.
 
398
  <LI>[<A 
 
399
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1327384&amp;group_id=75348&amp;atid=543655" 
 
400
  target="_blank">SF Patch-1327384</A>] TH tags are now correctly handled by the 
 
401
  source code formatter and the "FillEmptyBlocks" configuration option.
 
402
  <LI>[<A 
 
403
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1327406&amp;group_id=75348&amp;atid=543655" 
 
404
  target="_blank">SF Patch-1327406</A>] Fake borders are now displayed for TH elements on tables 
 
405
  with border set to 0. Also, on Firefox, it will now work even if the border 
 
406
  attribute is not defined and the borders are not dotted.
 
407
  <LI>Hidden fields now get rendered on Firefox.
 
408
  <LI>The BasePath is now included in the debugger URL to avoid problems when 
 
409
  calling it from plugins.</LI></UL>
 
410
<P>* This version has been partially sponsored by <A 
 
411
href="http://www.alkacon.com" target="_blank">Alkacon Software</A>.</P>
 
412
<H3>Version 2.1.1</H3>
 
413
                <P>New Features and Improvements:</P>
 
414
                <UL>
 
415
                        <LI>
 
416
                                The new "<STRONG>Insert Page Break</STRONG>"&nbsp;command (for printing)&nbsp;has been introduced.*
 
417
  <LI>The editor package now has a root directory called "FCKeditor".</LI></UL>
 
418
                <P>Fixed Bugs:</P>
 
419
                <UL>
 
420
                        <LI>
 
421
                                [<A 
 
422
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1326285&amp;group_id=75348&amp;atid=543653" 
 
423
  target="_blank">SF BUG-1326285</A>] [<A 
 
424
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1316430&amp;group_id=75348&amp;atid=543653" 
 
425
  target="_blank">SF BUG-1316430</A>] [<A 
 
426
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1323662&amp;group_id=75348&amp;atid=543653" 
 
427
  target="_blank">SF BUG-1323662</A>] [<A 
 
428
  href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1326223&amp;group_id=75348&amp;atid=543653" 
 
429
  target="_blank">SF BUG-1326223</A>] We are doing a little step back with this 
 
430
  version. The ENTER and BACKSPACE behavior changes for Firefox have been 
 
431
  remove. It is a nice feature, but we need much more testing&nbsp;on it. It 
 
432
  introduced some bugs and so its preferable to not have that feature, avoiding 
 
433
  problems (even if that feature was intended to solve some issues).
 
434
  <LI>
 
435
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1289372&amp;group_id=75348&amp;atid=543653"
 
436
                                        target="_blank">SF BUG-1275714</A>] Comments in the beginning of the 
 
437
                        source are now preserved when using the "undo" and "redo" commands.
 
438
                        <LI>
 
439
                                The "undo" and "redo" commands now work for the Style 
 
440
  command.
 
441
  <LI>An error in the execution of the pasting commands on 
 
442
  Firefox has been fixed.
 
443
  <LI>[<A 
 
444
  href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1326184&amp;group_id=75348" 
 
445
  target="_blank">SF BUG-1326184</A>] No strange (invalid) entities are created 
 
446
  when using Firefox. Also, the &amp;nbsp; used by the FillEmptyBlocks setting 
 
447
  is maintained even if you disable the ProcessHTMLEntities setting.</LI></UL>
 
448
                <P>* This version has been partially sponsored by <A href="http://www.acttive.com.br/" target="_blank">
 
449
                                Acctive Software&nbsp;S.A.</A>.</P>
 
450
                <H3>Version 2.1</H3>
 
451
                <P>New Features and Improvements:</P>
 
452
                <UL>
 
453
                        <LI>
 
454
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1200328&amp;group_id=75348&amp;atid=543653"
 
455
                                        target="_blank">SF BUG-1200328</A>] The editor now offers a way to 
 
456
                        "protect" part of the source to remain untouched while editing or changing 
 
457
                        views.&nbsp;Just use the "FCKConfig.ProtectedSource" object to configure it and 
 
458
                        customize to your needs. It is based on regular expressions. See fckconfig.js 
 
459
                        for some samples.
 
460
                        <LI>
 
461
                                The editor now offers native support for <STRONG>Lasso</STRONG>. Thanks and 
 
462
                        welcome&nbsp;to our new developer Jason Huck.
 
463
                        <LI>
 
464
                                New language files are available:
 
465
                                <UL>
 
466
                                        <LI>
 
467
                                                <STRONG>Faraose</STRONG>
 
468
                                        (by Smin Lassaberg and&nbsp;Helgi Arnthorsson)
 
469
                                        <LI>
 
470
                                                <STRONG>Malay</STRONG>
 
471
                                        (by Fairul Izham Mohd Mokhlas)
 
472
                                        <LI>
 
473
                                                <STRONG>Mongolian</STRONG>
 
474
                                        (by Lkamtseren Odonbaatar)
 
475
                                        <LI>
 
476
                                                <STRONG>Vietnamese</STRONG> (by Phan Binh Giang)</LI></UL>
 
477
                        <LI>
 
478
                        A new configurable&nbsp;ColdFusion connector is available. Thanks to Mark 
 
479
                        Woods. Many enhancements has been introduced with it.
 
480
                        <LI>
 
481
                        The PHP connector for the default File Browser now sorts the folders and files 
 
482
                        names.
 
483
                        <LI>
 
484
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1289372&amp;group_id=75348&amp;atid=543653"
 
485
                                        target="_blank">SF BUG-1289372</A>] [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1282758&amp;group_id=75348&amp;atid=543653"
 
486
                                        target="_blank">SF BUG-1282758</A>] In the PHP connector it is now 
 
487
                        possible to set the absolute (server) path to the User Files directory, 
 
488
                        avoiding problems with Virtual Directories, Symbolic Links or Aliases. Take a 
 
489
                        look at the config.php file.
 
490
                        <LI>
 
491
                        The ASP.Net uploader (for Quick Uploads) has been added to the package.
 
492
                        <LI>
 
493
                                A new way to define <STRONG>simple "combo" toolbar items</STRONG>
 
494
                        , like Style and Font, has been introduced.&nbsp;Thanks&nbsp;to Steve 
 
495
                        Lineberry.&nbsp;See sample06.html and the "simplecommands" plugin&nbsp;to fully 
 
496
                        understand it.
 
497
                        <LI>
 
498
                        A new test case has been added that shows how to set the editor background 
 
499
                        dynamically without using a CSS.
 
500
                        <LI>
 
501
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155906&amp;group_id=75348&amp;atid=543653"
 
502
                                        target="_blank">SF BUG-1155906</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1110116&amp;group_id=75348&amp;atid=543653"
 
503
                                        target="_blank">SF BUG-1110116</A>] [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1216332&amp;group_id=75348&amp;atid=543653"
 
504
                                        target="_blank">SF BUG-1216332</A>] The "AutoDetectPasteFromWord" 
 
505
                        configuration option is back (IE only feature).
 
506
                        <LI>
 
507
                        The&nbsp;new "OnAfterLinkedFieldUpdate" event has been introduced. If is fired 
 
508
                        when the editor updates its hidden associated field.
 
509
                        <LI>
 
510
                        Attention: The color of the right border of the toolbar (left on RTL 
 
511
                        interfaces) has been moved from code to the CSS (TB_SideBorder class). Update 
 
512
                        your custom skins.
 
513
                        <LI>
 
514
                        A&nbsp;sample "htaccess.txt" file has been added to the editor's package to 
 
515
                        show how to configure some Linux sites that could present problems on Firefox 
 
516
                        with "Illegal characters" errors. Respectively the "ļ»æ" chars.
 
517
                        <LI>
 
518
                        With the JavaScript, ASP and PHP integration files, you can set the QueryString 
 
519
                        value "fcksource=true" to load the editor using the source files (located in 
 
520
                        the _source directory) instead of the compressed ones. Thanks to Kae Verens for 
 
521
                        the suggestion.
 
522
                        <LI>
 
523
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1246623&amp;group_id=75348&amp;atid=543656"
 
524
                                        target="_blank">SF Feature-1246623</A>] The new configuration option 
 
525
                        "ForceStrongEm" has been introduced so you can force the editor to convert all 
 
526
                        &lt;B&gt; and &lt;I&gt; tags to &lt;STRONG&gt; and &lt;EM&gt; respectively.
 
527
                        <LI>
 
528
                                A nice contribution has been done by Goss Interactive Ltd:
 
529
                                <UL>
 
530
                                        <LI>
 
531
                                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1246949&amp;group_id=75348&amp;atid=543653"
 
532
                                                        target="_blank">SF BUG-1246949</A>] Implemented ENTER key and BACKSPACE key 
 
533
                                                handlers for Gecko so that P tags (or an appropriate block element) get 
 
534
                                                inserted instead of BR tags when not in the UseBROnCarriageReturn config mode.
 
535
                                                <BR>
 
536
                                                The ENTER key handling has been written to function much the same as the ENTER 
 
537
                                                key handling on IE : as soon as the ENTER key is pressed, existing content will 
 
538
                                                be wrapped with a suitable block element (P tag) as appropriate and a new block 
 
539
                                                element (P tag) will be started.
 
540
                                                <BR>
 
541
                                        The ENTER key handler also caters for pressing ENTER within empty list items - 
 
542
                                        ENTER in an empty item at the top of a list will remove that list item and 
 
543
                                        start a new P tag above the list; ENTER in an empty item at the bottom of a 
 
544
                                        list will remove that list item and start a new P tag below the list; ENTER in 
 
545
                                        an empty item in the middle of a list will remove that list item, split the 
 
546
                                        list into two, and start a new P tag between the two lists.
 
547
                                        <LI>
 
548
                                        Any tables that are found to be incorrectly nested within a block element (P 
 
549
                                        tag) will be moved out of the block element when loaded into the editor. This 
 
550
                                        is required for the new ENTER/BACKSPACE key handlers and it also avoids 
 
551
                                        non-compliant HTML.&nbsp;
 
552
                                        <LI>
 
553
                                                The InsertOrderedList and InsertUnorderedList commands have been overridden on 
 
554
                                                Gecko to ensure that block elements (P tags) are placed around a list item's 
 
555
                                                content when it is moved out of the list due to clicking on the editor's list 
 
556
                                                toolbar buttons (when not in the UseBROnCarriageReturn config mode).
 
557
                                        </LI>
 
558
                                </UL>
 
559
                        </LI>
 
560
                </UL>
 
561
                <P>Fixed Bugs:</P>
 
562
                <UL>
 
563
                        <LI>
 
564
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1253255&amp;group_id=75348&amp;atid=543653"
 
565
                                        target="_blank">SF BUG-1253255</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1253255&amp;group_id=75348&amp;atid=543653"
 
566
                                        target="_blank">SF BUG-1265520</A>] Due to changes on version 2.0, the 
 
567
                        anchor list was not anymore visible in the link dialog window. It has been 
 
568
                        fixed.
 
569
                        <LI>
 
570
                                [<A href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1242979&amp;group_id=75348"
 
571
                                        target="_blank">SF BUG-1242979</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1251354&amp;group_id=75348&amp;atid=543653"
 
572
                                        target="_blank">SF BUG-1251354</A>] [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1256178&amp;group_id=75348&amp;atid=543653"
 
573
                                        target="_blank">SF BUG-1256178</A>] [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1274841&amp;group_id=75348&amp;atid=543653"
 
574
                                        target="_blank">SF BUG-1274841</A>] [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1303949&amp;group_id=75348&amp;atid=543653"
 
575
                                        target="_blank">SF BUG-1303949</A>] Due to a bug on Firefox, some keys 
 
576
                        stopped working on startup over Firefox. It has been fixed.
 
577
                        <LI>
 
578
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1251373&amp;group_id=75348&amp;atid=543653"
 
579
                                        target="_blank">SF BUG-1251373</A>
 
580
                        ] The above fix also has&nbsp;corrected some strange behaviors on Firefox.
 
581
                        <LI>
 
582
                                [<A href="https://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1144258"
 
583
                                        target="_blank">SF BUG-1144258</A>] [<A href="https://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1092081"
 
584
                                        target="_blank">SF BUG-1092081</A>] The File Browsers now run on 
 
585
                        the&nbsp;same server session used in the page where the editor is placed in (IE 
 
586
                        issue). Thanks to Simone Chiaretta.
 
587
                        <LI>
 
588
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1305619&amp;group_id=75348&amp;atid=543653"
 
589
                                        target="_blank">SF BUG-1305619</A>
 
590
                        ] No more repeated login dialogs when running the editor with Windows 
 
591
                        Integrated Security with IIS.
 
592
                        <LI>
 
593
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1245304&amp;group_id=75348&amp;atid=543655"
 
594
                                        target="_blank">SF Patch-1245304</A>] The Test Case 004 is now working 
 
595
                        correctly. It has been changed to set the editor hidden at startup.
 
596
                        <LI>
 
597
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1290610&amp;group_id=75348&amp;atid=543653"
 
598
                                        target="_blank">SF BUG-1290610</A>
 
599
                        ] Over HTTPS, there were some warnings when loading the Images, Flash and Link 
 
600
                        dialogs. Fixed.
 
601
                        <LI>
 
602
                        Due to Gecko bugs, two errors were thrown when loading the editor in a hidden 
 
603
                        div. Workarounds have been introduced. In any case, the testcase 004 hack is 
 
604
                        needed when showing the editor (as in a tabbed interface).
 
605
                        <LI>
 
606
                        An invalid path in the dialogs CSS file has been corrected.
 
607
                        <LI>
 
608
                        On IE, the Undo/Redo can now be controlled using the Ctrl+Z and Ctrl+Y shortcut 
 
609
                        keys.
 
610
                        <LI>
 
611
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1295538&amp;group_id=75348&amp;atid=543653"
 
612
                                        target="_blank">SF BUG-1295538</A>
 
613
                        ] A few Undo/Redo fixes for IE have been done.
 
614
                        <LI>
 
615
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1247070&amp;group_id=75348&amp;atid=543653"
 
616
                                        target="_blank">SF BUG-1247070</A>] On Gecko, it is now possible to use 
 
617
                        the shortcut keys for Bold (CTRL+B), Italic (CTRL+I) and Underline (CTRL+U), 
 
618
                        like in IE.
 
619
                        <LI>
 
620
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1274303&amp;group_id=75348&amp;atid=543653"
 
621
                                        target="_blank">SF BUG-1274303</A>] The "Insert Column" command is now 
 
622
                        working correctly on TH cells. It also copies any attribute applied to the 
 
623
                        source cells.
 
624
                        <LI>
 
625
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1287070&amp;group_id=75348&amp;atid=543655"
 
626
                                        target="_blank">SF Patch-1287070</A>
 
627
                        ] In the Universal Keyboard, the Arabic keystrokes translator is now working 
 
628
                        with Firefox. Thanks again to Abdul-Aziz Al-Oraij.
 
629
                        <LI>
 
630
                        The editor now handles AJAX requests with HTTP status 304.
 
631
                        <LI>
 
632
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1157780&amp;group_id=75348&amp;atid=543653"
 
633
                                        target="_blank">SF BUG-1157780</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1229077&amp;group_id=75348&amp;atid=543653"
 
634
                                        target="_blank">SF BUG-1229077</A>] Weird comments are now handled 
 
635
                        correctly (ignored on some cases).
 
636
                        <LI>
 
637
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155774&amp;group_id=75348&amp;atid=543653"
 
638
                                        target="_blank">SF BUG-1155774</A>] A spelling error in the Bulleted 
 
639
                        List Properties dialog has been corrected.
 
640
                        <LI>
 
641
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1272018&amp;group_id=75348&amp;atid=543653"
 
642
                                        target="_blank">SF BUG-1272018</A>] The ampersand character can now be 
 
643
                        added from the Special Chars dialog.
 
644
                        <LI>
 
645
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1263161&amp;group_id=75348&amp;atid=543653"
 
646
                                        target="_blank">SF BUG-1263161</A>] A small fix has been applied to the 
 
647
                        sampleposteddata.php file. Thanks to Mike Wallace.
 
648
                        <LI>
 
649
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1241504&amp;group_id=75348&amp;atid=543653"
 
650
                                        target="_blank">SF BUG-1241504</A>] The editor now looks also for the 
 
651
                        ID of the hidden linked field.
 
652
                        <LI>
 
653
                        The caption property on tables is now working on Gecko. Thanks to Helen Somers 
 
654
                        (Goss Interactive Ltd).
 
655
                        <LI>
 
656
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1297431&amp;group_id=75348&amp;atid=543653"
 
657
                                        target="_blank">SF BUG-1297431</A>] With IE, the editor now works 
 
658
                        locally when its files are placed in a directory path that contains spaces.
 
659
                        <LI>
 
660
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1279551&amp;group_id=75348&amp;atid=543653"
 
661
                                        target="_blank">SF BUG-1279551</A>] [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1242105&amp;group_id=75348&amp;atid=543653"
 
662
                                        target="_blank">SF BUG-1242105</A>] On IE, some features are dependant 
 
663
                        of ActiveX components (secure... distributed&nbsp;with IE itself). Some 
 
664
                        security setting could avoid the usage of those components and the editor would 
 
665
                        stop working. Now a message is shown, indicating the use the minimum necessary 
 
666
                        settings need&nbsp;by the editor to run.
 
667
                        <LI>
 
668
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1298880&amp;group_id=75348&amp;atid=543653"
 
669
                                        target="_blank">SF BUG-1298880</A>] Firefox can't handle the STRONG and 
 
670
                        EM tags. Those tags are now converted to B and I so it works accordingly.
 
671
                        <LI>
 
672
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1271723&amp;group_id=75348&amp;atid=543653"
 
673
                                        target="_blank">SF BUG-1271723</A>] On IE, it is now possible to select 
 
674
                        the text and work correctly in the contents of absolute positioned/dimensioned 
 
675
                        divs.
 
676
                        <LI>
 
677
                        On IE, there is no need to click twice in the editor to&nbsp;activate the 
 
678
                        cursor in the editing area.
 
679
                        <LI>
 
680
                                [<A href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1221621&amp;group_id=75348"
 
681
                                        target="_blank">SF BUG-1221621</A>] Many "warnings" in the Firefox 
 
682
                        console are not thrown anymore.
 
683
                        <LI>
 
684
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1295526&amp;group_id=75348&amp;atid=543653"
 
685
                                        target="_blank">SF BUG-1295526</A>] While&nbsp;editing on "FullPage" 
 
686
                        mode the basehref is now active for CSS "link" tags.
 
687
                        <LI>
 
688
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1222584&amp;group_id=75348&amp;atid=543655"
 
689
                                        target="_blank">SF Patch-1222584</A>] A small fix to the PHP connector 
 
690
                        has been applied.
 
691
                        <LI>
 
692
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1281313&amp;group_id=75348&amp;atid=543655"
 
693
                                        target="_blank">SF Patch-1281313</A>] A few small changes to avoid 
 
694
                        problems with Plone. Thanks to Jean-mat.
 
695
                        <LI>
 
696
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1275911&amp;group_id=75348&amp;atid=543653"
 
697
                                        target="_blank">SF BUG-1275911</A>] A check for double dots sequences on 
 
698
                                directory names on creation has been introduced to the PHP and ASP connectors.</LI></UL>
 
699
                <H3>Version 2.0</H3>
 
700
                <P>New Features and Improvements:</P>
 
701
                <UL>
 
702
                        <LI>
 
703
                                The&nbsp;new "<STRONG>Flash</STRONG>" command is available. Now you can 
 
704
                        easily handle Flash content, over IE and Gecko, including server browser 
 
705
                        integration and context menu support. Due to limitations of the browsers, it is 
 
706
                        not possible to see the preview of the movie while editing, so a nice 
 
707
                        "placeholder" is used instead. *
 
708
                        <LI>
 
709
                                A&nbsp;"<STRONG>Quick Upload</STRONG>
 
710
                        " option is now available in the link, image and flash dialog windows, so the 
 
711
                        user don't need to go (or have) the File Browser for this operations. The ASP 
 
712
                        and PHP uploader&nbsp;are included.&nbsp;Take a look at the configuration 
 
713
                        file.***
 
714
                        <LI>
 
715
                                Added support for <STRONG>Active FoxPro Pages</STRONG>
 
716
                        . Thanks to our new developer, Snke Freitag.
 
717
                        <LI>
 
718
                                It is now possible to <STRONG>disable the size handles</STRONG>
 
719
                        for images and tables (IE only feature). Take a look at the DisableImageHandles 
 
720
                        and DisableTableHandles configuration options.
 
721
                        <LI>
 
722
                        The handles on form fields&nbsp;(small squares around them) and the inline 
 
723
                        editing of&nbsp;its contents&nbsp;have been disabled. This makes it easier to 
 
724
                        users to use the controls.
 
725
                        <LI>
 
726
                        A much better support for Word pasting operations has been introduced. Now it 
 
727
                        uses a dialog box, in this way we have better results and more control.**
 
728
                        <LI>
 
729
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1225372&amp;group_id=75348&amp;atid=543655"
 
730
                                        target="_blank">SF Patch-1225372</A>] A small change has been done to the 
 
731
                                PHP integration file. The generic __construct constructor has been added for 
 
732
                                better PHP 5 sub-classing&nbsp;compatibility (backward compatible). Thanks to 
 
733
                                Marcus Bointon.</LI></UL>
 
734
                <P>Fixed Bugs:</P>
 
735
                <UL>
 
736
                        <LI>
 
737
                        ATTENTION: Some security changes have been made to the connectors. Now you must 
 
738
                        explicitly enable the connector you want to use. Please test your application 
 
739
                        before deploying this update.
 
740
                        <LI>
 
741
                                [<A href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1211591"
 
742
                                        target="_blank">SF BUG-1211591</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1204273&amp;group_id=75348&amp;atid=543653"
 
743
                                        target="_blank">SF BUG-1204273</A>] The connectors have been changed so 
 
744
                        it is not possible to use ".." on directory names.
 
745
                        <LI>
 
746
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1219734&amp;group_id=75348&amp;atid=543655"
 
747
                                        target="_blank">SF Patch-1219734</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1219728&amp;group_id=75348&amp;atid=543653"
 
748
                                        target="_blank">SF BUG-1219728</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1208654&amp;group_id=75348&amp;atid=543653"
 
749
                                        target="_blank">SF BUG-1208654</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1205442&amp;group_id=75348&amp;atid=543653"
 
750
                                        target="_blank">SF BUG-1205442</A>] There was an error in the page 
 
751
                        unload on some cases that has been fixed.
 
752
                        <LI>
 
753
                                [<A href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1209708"
 
754
                                        target="_blank">SF BUG-1209708</A>] [<A href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1214125"
 
755
                                        target="_blank">SF BUG-1214125</A>] The undo on IE is now working 
 
756
                        correctly when the user starts typing.
 
757
                        <LI>
 
758
                        The preview now loads "Full Page" editing correctly. It also uses the same 
 
759
                        XHTML code produced by the final output.
 
760
                        <LI>
 
761
                        The "Templates" dialog was not working on some very specific (and strange) 
 
762
                        occasions over IE.
 
763
                        <LI>
 
764
                                [<A href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1199631&amp;group_id=75348"
 
765
                                        target="_blank">SF BUG-1199631</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1171944&amp;group_id=75348&amp;atid=543653"
 
766
                                        target="_blank">SF BUG-1171944</A>] A new option is available to avoid 
 
767
                        a bad IE behavior that shows the horizontal scrollbar even when not needed. You 
 
768
                        can now force the vertical scrollbar to be always visible. Just set the 
 
769
                        "IEForceVScroll" configuration option to "true". Thanks to Grant Bartlett.
 
770
                        <LI>
 
771
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1212026&amp;group_id=75348&amp;atid=543655"
 
772
                                        target="_blank">SF Patch-1212026</A>] [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1228860&amp;group_id=75348&amp;atid=543653"
 
773
                                        target="_blank">SF BUG-1228860</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1211775&amp;group_id=75348&amp;atid=543653"
 
774
                                        target="_blank">SF BUG-1211775</A>] [<A href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1199824"
 
775
                                        target="_blank">SF BUG-1199824</A>] An error in the Packager has been 
 
776
                        corrected.
 
777
                        <LI>
 
778
                                [<A href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1163669"
 
779
                                        target="_blank">SF BUG-1163669</A>] The XHTML processor now adds a 
 
780
                        space before the closing slash of tags that don't have a closing tag, like 
 
781
                        &lt;br /&gt;.
 
782
                        <LI>
 
783
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1213733&amp;group_id=75348&amp;atid=543653"
 
784
                                        target="_blank">SF BUG-1213733</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1216866&amp;group_id=75348&amp;atid=543653"
 
785
                                        target="_blank">SF BUG-1216866</A>]&nbsp;[<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1209673&amp;group_id=75348&amp;atid=543653"
 
786
                                        target="_blank">SF BUG-1209673</A>]&nbsp;[<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155454&amp;group_id=75348&amp;atid=543653"
 
787
                                        target="_blank">SF BUG-1155454</A>]&nbsp;[<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1187936&amp;group_id=75348&amp;atid=543653"
 
788
                                        target="_blank">SF BUG-1187936</A>
 
789
                        ]&nbsp;Now, on Gecko, the source is opened in a dialog window to avoid fatal 
 
790
                        errors (Gecko bugs).
 
791
                        <LI>
 
792
                        Some pages have been changed to avoid importing errors on Plone. Thanks to 
 
793
                        Arthur Kalmenson.
 
794
                        <LI>
 
795
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1171606&amp;group_id=75348&amp;atid=543653"
 
796
                                        target="_blank">SF BUG-1171606</A>] There&nbsp;is a bug on IE that 
 
797
                        makes the editor to not work if the instance name matches a meta tag name. 
 
798
                        Fixed.
 
799
                        <LI>
 
800
                        On Firefox, the source code is now opened in a dialog box, to avoid error on 
 
801
                        pages with more than one editor.
 
802
                        <LI>
 
803
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1225703&amp;group_id=75348&amp;atid=543655"
 
804
                                        target="_blank">SF Patch-1225703</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1214941&amp;group_id=75348&amp;atid=543653"
 
805
                                        target="_blank">SF BUG-1214941</A>] The "ForcePasteAsPlainText" 
 
806
                        configuration option is now working correctly on Gecko browsers. Thanks to 
 
807
                        Manuel Polo.
 
808
                        <LI>
 
809
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1228836&amp;group_id=75348&amp;atid=543653"
 
810
                                        target="_blank">SF BUG-1228836</A>] The "Show Table Borders" feature is 
 
811
                        now working on Gecko browsers.
 
812
                        <LI>
 
813
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1212529&amp;group_id=75348&amp;atid=543655"
 
814
                                        target="_blank">SF Patch-1212529</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1212517&amp;group_id=75348&amp;atid=543653"
 
815
                                        target="_blank">SF BUG-1212517</A>] The default File Browser now 
 
816
                        accepts connectors with querystring parameters (with "?"). Thanks to Tomas 
 
817
                        Jucius.
 
818
                        <LI>
 
819
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1233318&amp;group_id=75348&amp;atid=543653"
 
820
                                        target="_blank">SF BUG-1233318</A>] A JavaScript error thrown when 
 
821
                        using the Print command has been fixed.
 
822
                        <LI>
 
823
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1229696&amp;group_id=75348&amp;atid=543653"
 
824
                                        target="_blank">SF BUG-1229696</A>] A regular expression has been 
 
825
                        escaped to avoid problems when opening the code in some editors. It has been 
 
826
                        moved to a&nbsp;dialog window.
 
827
                        <LI>
 
828
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1231978&amp;group_id=75348&amp;atid=543653"
 
829
                                        target="_blank">SF BUG-1231978</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1228939&amp;group_id=75348&amp;atid=543653"
 
830
                                        target="_blank">SF BUG-1228939</A>] The Preview window is now using the 
 
831
                        Content Type and Base href.
 
832
                        <LI>
 
833
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1232056&amp;group_id=75348&amp;atid=543653"
 
834
                                        target="_blank">SF BUG-1232056</A>] The&nbsp;anchor icon is now working 
 
835
                        correctly on IE.
 
836
                        <LI>
 
837
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1232056&amp;group_id=75348&amp;atid=543653"
 
838
                                        target="_blank">SF BUG-1202468</A>] The anchor icon is now available on 
 
839
                        Gecko too.
 
840
                        <LI>
 
841
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1236279&amp;group_id=75348&amp;atid=543653"
 
842
                                        target="_blank">SF BUG-1236279</A>] A security warning has been 
 
843
                        corrected when using the File Browser over HTTPS.
 
844
                        <LI>
 
845
                        The ASP implementation now avoid errors when setting the editor value to null 
 
846
                        values.
 
847
                        <LI>
 
848
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1237359&amp;group_id=75348&amp;atid=543653"
 
849
                                        target="_blank">SF BUG-1237359</A>] The trailing &lt;BR&gt; added by 
 
850
                        Gecko at the end of the source is now removed.
 
851
                        <LI>
 
852
                                [<A href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1170828"
 
853
                                        target="_blank">SF BUG-1170828</A>] No more &amp;nbsp; is added to the 
 
854
                        source when using the "New Page" button.
 
855
                        <LI>
 
856
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1165264&amp;group_id=75348&amp;atid=543653"
 
857
                                        target="_blank">SF BUG-1165264</A>] A&nbsp;new configuration option has 
 
858
                        been included to force the editor to ignore empty paragraph 
 
859
                        values&nbsp;(&lt;p&gt;&amp;nbsp;&lt;/p&gt;), returning empty ("").
 
860
                        <LI>
 
861
                        No more &amp;nbsp; is added when creating a table or adding columns, rows or 
 
862
                        cells.
 
863
                        <LI>
 
864
                        The &lt;TD&gt; tags are now included in the FillEmptyBlocks configuration 
 
865
                        handling.
 
866
                        <LI>
 
867
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1224829&amp;group_id=75348&amp;atid=543653"
 
868
                                        target="_blank">SF BUG-1224829</A>] A small bug in the "Find" dialog 
 
869
                        has been fixed.
 
870
                        <LI>
 
871
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1221307&amp;group_id=75348&amp;atid=543653"
 
872
                                        target="_blank">SF BUG-1221307</A>] A small bug in the "Image" dialog 
 
873
                        has been fixed.
 
874
                        <LI>
 
875
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1219981&amp;group_id=75348&amp;atid=543653"
 
876
                                        target="_blank">SF BUG-1219981</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155726&amp;group_id=75348&amp;atid=543653"
 
877
                                        target="_blank">SF BUG-1155726</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1178473&amp;group_id=75348&amp;atid=543653"
 
878
                                        target="_blank">SF BUG-1178473</A>] It is handling the &lt;FORM&gt;, 
 
879
                        &lt;TEXTAREA&gt; and &lt;SELECT&gt; tags "name" attribute correctly. Thanks to 
 
880
                        thc33.
 
881
                        <LI>
 
882
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1205403&amp;group_id=75348&amp;atid=543653"
 
883
                                        target="_blank">SF BUG-1205403</A>] The checkbox and radio button 
 
884
                        values are now handled correctly in their dialog windows. Thanks to thc33.
 
885
                        <LI>
 
886
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1236626&amp;group_id=75348&amp;atid=543653"
 
887
                                        target="_blank">SF BUG-1236626</A>] The toolbar now doesn't need to 
 
888
                        collapse when unloading the page (IE only).
 
889
                        <LI>
 
890
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1212559&amp;group_id=75348&amp;atid=543653"
 
891
                                        target="_blank">SF BUG-1212559</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1017231&amp;group_id=75348&amp;atid=543653"
 
892
                                        target="_blank">SF BUG-1017231</A>] The "Save" button now calls the 
 
893
                        "onsubmit" event before posting the form. The submit can be cancelled if the 
 
894
                        onsubmit returns "false".
 
895
                        <LI>
 
896
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1215823&amp;group_id=75348&amp;atid=543653"
 
897
                                        target="_blank">SF BUG-1215823</A>] The editor now works correctly on 
 
898
                        Firefox if it values is set to "&lt;p&gt;&lt;/p&gt;".
 
899
                        <LI>
 
900
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1217546&amp;group_id=75348&amp;atid=543653"
 
901
                                        target="_blank">SF BUG-1217546</A>] No error is thrown when "pasting as 
 
902
                        plain text" and no text is available for pasting (as an image for example).
 
903
                        <LI>
 
904
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1207031&amp;group_id=75348&amp;atid=543653"
 
905
                                        target="_blank">SF BUG-1207031</A>] [<A href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1223978"
 
906
                                        target="_blank">SF BUG-1223978</A>] The context menu is now available 
 
907
                        in the source view.
 
908
                        <LI>
 
909
                                [<A href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1213871"
 
910
                                        target="_blank">SF BUG-1213871</A>] Undo has been added to table 
 
911
                        creation and table operation commands.
 
912
                        <LI>
 
913
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1205211&amp;group_id=75348&amp;atid=543653"
 
914
                                        target="_blank">SF BUG-1205211</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1229941&amp;group_id=75348&amp;atid=543653"
 
915
                                        target="_blank">SF BUG-1229941</A>] Small bug in the mcpuk file 
 
916
                                browser&nbsp;have been corrected.</LI></UL>
 
917
                <P>* This version has been partially sponsored by <A href="http://www.infineon.com/" target="_blank">
 
918
                                Infineon Technologies AG</A>.<BR>
 
919
                        ** This version has been partially sponsored by <a href="http://www.visualsoft.co.uk">
 
920
                                Visualsoft</a> <a href="http://www.visualsoft.co.uk/websolutions.html">Web 
 
921
                                Solutions</a>.<BR>
 
922
                        *** This version has been partially sponsored by <A href="http://www.webcrossing.com" target="_blank">
 
923
                                Web Crossing, Inc</A>.</P>
 
924
                <H3>Version 2.0&nbsp;FC (Final Candidate)</H3>
 
925
                <P>New Features and Improvements:</P>
 
926
                <UL>
 
927
                        <LI>
 
928
                                A new tab called "<STRONG>Link</STRONG>" is available in the<STRONG> Image Dialog</STRONG>
 
929
                        window. In this way you can insert or modify the image link directly from that 
 
930
                        dialog.*
 
931
                        <LI>
 
932
                                The new "<STRONG>Templates</STRONG>" command is now available. Now the user 
 
933
                        can select from a list of pre-build HTML and fill the editor with it. Take a 
 
934
                        look at the "_docs" for more info.**
 
935
                        <LI>
 
936
                                The <A href="http://mcpuk.net/fbxp/" target="_blank">mcpuk's</A>
 
937
                        File Browser for PHP has been included in the package. He became the official 
 
938
                        developer of the File Manager for FCKeditor, so we can expect good news in the 
 
939
                        future.
 
940
                        <LI>
 
941
                                New configuration options are available to <STRONG>hide tabs</STRONG> from the <STRONG>
 
942
                                        Image</STRONG> Dialog&nbsp;and <STRONG>Link</STRONG>
 
943
                        Dialog windows: LinkDlgHideTarget, LinkDlgHideAdvanced, ImageDlgHideLink and 
 
944
                        ImageDlgHideAdvanced.
 
945
                        <LI>
 
946
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1189442&amp;group_id=75348&amp;atid=543653"
 
947
                                        target="_blank">SF BUG-1189442</A>] [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1187164&amp;group_id=75348&amp;atid=543653"
 
948
                                        target="_blank">SF BUG-1187164</A>] [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1185905&amp;group_id=75348&amp;atid=543653"
 
949
                                        target="_blank">SF BUG-1185905</A>] It is now possible to configure the 
 
950
                                editor to <STRONG>not convert Greek</STRONG> or special&nbsp;<STRONG>Latin </STRONG>
 
951
                        letters to ther specific HTML entities. You can also configure it to not 
 
952
                        convert any character at all. Take a look at the "ProcessHTMLEntities", 
 
953
                        "IncludeLatinEntities" and "IncludeGreekEntities" configuration options.
 
954
                        <LI>
 
955
                                New language files are available:
 
956
                                <UL>
 
957
                                        <LI>
 
958
                                                <STRONG>Basque</STRONG>
 
959
                                        (by Ibon Igartua)
 
960
                                        <LI>
 
961
                                                <STRONG>English (Australia / United Kingdom)</STRONG>
 
962
                                        (by Christopher Dawes)
 
963
                                        <LI>
 
964
                                                <STRONG>Ukrainian</STRONG> (by Alexander Pervak)</LI></UL>
 
965
                        <LI>
 
966
                        The version and date information have been removed from the files headers to 
 
967
                        avoid unecessary diffs in source control systems when new versions are released 
 
968
                        (from now on).
 
969
                        <LI>
 
970
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1159854&amp;group_id=75348&amp;atid=543655"
 
971
                                        target="_blank">SF Patch-1159854</A>] Ther HTML output rendered by the 
 
972
                        server side integration files are now XHTML compatible.
 
973
                        <LI>
 
974
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1181823&amp;group_id=75348&amp;atid=543653"
 
975
                                        target="_blank">SF BUG-1181823</A>] It is now possible to set the 
 
976
                        desired DOCTYPE to use when edit HTML fragments (not in Full Page mode).
 
977
                        <LI>
 
978
                                There is now an optional way to implement different "mouse over" effects to the 
 
979
                                buttons when they are "on" of "off".</LI></UL>
 
980
                <P>Fixed Bugs:</P>
 
981
                <UL>
 
982
                        <LI>
 
983
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1162200&amp;group_id=75348&amp;atid=543653"
 
984
                                        target="_blank">SF BUG-1162200</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1161633&amp;group_id=75348&amp;atid=543653"
 
985
                                        target="_blank">SF BUG-1161633</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1050293&amp;group_id=75348&amp;atid=543653"
 
986
                                        target="_blank">SF BUG-1050293</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1058948&amp;group_id=75348&amp;atid=543653"
 
987
                                        target="_blank">SF BUG-1058948</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1109120&amp;group_id=75348&amp;atid=543653"
 
988
                                        target="_blank">SF BUG-1109120</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155408&amp;group_id=75348&amp;atid=543653"
 
989
                                        target="_blank">SF BUG-1155408</A>] The IE memory leak bug has been 
 
990
                        solved. The code has been completely reviewed and many memory usage 
 
991
                        improvements have been done.
 
992
                        <LI>
 
993
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1179645&amp;group_id=75348&amp;atid=543653"
 
994
                                        target="_blank">SF BUG-1179645</A>] [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1183252&amp;group_id=75348&amp;atid=543653"
 
995
                                        target="_blank">SF BUG-1183252</A> ] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1166779&amp;group_id=75348&amp;atid=543653"
 
996
                                        target="_blank">SF BUG-1181647</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155627&amp;group_id=75348&amp;atid=543653"
 
997
                                        target="_blank">SF BUG-1155627</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155782&amp;group_id=75348&amp;atid=543653"
 
998
                                        target="_blank">SF BUG-1155782</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155750&amp;group_id=75348&amp;atid=543653"
 
999
                                        target="_blank">SF BUG-1155750</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1157166&amp;group_id=75348&amp;atid=543653"
 
1000
                                        target="_blank">SF BUG-1157166</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1157857&amp;group_id=75348&amp;atid=543653"
 
1001
                                        target="_blank">SF BUG-1157857</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1158121&amp;group_id=75348&amp;atid=543653"
 
1002
                                        target="_blank">SF BUG-1158121</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1177153&amp;group_id=75348&amp;atid=543653"
 
1003
                                        target="_blank">SF BUG-1177153</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1175847&amp;group_id=75348&amp;atid=543653"
 
1004
                                        target="_blank">SF BUG-1175847</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155747&amp;group_id=75348&amp;atid=543653"
 
1005
                                        target="_blank">SF BUG-1155747</A>] There was a loading problem in 
 
1006
                        Gecko browsers in some cases. It has been solved.
 
1007
                        <LI>
 
1008
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1161147&amp;group_id=75348&amp;atid=543653"
 
1009
                                        target="_blank">SF BUG-1161147</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1157635&amp;group_id=75348&amp;atid=543653"
 
1010
                                        target="_blank">SF BUG-1157635</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1149805&amp;group_id=75348&amp;atid=543653"
 
1011
                                        target="_blank">SF BUG-1149805</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1124600&amp;group_id=75348&amp;atid=543653"
 
1012
                                        target="_blank">SF BUG-1124600</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1117535&amp;group_id=75348&amp;atid=543653"
 
1013
                                        target="_blank">SF BUG-1117535</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1118145&amp;group_id=75348&amp;atid=543653"
 
1014
                                        target="_blank">SF BUG-1118145</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1098113&amp;group_id=75348&amp;atid=543653"
 
1015
                                        target="_blank">SF BUG-1098113</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1092272&amp;group_id=75348&amp;atid=543653"
 
1016
                                        target="_blank">SF BUG-1092272</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1086416&amp;group_id=75348&amp;atid=543653"
 
1017
                                        target="_blank">SF BUG-1086416</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1027952&amp;group_id=75348&amp;atid=543653"
 
1018
                                        target="_blank">SF BUG-1027952</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=978441&amp;group_id=75348&amp;atid=543653"
 
1019
                                        target="_blank">SF BUG-978441</A>
 
1020
                        ] A custom Undo/Redo system has been implemented for IE.
 
1021
                        <LI>
 
1022
                        The editor startup execution is now made in the right order (so configurations 
 
1023
                        override works correctly).
 
1024
                        <LI>
 
1025
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1166779&amp;group_id=75348&amp;atid=543653"
 
1026
                                        target="_blank">SF BUG-1166779</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1166651&amp;group_id=75348&amp;atid=543653"
 
1027
                                        target="_blank">SF BUG-1166651</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1066198&amp;group_id=75348&amp;atid=543653"
 
1028
                                        target="_blank">SF BUG-1066198</A>]&nbsp;[<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090388&amp;group_id=75348&amp;atid=543653"
 
1029
                                        target="_blank">SF BUG-1090388</A>
 
1030
                        ]&nbsp;No more "illegible" characters in the toolbar when "ClearType" is 
 
1031
                        active.
 
1032
                        <LI>
 
1033
                        It is now possible to set the "width" style of the BODY tag in the 
 
1034
                        EditorAreaCSS to limit the editing area size.
 
1035
                        <LI>
 
1036
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1113620&amp;group_id=75348&amp;atid=543653"
 
1037
                                        target="_blank">SF BUG-1113620</A>] In IE, the editor doesn't generate 
 
1038
                        new entries in the browser history anymore.
 
1039
                        <LI>
 
1040
                        The editor now uses the same method used on version RC2 to load its contents on 
 
1041
                        Gecko. It is now possible to have more than one editor in the page. This change 
 
1042
                        has a negative impact: the BaseHref property is not working.
 
1043
                        <LI>
 
1044
                        Changes have been made to make the editor work with PHP versions&nbsp;older 
 
1045
                        than&nbsp;2.1.0.
 
1046
                        <LI>
 
1047
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1190835&amp;group_id=75348&amp;atid=543653"
 
1048
                                        target="_blank">SF BUG-1190835</A>] [<A href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1196547&amp;group_id=75348"
 
1049
                                        target="_blank">SF BUG-1196547</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1156863&amp;group_id=75348&amp;atid=543653"
 
1050
                                        target="_blank">SF BUG-1156863</A>] The "Insert Horizontal Line" 
 
1051
                        command is now working correctly. Thanks to Hector Raul Colonia Coral.
 
1052
                        <LI>
 
1053
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1101861&amp;group_id=75348&amp;atid=543653"
 
1054
                                        target="_blank">SF BUG-1101861</A>] The editor now shows a normal 
 
1055
                        textarea correctly (as expected) on Safari browsers (and all "like Gecko" 
 
1056
                        browsers). Thanks to Bob Paul.
 
1057
                        <LI>
 
1058
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1182224&amp;group_id=75348&amp;atid=543653"
 
1059
                                        target="_blank">SF BUG-1182224</A>] The PHP connector can now handle 
 
1060
                        file extensions in upper case,&nbsp;like JPG or Gif, correctly. Thanks to Georg 
 
1061
                        Ivancsic.
 
1062
                        <LI>
 
1063
                        The "sample06.html" is now working correctly with Gecko browsers.
 
1064
                        <LI>
 
1065
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1156660&amp;group_id=75348&amp;atid=543653"
 
1066
                                        target="_blank">SF BUG-1156660</A>] Some fixes have been applied to the 
 
1067
                        Universal Keyboard. Thanks to Abdul-Aziz Al-Oraij.
 
1068
                        <LI>
 
1069
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1192881&amp;group_id=75348&amp;atid=543653"
 
1070
                                        target="_blank">SF BUG-1192881</A>] [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1185006&amp;group_id=75348&amp;atid=543653"
 
1071
                                        target="_blank">SF BUG-1185006</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1156068&amp;group_id=75348&amp;atid=543653"
 
1072
                                        target="_blank">SF BUG-1156068</A>] The "Browse Server" button is now 
 
1073
                        working correctly for the Background Image in the "Document Properties" dialog 
 
1074
                        window (full page editing). The active "BaseHref" is also set to the preview 
 
1075
                        window.
 
1076
                        <LI>
 
1077
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1191704&amp;group_id=75348&amp;atid=543653"
 
1078
                                        target="_blank">SF BUG-1191704</A>] Invalid HTML tags (according to the 
 
1079
                        W3C naming standards for XHTML) are ignored with no errors.
 
1080
                        <LI>
 
1081
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1185911&amp;group_id=75348&amp;atid=543653"
 
1082
                                        target="_blank">SF BUG-1185911</A>] The Greek language file name has 
 
1083
                        been corrected to "el.js".
 
1084
                        <LI>
 
1085
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1181572&amp;group_id=75348&amp;atid=543653"
 
1086
                                        target="_blank">SF BUG-1181572</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1158421&amp;group_id=75348&amp;atid=543653"
 
1087
                                        target="_blank">SF BUG-1158421</A>] The "Print" button is now active on 
 
1088
                        startup.
 
1089
                        <LI>
 
1090
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1181572&amp;group_id=75348&amp;atid=543653"
 
1091
                                        target="_blank">SF BUG-1165219</A>] No error occours when the user 
 
1092
                        defines just one color to the FontColors on "in page" configurations.
 
1093
                        <LI>
 
1094
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1162957&amp;group_id=75348&amp;atid=543653"
 
1095
                                        target="_blank">SF BUG-1162957</A>] The small problem with Zope 
 
1096
                        (ZPT)&nbsp;has been solved.
 
1097
                        <LI>
 
1098
                                Some small RTL / LTR corrections has been done in the interface and the Farsi 
 
1099
                                language has been added to the Universal Keyboard. Thanks to Silver 
 
1100
                                Baghdasarian.</LI></UL>
 
1101
                <P>* This version has been partially sponsored by the <A href="http://www.hamilton.edu">
 
1102
                                Hamilton College</A>.<BR>
 
1103
                        ** This version has been partially sponsored by <A href="http://www.infineon.com/" target="_blank">
 
1104
                                Infineon Technologies AG</A>.</P>
 
1105
                <H3>Version 2.0 RC3 (Release Candidate 3)</H3>
 
1106
                <P>New Features and Improvements:</P>
 
1107
                <UL>
 
1108
                        <LI>
 
1109
                                The editor now offers native <STRONG>Perl integration</STRONG>! Thanks and 
 
1110
                        welcome to Takashi Yamaguchi, our official Perl developer.
 
1111
                        <LI>
 
1112
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1026584&amp;group_id=75348&amp;atid=543656"
 
1113
                                        target="_blank">SF Feature-1026584</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1112692&amp;group_id=75348&amp;atid=543656"
 
1114
                                        target="_blank">SF Feature-1112692</A>] <STRONG>Formatting </STRONG>has 
 
1115
                                been introduced to the <STRONG>Source View</STRONG>. The output HTML can 
 
1116
                        also be formatted. You can choose to use spaces or tab for indentation. See the 
 
1117
                        configuration file.
 
1118
                        <LI>
 
1119
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1031492&amp;group_id=75348&amp;atid=543656"
 
1120
                                        target="_blank">SF Feature-1031492</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1004293&amp;group_id=75348&amp;atid=543656"
 
1121
                                        target="_blank">SF Feature-1004293</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=784281&amp;group_id=75348&amp;atid=543656"
 
1122
                                        target="_blank">SF Feature-784281</A>] It is now possible to edit <STRONG>full 
 
1123
                                        HTML pages</STRONG>
 
1124
                        with the editor. Use the "FullPage" configuration setting to activate it.
 
1125
                        <LI>
 
1126
                                The&nbsp;new toolbar command, "<STRONG>Document Properties</STRONG>"&nbsp;is 
 
1127
                        available to edit document header info, title, colors, background, etc... Full 
 
1128
                        page editing must be enabled.
 
1129
                        <LI>
 
1130
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1151448&amp;group_id=75348&amp;atid=543656"
 
1131
                                        target="_blank">SF Feature-1151448</A>] <STRONG>Spell Check</STRONG> is now 
 
1132
                                available. You can use <STRONG>ieSpell</STRONG> or <STRONG>Speller Pages</STRONG>
 
1133
                        right from FCKeditor. More info about configuration can be found in the _docs 
 
1134
                        folder.
 
1135
                        <LI>
 
1136
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1041686&amp;group_id=75348&amp;atid=543656"
 
1137
                                        target="_blank">SF Feature-1041686</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1086386&amp;group_id=75348&amp;atid=543656"
 
1138
                                        target="_blank">SF Feature-1086386</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1124602&amp;group_id=75348&amp;atid=543656"
 
1139
                                        target="_blank">SF Feature-1124602</A>] New "<STRONG>Insert Anchor</STRONG>" 
 
1140
                        command has been introduced. (The anchor icon is visible only over&nbsp;IE for 
 
1141
                        now).
 
1142
                        <LI>
 
1143
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1123816&amp;group_id=75348&amp;atid=543656"
 
1144
                                        target="_blank">SF Feature-1123816</A>] It is now possible to configure the 
 
1145
                                editor to <STRONG>show "fake" table borders</STRONG>
 
1146
                        when the border size is set to zero. (It is working only on IE for now).
 
1147
                        <LI>
 
1148
                                <STRONG>Numbered</STRONG> and <STRONG>Bulleted</STRONG> lists can now be <STRONG>configured</STRONG>
 
1149
                        . Just right click on then.
 
1150
                        <LI>
 
1151
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1088608&amp;group_id=75348&amp;atid=543656"
 
1152
                                        target="_blank">SF Feature-1088608</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1144047&amp;group_id=75348&amp;atid=543656"
 
1153
                                        target="_blank">SF Feature-1144047</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1149808&amp;group_id=75348&amp;atid=543656"
 
1154
                                        target="_blank">SF Feature-1149808</A>] A new configuration setting is 
 
1155
                                available, "<STRONG>BaseHref</STRONG>
 
1156
                        ", to set the URL used to resolve relative links.
 
1157
                        <LI>
 
1158
                                It is now possible to set&nbsp;the <STRONG>content language direction</STRONG>
 
1159
                        . See the "FCKConfig.ContentLangDirection" configurations setting.
 
1160
                        <LI>
 
1161
                                All <STRONG>Field Commands</STRONG> available on version 1.6 have been upgraded 
 
1162
                                and&nbsp;included in this version: <STRONG>form</STRONG>, <STRONG>checkbox</STRONG>,
 
1163
                                <STRONG>radio button</STRONG>, <STRONG>text field</STRONG>, text <STRONG>area</STRONG>,
 
1164
                                <STRONG>select field</STRONG>, <STRONG>button</STRONG>, <STRONG>image button</STRONG>
 
1165
                                and <STRONG>hidden field</STRONG>
 
1166
                        .
 
1167
                        <LI>
 
1168
                                <STRONG>Context menu</STRONG> options (right-click) has been added for: <STRONG>anchors</STRONG>,
 
1169
                                <STRONG>select field</STRONG>, <STRONG>textarea</STRONG>, <STRONG>checkbox</STRONG>,
 
1170
                                <STRONG>radio button</STRONG>, <STRONG>text field</STRONG>, <STRONG>hidden field</STRONG>,
 
1171
                                <STRONG>textarea</STRONG>, <STRONG>button</STRONG>, <STRONG>image button</STRONG>,
 
1172
                                <STRONG>form</STRONG>, <STRONG>bulleted list</STRONG> and <STRONG>numbered list</STRONG>
 
1173
                        .
 
1174
                        <LI>
 
1175
                                The "<STRONG>Universal Keyboard</STRONG>" has been converted from version 
 
1176
                        1.6 to this one and it's now available.
 
1177
                        <LI>
 
1178
                                It is now possible to <STRONG>configure</STRONG> the items to be shown in the <STRONG>
 
1179
                                        context menu</STRONG>
 
1180
                        . Just use the FCKConfig.ContextMenu option&nbsp;at fckconfig.js.
 
1181
                        <LI>
 
1182
                                A new configuration (FillEmptyBlocks)&nbsp;is available to force the editor to <STRONG>
 
1183
                                        automatically insert a &amp;nbsp;</STRONG>
 
1184
                        on empty block elements (p, div, pre, h1, etc...) to avoid differences from the 
 
1185
                        editing and the final result. (Actually, the editor automatically "grows" empty 
 
1186
                        elements to make the user able to enter text on it). Attention: the extra 
 
1187
                        &amp;nbsp; will be added when switching from WYSIWYG to Source View, so the 
 
1188
                        user may see an additional space on empty blocks. (XHTML support must be 
 
1189
                        enabled).
 
1190
                        <LI>
 
1191
                                It is now possible to configure the <STRONG>toolbar</STRONG> to "<STRONG>break</STRONG>
 
1192
                        " between two toolbar strips. Just insert a "/" between then. Take a look at 
 
1193
                        fckconfig.js for a sample.
 
1194
                        <LI>
 
1195
                                New Language files are available:
 
1196
                                <UL>
 
1197
                                        <LI>
 
1198
                                                <STRONG>Brazilian Portuguese</STRONG>
 
1199
                                        (by Carlos Alberto Tomatis Loth)
 
1200
                                        <LI>
 
1201
                                                <STRONG>Bulgarian</STRONG>
 
1202
                                        (by Miroslav Ivanov)
 
1203
                                        <LI>
 
1204
                                                <STRONG>Esperanto</STRONG>
 
1205
                                        (by Tim Morley)
 
1206
                                        <LI>
 
1207
                                                <STRONG>Galician</STRONG>
 
1208
                                        (by Fernando Riveiro Lopez)
 
1209
                                        <LI>
 
1210
                                                <STRONG>Japanese</STRONG>
 
1211
                                        ( by Takashi Yamaguchi)
 
1212
                                        <LI>
 
1213
                                                <STRONG>Persian</STRONG>
 
1214
                                        (by Hamed Taj-Abadi)
 
1215
                                        <LI>
 
1216
                                                <STRONG>Romanian</STRONG>
 
1217
                                        (by Adrian Nicoara)
 
1218
                                        <LI>
 
1219
                                                <STRONG>Slovak</STRONG>
 
1220
                                        (by Gabriel Kiss)
 
1221
                                        <LI>
 
1222
                                                <STRONG>Thai </STRONG>
 
1223
                                        (by Audy Charin Arsakit)
 
1224
                                        <LI>
 
1225
                                                <STRONG>Turkish</STRONG>
 
1226
                                        (by Reha Bier)
 
1227
                                        <LI>
 
1228
                                                The Chinese Traditional has been set as the default (zn) instead of zn-tw.</LI></UL>
 
1229
                        <LI>
 
1230
                        Warning: All toolbar image images have been changed. The "button." prefix has 
 
1231
                        been removed. If you have your custom skin, please rename your files.
 
1232
                        <LI>
 
1233
                                A new plugin is available in the package: "<STRONG>Placeholders</STRONG>". 
 
1234
                        In this way you can insert non editable tags in your document to be processed 
 
1235
                        on server side (very specific usage).
 
1236
                        <LI>
 
1237
                        The ASPX files are no longer available in this package. They have been moved to 
 
1238
                        the FCKeditor.Net package. In this way the ASP.Net integration is much better 
 
1239
                        organized.
 
1240
                        <LI>
 
1241
                        The FCKeditor.Packager program is now part of the main package. It is not 
 
1242
                        anymore&nbsp;distributed separately.
 
1243
                        <LI>
 
1244
                        The PHP connector now sets the uploaded file permissions (chmod)&nbsp;to 0777.
 
1245
                        <LI>
 
1246
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090215&amp;group_id=75348&amp;atid=543655"
 
1247
                                        target="_blank">SF Patch-1090215</A>] It's now possible to give back 
 
1248
                        more info from your custom image browser calling the SetUrl( url [, width] [, 
 
1249
                        height] [, alt] ). Thanks to Ben Noblet.
 
1250
                        <LI>
 
1251
                        The package files now maintain their original "Last Modified" date, so 
 
1252
                        incremental FTP uploads can be used to update to&nbsp;new versions of the 
 
1253
                        editor (from now on).
 
1254
                        <LI>
 
1255
                                The "Source" view now forces its contents to be written in "Left to Right" 
 
1256
                                direction even when the editor interface language is running a RTL language 
 
1257
                                (like Arabic, Hebrew or Persian).</LI>
 
1258
                </UL>
 
1259
                <P>Fixed Bugs:</P>
 
1260
                <UL>
 
1261
                        <LI>
 
1262
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1124220&amp;group_id=75348&amp;atid=543653"
 
1263
                                        target="_blank">SF BUG-1124220</A>] [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1119894&amp;group_id=75348&amp;atid=543653"
 
1264
                                        target="_blank">SF BUG-1119894</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090986&amp;group_id=75348&amp;atid=543653"
 
1265
                                        target="_blank">SF BUG-1090986</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1100408&amp;group_id=75348&amp;atid=543653"
 
1266
                                        target="_blank">SF BUG-1100408</A>] The editor now works correctly when 
 
1267
                        starting with an empty value and switching to the Source mode.
 
1268
                        <LI>
 
1269
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1119380&amp;group_id=75348&amp;atid=543653"
 
1270
                                        target="_blank">SF BUG-1119380</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1115750&amp;group_id=75348&amp;atid=543653"
 
1271
                                        target="_blank">SF BUG-1115750</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1101808&amp;group_id=75348&amp;atid=543653"
 
1272
                                        target="_blank">SF BUG-1101808</A>] The problem with the scrollbar and 
 
1273
                        the toolbar combos (Style, Font, etc...) over Mac has been fixed.
 
1274
                        <LI>
 
1275
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1098460&amp;group_id=75348&amp;atid=543653"
 
1276
                                        target="_blank">SF BUG-1098460</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1076544&amp;group_id=75348&amp;atid=543653"
 
1277
                                        target="_blank">SF BUG-1076544</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1077845&amp;group_id=75348&amp;atid=543653"
 
1278
                                        target="_blank">SF BUG-1077845</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1092395&amp;group_id=75348&amp;atid=543653"
 
1279
                                        target="_blank">SF BUG-1092395</A>] A new upload class has been 
 
1280
                        included for the ASP File Manager Connector. It uses the "ADODB.Stream" object. 
 
1281
                        Many thanks to "NetRube".
 
1282
                        <LI>
 
1283
                        I small correction has been made to the ColdFusion integration files. Thanks to 
 
1284
                        Hendrik Kramer.
 
1285
                        <LI>
 
1286
                        There was a very specific problem when the editor was running over a FRAME 
 
1287
                        executed on another domain.
 
1288
                        <LI>
 
1289
                        The performance problem on Gecko while typing&nbsp;quickly has been solved.
 
1290
                        <LI>
 
1291
                        The &lt;br type= "_moz"&gt;is not anymore shown on XHTML source.
 
1292
                        <LI>
 
1293
                        It has been introduced a mechanism to avoid automatic contents duplication on 
 
1294
                        very specific occasions (bad formatted HTML).
 
1295
                        <LI>
 
1296
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1146407&amp;group_id=75348&amp;atid=543653"
 
1297
                                        target="_blank">SF BUG-1146407</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1145800&amp;group_id=75348&amp;atid=543653"
 
1298
                                        target="_blank">SF BUG-1145800</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1118803&amp;group_id=75348&amp;atid=543653"
 
1299
                                        target="_blank">SF BUG-1118803</A>
 
1300
                        ] Other&nbsp;issues in the XHTML processor have been solved.
 
1301
                        <LI>
 
1302
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1143969&amp;group_id=75348&amp;atid=543653"
 
1303
                                        target="_blank">SF BUG-1143969</A>] The editor now accepts the 
 
1304
                        "accept-charset" attribute in the FORM tag (IE specific bug).
 
1305
                        <LI>
 
1306
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1122742&amp;group_id=75348&amp;atid=543653"
 
1307
                                        target="_blank">SF BUG-1122742</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1089548&amp;group_id=75348&amp;atid=543653"
 
1308
                                        target="_blank">SF BUG-1089548</A>
 
1309
                        ] Now, the contents of the SCRIPT and STYLE tags remain untouched.
 
1310
                        <LI>
 
1311
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1114748&amp;group_id=75348&amp;atid=543653"
 
1312
                                        target="_blank">SF BUG-1114748</A>] The PHP File Manager Connector now 
 
1313
                        sets the new folders permissions (chmod)&nbsp;to 0777 correctly.
 
1314
                        <LI>
 
1315
                        The PHP File Manager Connector now has a configuration file 
 
1316
                        (editor/filemanager/browser/default/connectors/php/config.php) to set some 
 
1317
                        security preferences.
 
1318
                        <LI>
 
1319
                        The&nbsp;ASP File Manager Connector now has a configuration file 
 
1320
                        (editor/filemanager/browser/default/connectors/asp/config.asp) to set some 
 
1321
                        security preferences.
 
1322
                        <LI>
 
1323
                        A small bug in the toolbar rendering (strips auto position) has been corrected.
 
1324
                        <LI>
 
1325
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1093732&amp;group_id=75348&amp;atid=543653"
 
1326
                                        target="_blank">SF BUG-1093732</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1091377&amp;group_id=75348&amp;atid=543653"
 
1327
                                        target="_blank">SF BUG-1091377</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1083044&amp;group_id=75348&amp;atid=543653"
 
1328
                                        target="_blank">SF BUG-1083044</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1096307&amp;group_id=75348&amp;atid=543653"
 
1329
                                        target="_blank">SF BUG-1096307</A>] The configurations are now encoded 
 
1330
                        so a user can use values that has special chars (&amp;=/).
 
1331
                        <LI>
 
1332
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1103688&amp;group_id=75348&amp;atid=543653"
 
1333
                                        target="_blank">SF BUG-1103688</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1092331&amp;group_id=75348&amp;atid=543653"
 
1334
                                        target="_blank">SF BUG-1092331</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1088220&amp;group_id=75348&amp;atid=543653"
 
1335
                                        target="_blank">SF BUG-1088220</A>] PHP samples now use PHP_SELF to 
 
1336
                        automatically discover the editor's base path.
 
1337
                        <LI>
 
1338
                        Some small wrapping problems with some labels in the Image and Table dialog 
 
1339
                        windows have been fixed.
 
1340
                        <LI>
 
1341
                        All .js files are now encoded in UTF-8 format with the BOM (byte order mask) to 
 
1342
                        avoid some errors on specific Linux installations.
 
1343
                        <LI>
 
1344
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1114449&amp;group_id=75348&amp;atid=543653"
 
1345
                                        target="_blank">SF BUG-1114449</A>] The editor packager program has 
 
1346
                        been modified so now it is possible to use the source files to run the editor 
 
1347
                        as described in the documentation. The new packager must be downloaded.
 
1348
                        <LI>
 
1349
                        A small problem with the editor focus while in&nbsp;source&nbsp;mode has been 
 
1350
                        corrected. Thanks to Eric (ric1607).
 
1351
                        <LI>
 
1352
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1108167&amp;group_id=75348&amp;atid=543653"
 
1353
                                        target="_blank">SF BUG-1108167</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1085149&amp;group_id=75348&amp;atid=543653"
 
1354
                                        target="_blank">SF BUG-1085149</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1151296&amp;group_id=75348&amp;atid=543653"
 
1355
                                        target="_blank">SF BUG-1151296</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1082433&amp;group_id=75348&amp;atid=543653"
 
1356
                                        target="_blank">SF BUG-1082433</A>] No more IFRAMEs without src 
 
1357
                        attribute. Now it points to a blank page located in the editor's package. In 
 
1358
                        this way we avoid security warnings when using the editor over HTTPS. Thanks to 
 
1359
                        Guillermo Bozovich.
 
1360
                        <LI>
 
1361
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1117779&amp;group_id=75348&amp;atid=543653"
 
1362
                                        target="_blank">SF BUG-1117779</A>] The editor now works well if you 
 
1363
                        have more than one element named "submit"&nbsp;on its form (even if it is not 
 
1364
                        correct to have this situation).
 
1365
                        <LI>
 
1366
                        The XHTML processor was duplicating the text on some specific situation. It has 
 
1367
                        been fixed.
 
1368
                        <LI>
 
1369
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090213&amp;group_id=75348&amp;atid=543655"
 
1370
                                        target="_blank">SF Patch-1090213</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1098929&amp;group_id=75348&amp;atid=543653"
 
1371
                                        target="_blank">SF Patch-1098929</A>] With ASP, the editor now works 
 
1372
                        correctly on pages using "Option Explicit". Thanks to Ben Noblet.
 
1373
                        <LI>
 
1374
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1100759&amp;group_id=75348&amp;atid=543653"
 
1375
                                        target="_blank">SF BUG-1100759</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1029125&amp;group_id=75348&amp;atid=543653"
 
1376
                                        target="_blank">SF BUG-1029125</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=966130&amp;group_id=75348&amp;atid=543653"
 
1377
                                        target="_blank">SF BUG-966130</A>] The editor was not working with old 
 
1378
                        IE 5.5 browsers. There was a problem with the XML parser. It has been fixed.
 
1379
                        <LI>
 
1380
                        The localization engine is now working correctly over IE 5.5 browsers.
 
1381
                        <LI>
 
1382
                        Some commands where not working well over IE 5.5 (emoticons, image,...). It has 
 
1383
                        been fixed.
 
1384
                        <LI>
 
1385
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1146441&amp;group_id=75348&amp;atid=543653"
 
1386
                                        target="_blank">SF BUG-1146441</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1149777&amp;group_id=75348&amp;atid=543653"
 
1387
                                        target="_blank">SF BUG-1149777</A>] The editor now uses the TEXTAREA 
 
1388
                        id&nbsp;in the ReplaceTextarea function. If the id is now found, it uses the 
 
1389
                        "name". The docs have been updated.
 
1390
                        <LI>
 
1391
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1144297&amp;group_id=75348&amp;atid=543653"
 
1392
                                        target="_blank">SF BUG-1144297</A>] Some corrections have been made to 
 
1393
                        the Dutch language file. Thanks to Erwin Dondorp.
 
1394
                        <LI>
 
1395
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1121365&amp;group_id=75348&amp;atid=543653"
 
1396
                                        target="_blank">SF BUG-1121365</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090102&amp;group_id=75348&amp;atid=543653"
 
1397
                                        target="_blank">SF BUG-1090102</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1152171&amp;group_id=75348&amp;atid=543653"
 
1398
                                        target="_blank">SF BUG-1152171</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1102907&amp;group_id=75348&amp;atid=543653"
 
1399
                                        target="_blank">SF BUG-1102907</A>] There is no problem now to start 
 
1400
                        the editor with values like "&lt;div&gt;&lt;/div&gt;" or "&lt;p&gt;&lt;/p&gt;".
 
1401
                        <LI>
 
1402
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1114059&amp;group_id=75348&amp;atid=543653"
 
1403
                                        target="_blank">SF BUG-1114059</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1041861&amp;group_id=75348&amp;atid=543653"
 
1404
                                        target="_blank">SF BUG-1041861</A>] The click on the disabled options 
 
1405
                        in the Context Menu has no effects now.
 
1406
                        <LI>
 
1407
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1152617&amp;group_id=75348&amp;atid=543653"
 
1408
                                        target="_blank">SF BUG-1152617</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1102441&amp;group_id=75348&amp;atid=543653"
 
1409
                                        target="_blank">SF BUG-1102441</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1095312&amp;group_id=75348&amp;atid=543653"
 
1410
                                        target="_blank">SF BUG-1095312</A>] Some problems when setting the 
 
1411
                        editor source to very specific values has been fixed.
 
1412
                        <LI>
 
1413
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1093514&amp;group_id=75348&amp;atid=543653"
 
1414
                                        target="_blank">SF BUG-1093514</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1089204&amp;group_id=75348&amp;atid=543653"
 
1415
                                        target="_blank">SF BUG-1089204</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1077609&amp;group_id=75348&amp;atid=543653"
 
1416
                                        target="_blank">SF BUG-1077609</A>] The editor now runs correctly if 
 
1417
                        called directly (locally)&nbsp;without a server installation (just opening the 
 
1418
                        HTML sample files).
 
1419
                        <LI>
 
1420
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1088248&amp;group_id=75348&amp;atid=543653"
 
1421
                                        target="_blank">SF BUG-1088248</A>] The editor now uses a different 
 
1422
                        method to load its contents. In this way the URLs remain untouched.
 
1423
                        <LI>
 
1424
                                The PHP integration file now detects Internet Explorer 5.5 correctly.</LI></UL>
 
1425
                <h3>Version 2.0 RC2 (Release Candidate 2)</h3>
 
1426
                <ul>
 
1427
                        <LI>
 
1428
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1042034&amp;group_id=75348&amp;atid=543656"
 
1429
                                        target="_blank">SF Feature-1042034</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1075961&amp;group_id=75348&amp;atid=543656"
 
1430
                                        target="_blank">SF Feature-1075961</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1083200&amp;group_id=75348&amp;atid=543656"
 
1431
                                        target="_blank">SF Feature-1083200</A>] A new dialog window for the <STRONG>table 
 
1432
                                        cell properties</STRONG>
 
1433
                        is now available (right-click).
 
1434
                        <LI>
 
1435
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1042034&amp;group_id=75348&amp;atid=543656"
 
1436
                                        target="_blank">SF Feature-1042034</A>] The new "<STRONG>Split Cell</STRONG>
 
1437
                        ", to split a table cell in two columns, has been introduced (right-click).
 
1438
                        <LI>
 
1439
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1042034&amp;group_id=75348&amp;atid=543656"
 
1440
                                        target="_blank">SF Feature-1042034</A>] The new "<STRONG>Merge Cells</STRONG>", 
 
1441
                        to merge table cells (in the same row), has been introduced (right-click).
 
1442
                        <LI>
 
1443
                                The "fake" <STRONG>TAB key support</STRONG>
 
1444
                        (available by default over Gecko browsers is now available over IE too. You can 
 
1445
                        set the number of spaces to add setting the FCKConfig.TabSpaces configuration 
 
1446
                        setting. Set it to 0 (zero) to disable this feature (IE).
 
1447
                        <LI>
 
1448
                                It now possible to tell IE to send a <STRONG>&lt;BR&gt;</STRONG> when the user 
 
1449
                                presses the <STRONG>Enter key</STRONG>. Take a look at the 
 
1450
                        FCKConfig.UseBROnCarriageReturn configuration setting.
 
1451
                        <LI>
 
1452
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1085422&amp;group_id=75348&amp;atid=543656"
 
1453
                                        target="_blank">SF Feature-1085422</A>] <STRONG>ColdFusion</STRONG>: The <STRONG>
 
1454
                                        File Manager connector</STRONG>
 
1455
                        is now available! (Thanks to Hendrik Kramer).
 
1456
                        <LI>
 
1457
                                The editor is now available in <STRONG>29 languages!</STRONG> The new language 
 
1458
                                files available are:&nbsp;
 
1459
                                <UL>
 
1460
                                        <LI>
 
1461
                                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1067775&amp;group_id=75348&amp;atid=543656"
 
1462
                                                        target="_blank">SF Feature-1067775</A>] <STRONG>Chinese Simplified and 
 
1463
                                                        Traditional</STRONG>
 
1464
                                        (Taiwan and Hong Kong) (by NetRube).
 
1465
                                        <LI>
 
1466
                                                <STRONG>Czech</STRONG>
 
1467
                                        (by David Hork).
 
1468
                                        <LI>
 
1469
                                                <STRONG>Danish</STRONG>
 
1470
                                        (by Jesper Michelsen).
 
1471
                                        <LI>
 
1472
                                                <STRONG>Dutch</STRONG>
 
1473
                                        (by Bram Crins).
 
1474
                                        <LI>
 
1475
                                                <STRONG>German</STRONG>
 
1476
                                        (by Maik Unruh).
 
1477
                                        <LI>
 
1478
                                                <STRONG>Portuguese</STRONG>
 
1479
                                        (Portugal) (by Francisco Pereira).
 
1480
                                        <LI>
 
1481
                                                <STRONG>Russian</STRONG>
 
1482
                                        (by Andrey Grebnev).
 
1483
                                        <LI>
 
1484
                                                <STRONG>Slovenian</STRONG> (by Boris Volaric).</LI></UL>
 
1485
                        <LI>
 
1486
                                Updates to the <STRONG>French</STRONG>
 
1487
                        language files (by Hubert Garrido).
 
1488
                        <LI>
 
1489
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1085816&amp;group_id=75348&amp;atid=543653"
 
1490
                                        target="_blank">SF BUG-1085816</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1083743&amp;group_id=75348&amp;atid=543653"
 
1491
                                        target="_blank">SF BUG-1083743</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1078783&amp;group_id=75348&amp;atid=543653"
 
1492
                                        target="_blank">SF BUG-1078783</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1077861&amp;group_id=75348&amp;atid=543653"
 
1493
                                        target="_blank">SF BUG-1077861</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1077861&amp;group_id=75348&amp;atid=543653"
 
1494
                                        target="_blank">SF BUG-1037404</A>] Many&nbsp;small bugs&nbsp;in the XHTML 
 
1495
                                processor has been corrected (workarounds to browser specific bugs). These are 
 
1496
                                some things to consider regarding the changes:
 
1497
                                <UL>
 
1498
                                        <LI>
 
1499
                                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1083744&amp;group_id=75348&amp;atid=543653"
 
1500
                                                        target="_blank">SF BUG-1083744</A>] On Gecko browsers, any element 
 
1501
                                        attribute that the name starts with "_moz" will be ignored.
 
1502
                                        <LI>
 
1503
                                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1060073&amp;group_id=75348&amp;atid=543653"
 
1504
                                                        target="_blank">SF BUG-1060073</A>] The &lt;STYLE&gt; and &lt;SCRIPT&gt; 
 
1505
                                                elements contents will be handled as is, without CDATA tag surrounding. This 
 
1506
                                                may break XHTML validation. In any case the use of external files for scripts 
 
1507
                                                and styles is recommended (W3C recommendation).</LI></UL>
 
1508
                        <LI>
 
1509
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1088310&amp;group_id=75348&amp;atid=543653"
 
1510
                                        target="_blank">SF BUG-1088310</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1078837&amp;group_id=75348&amp;atid=543653"
 
1511
                                        target="_blank">SF BUG-1078837</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=999792&amp;group_id=75348&amp;atid=543653"
 
1512
                                        target="_blank">SF BUG-999792</A>] URLs now remain untouched when 
 
1513
                        initializing the editor or switching from WYSYWYG to Source and vice versa.
 
1514
                        <LI>
 
1515
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1082323&amp;group_id=75348&amp;atid=543653"
 
1516
                                        target="_blank">SF BUG-1082323</A>] The&nbsp;problem in the ASP and PHP 
 
1517
                        connectors when handling non "strange" chars in file names has been corrected.
 
1518
                        <LI>
 
1519
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1085034&amp;group_id=75348&amp;atid=543653"
 
1520
                                        target="_blank">SF BUG-1085034</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1076796&amp;group_id=75348&amp;atid=543653"
 
1521
                                        target="_blank">SF BUG-1076796</A>] Some bugs in the PHP connector have 
 
1522
                        been corrected.
 
1523
                        <LI>
 
1524
                        A&nbsp;problem with the "Format" command on IE browsers on languages different 
 
1525
                        of English has been solved. The negative side of this correction is that due to 
 
1526
                        a IE bad design it is not possible to update the "Format" combo while moving 
 
1527
                        throw the text (context sensitive).
 
1528
                        <LI>
 
1529
                        On Gecko browsers, when selecting an image and executing the "New Page" 
 
1530
                        command, the image handles still appear, even if the image is not available 
 
1531
                        anymore (this is a Gecko bug). When clicking in&nbsp;a "phanton" randle, the 
 
1532
                        browser crashes. It doesn't&nbsp;happen (the crash)&nbsp;anymore.
 
1533
                        <LI>
 
1534
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1082197&amp;group_id=75348&amp;atid=543653"
 
1535
                                        target="_blank">SF BUG-1082197</A>] On ASP, the bug in the browser 
 
1536
                        detection system for Gecko browsers has been corrected. Thanks to Alex Varga.
 
1537
                        <LI>
 
1538
                        Again on ASP, the browser detection for IE had some problems on servers that 
 
1539
                        use comma for decimal separators on numbers. It has been corrected. Thanks to 
 
1540
                        Agrotic.
 
1541
                        <LI>
 
1542
                        No error is thrown now when&nbsp;non existing&nbsp;language is configured in 
 
1543
                        the editor. The English language file is loaded in that case.
 
1544
                        <LI>
 
1545
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1077747&amp;group_id=75348&amp;atid=543653"
 
1546
                                        target="_blank">SF BUG-1077747</A>] The missing images on the 
 
1547
                        Office2003 and Silver skins are now included in the package.
 
1548
                        <LI>
 
1549
                        On some Gecko browsers, the dialog window was not loading correctly. I couldn't 
 
1550
                        reproduce the problem, but a fix has been applied based on users tests.
 
1551
                        <LI>
 
1552
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1004078&amp;group_id=75348&amp;atid=543653"
 
1553
                                        target="_blank">SF BUG-1004078</A>] ColdFusion: The "config" 
 
1554
                        structure/hash table with keys and values is in ColdFusion not(!) case 
 
1555
                        sensitive. All keys returned by ColdFusion are in upper case format. Because 
 
1556
                        the FCKeditor configuration keys must be case sensitive, we had to match all 
 
1557
                        structure/hash keys with a list of the correct configuration names in mixed 
 
1558
                        case. This has been added to the fckeditor.cfc and fckeditor.cfm.
 
1559
                        <LI>
 
1560
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1075166&amp;group_id=75348&amp;atid=543653"
 
1561
                                        target="_blank">SF BUG-1075166</A>] ColdFusion: The "fallback" variant 
 
1562
                        of the texteditor (&lt;textarea&gt;) has a bug in the fckeditor.cfm. This has 
 
1563
                        been fixed.
 
1564
                        <LI>
 
1565
                        A typo in the Polish language file has been corrected. Thanks to Pawel Tomicki.
 
1566
                        <LI>
 
1567
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1086370&amp;group_id=75348&amp;atid=543653"
 
1568
                                        target="_blank">SF BUG-1086370</A>] A small coding type in the Link dialog 
 
1569
                                window has been corrected.</LI>
 
1570
                </ul>
 
1571
                <h3>Version 2.0 RC1 (Release Candidate 1)</h3>
 
1572
                <ul>
 
1573
                        <li>
 
1574
                                <strong>ASP</strong>
 
1575
                        support is now available (including the&nbsp;File Manager connector).
 
1576
                        <li>
 
1577
                                <strong>PHP</strong>
 
1578
                        support is now available (including the File Manager connector).
 
1579
                        <li>
 
1580
                                [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1063217&amp;group_id=75348&amp;atid=543656"
 
1581
                                        target="_blank">SF Feature-1063217</a>] The new advanced&nbsp;<strong>Style</strong>
 
1582
                        command is available in the toolbar: full preview, context sensitive, style 
 
1583
                        definitions are loaded from a XML file (see documentation for more 
 
1584
                        instructions).
 
1585
                        <li>
 
1586
                                The <strong>Font Format</strong>, <strong>Font Name</strong> and <strong>Font Size</strong>
 
1587
                                toolbar command now show a <strong>preview</strong>
 
1588
                        of the available options.
 
1589
                        <li>
 
1590
                                The new <strong>Find</strong> and <strong>Replace</strong>
 
1591
                        features has been introduced.
 
1592
                        <li>
 
1593
                                A new <strong>Plug-in</strong>
 
1594
                        system has been developed. Now it is quite easy to customize the editor to your 
 
1595
                        needs. (Take a look at the html/sample06.html file).
 
1596
                        <li>
 
1597
                                The editor now handles <strong>HTML entities</strong>
 
1598
                        in the right way (XHTML support must be set to "true"). It handles all entities 
 
1599
                        defined in the W3C&nbsp;XHTML DTD file.
 
1600
                        <li>
 
1601
                                A new "_docs" folder has been introduced for the <strong>documentation</strong>. 
 
1602
                        It is not yet complete, but I hope the community will help us to fill it 
 
1603
                        better.
 
1604
                        <li>
 
1605
                        It is now possible (even if it is not recommended by the W3C) to force the use 
 
1606
                        of simple ampersands (&amp;) on attributes (like the links href) instead of its 
 
1607
                        entity &amp;amp;. Just set FCKConfig.ForceSimpleAmpersand = true in 
 
1608
                        the&nbsp;configuration file.
 
1609
                        <li>
 
1610
                                [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1026866&amp;group_id=75348&amp;atid=543656"
 
1611
                                        target="_blank">SF Feature-1026866</a>] The "<strong>EditorAreaCSS</strong>" 
 
1612
                        configuration option has been introduced. In this way you can set the CSS to 
 
1613
                        use in the editor (editable area).
 
1614
                        <li>
 
1615
                        The editing area is not anymore clipped if the toolbar is too large and exceeds 
 
1616
                        the window width.
 
1617
                        <li>
 
1618
                                [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1064902&amp;group_id=75348&amp;atid=543653"
 
1619
                                        target="_blank">SF BUG-1064902</a>] [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1033933&amp;group_id=75348&amp;atid=543653"
 
1620
                                        target="_blank">SF BUG-1033933</a>] The editor <strong>interface</strong> is 
 
1621
                                now completely <strong>localizable</strong>. The version ships with 19 
 
1622
                                languages including: <b>Arabic</b>, <b>Bosnian</b>, <b>Catalan</b>, <b>English</b>,
 
1623
                                <b>Spanish</b>, <b>Estonian</b>, <b>Finnish</b>, <b>French</b>, <b>Greek</b>, <b>Hebrew</b>,
 
1624
                                <b>Croatian</b>, <b>Italian</b>, <b>Korean</b>, <b>Lithuanian</b>, <b>Norwegian</b>,
 
1625
                                <STRONG>Polish</STRONG>, <STRONG>Serbian (Cyrillic)</STRONG>, <STRONG>Serbian 
 
1626
                                        (Latin)</STRONG> and <STRONG>Swedish</STRONG>.<li>[<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1027858&amp;group_id=75348&amp;atid=543653"
 
1627
                                        target="_blank">SF BUG-1027858</a>] Firefox 1.0 
 
1628
                        PR&nbsp;introduced&nbsp;a bug that made the editor stop working on it. A 
 
1629
                        workaround has been developed to fix the problem.
 
1630
                        <li>
 
1631
                        There was a positioning problem over IE&nbsp;with the color panel. It has been 
 
1632
                        corrected.
 
1633
                        <li>
 
1634
                                [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1049842&amp;group_id=75348&amp;atid=543653"
 
1635
                                        target="_blank">SF BUG-1049842</a>] [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1033832&amp;group_id=75348&amp;atid=543653"
 
1636
                                        target="_blank">SF BUG-1033832</a>] [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1028623&amp;group_id=75348&amp;atid=543653"
 
1637
                                        target="_blank">SF BUG-1028623</a>] [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1026610&amp;group_id=75348&amp;atid=543653"
 
1638
                                        target="_blank">SF BUG-1026610</a>] [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1064498&amp;group_id=75348&amp;atid=543653"
 
1639
                                        target="_blank">SF BUG-1064498</a>] The combo commands in the toolbar 
 
1640
                        were not opening in the right way. It has been fixed.
 
1641
                        <li>
 
1642
                                [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1053399&amp;group_id=75348&amp;atid=543653"
 
1643
                                        target="_blank">SF BUG-1053399</a>] [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=965318&amp;group_id=75348&amp;atid=543653"
 
1644
                                        target="_blank">SF BUG-965318</a>] [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1018296&amp;group_id=75348&amp;atid=543653"
 
1645
                                        target="_blank">SF BUG-1018296</a>] The toolbar buttons icons were not 
 
1646
                        showing on some IE and Firefox/Mac installations. It has been fixed.
 
1647
                        <li>
 
1648
                                [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1054621&amp;group_id=75348&amp;atid=543653"
 
1649
                                        target="_blank">SF BUG-1054621</a>] Color pickers are now working with 
 
1650
                        the "office2003" and "silver" skins.
 
1651
                        <li>
 
1652
                                [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1054108&amp;group_id=75348&amp;atid=543653"
 
1653
                                        target="_blank">SF BUG-1054108</a>] IE doesnt recognize the 
 
1654
                        "&amp;apos;" entity for apostrophes, so a workaround has been developed to 
 
1655
                        replace it with "&amp;#39;" (its numeric entity representation).
 
1656
                        <li>
 
1657
                                [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=983434&amp;group_id=75348&amp;atid=543653"
 
1658
                                        target="_blank">SF BUG-983434</a>] [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=983398&amp;group_id=75348&amp;atid=543653"
 
1659
                                        target="_blank">SF BUG-983398</a>] [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1028103&amp;group_id=75348&amp;atid=543653"
 
1660
                                        target="_blank">SF BUG-1028103</a>] [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1072496&amp;group_id=75348&amp;atid=543653"
 
1661
                                        target="_blank">SF BUG-1072496</a>] The problem with elements with name 
 
1662
                        "submit" inside the editor's form has been solved.
 
1663
                        <li>
 
1664
                                [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1018743&amp;group_id=75348&amp;atid=543653"
 
1665
                                        target="_blank">SF BUG-1018743</a>] The problem with Gecko when 
 
1666
                        collapsing the toolbar while in source mode has been fixed.
 
1667
                        <li>
 
1668
                                [<a href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1065268&amp;group_id=75348"
 
1669
                                        target="_blank">SF BUG-1065268</a>] [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1034354&amp;group_id=75348&amp;atid=543653"
 
1670
                                        target="_blank">SF BUG-1034354</a>] The XHTML processor now doesnt use 
 
1671
                        the minimized tag syntax (like &lt;br/&gt;) for empty elements that are not 
 
1672
                        marked as EMPTY in the W3C XHTML DTD specifications.
 
1673
                        <li>
 
1674
                                [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1029654&amp;group_id=75348&amp;atid=543653"
 
1675
                                        target="_blank">SF BUG-1029654</a>] [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1046500&amp;group_id=75348&amp;atid=543653"
 
1676
                                        target="_blank">SF BUG-1046500</a>] Due to a bug on Gecko there was a 
 
1677
                        problem when creating links. It has been fixed.
 
1678
                        <li>
 
1679
                                [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1065973&amp;group_id=75348&amp;atid=543653"
 
1680
                                        target="_blank">SF BUG-1065973</a>] [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=999792&amp;group_id=75348&amp;atid=543653"
 
1681
                                        target="_blank">SF BUG-999792</a>] The editor now handles relative URLs 
 
1682
                        in IE. In effect IE transform all relative URLs to absolute links, pointing to 
 
1683
                        the site the editor is running. So now the editor removes the protocol and host 
 
1684
                        part of the link if it matches the running server.
 
1685
                        <li>
 
1686
                                [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1071824&amp;group_id=75348&amp;atid=543653"
 
1687
                                        target="_blank">SF BUG-1071824</a>] The color dialog box bug has been 
 
1688
                        fixed.
 
1689
                        <li>
 
1690
                                [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1052856&amp;group_id=75348&amp;atid=543653"
 
1691
                                        target="_blank">SF BUG-1052856</a>] [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1046493&amp;group_id=75348&amp;atid=543653"
 
1692
                                        target="_blank">SF BUG-1046493</a>] [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1023530&amp;group_id=75348&amp;atid=543653"
 
1693
                                        target="_blank">SF BUG-1023530</a>] [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1025978&amp;group_id=75348&amp;atid=543653"
 
1694
                                        target="_blank">SF BUG-1025978</a>] The editor now doesnt throw an 
 
1695
                        error if no selection was made and the create link command is used.
 
1696
                        <li>
 
1697
                                [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1036756&amp;group_id=75348&amp;atid=543653"
 
1698
                                        target="_blank">SF BUG-1036756</a>] The XHTML processor has been 
 
1699
                        reviewed.
 
1700
                        <li>
 
1701
                                [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1029101&amp;group_id=75348&amp;atid=543653"
 
1702
                                        target="_blank">SF BUG-1029101</a>] The Paste from Word feature is 
 
1703
                        working correctly.
 
1704
                        <li>
 
1705
                                [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1034623&amp;group_id=75348&amp;atid=543653"
 
1706
                                        target="_blank">SF BUG-1034623</a>] There is an IE bug when setting the 
 
1707
                        editor value to "&lt;p&gt;&lt;hr&gt;&lt;/p&gt;". A workaround has been 
 
1708
                        developed.
 
1709
                        <li>
 
1710
                                [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1052695&amp;group_id=75348&amp;atid=543653"
 
1711
                                        target="_blank">SF BUG-1052695</a>] There are some rendering 
 
1712
                        differences between Netscape and Mozilla. (Actually that is a bug on both 
 
1713
                        browsers). A workaround has been developed to solve it.
 
1714
                        <li>
 
1715
                                [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1073053&amp;group_id=75348&amp;atid=543653"
 
1716
                                        target="_blank">SF BUG-1073053</a>] [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1050394&amp;group_id=75348&amp;atid=543653"
 
1717
                                        target="_blank">SF BUG-1050394</a>] The editor doesnt throw errors 
 
1718
                        when hidden.
 
1719
                        <li>
 
1720
                                [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1066321&amp;group_id=75348&amp;atid=543653"
 
1721
                                        target="_blank">SF BUG-1066321</a>] Scrollbars should not appear on 
 
1722
                        dialog boxes (at least for the Image and Link ones).
 
1723
                        <li>
 
1724
                                [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1046490&amp;group_id=75348&amp;atid=543653"
 
1725
                                        target="_blank">SF BUG-1046490</a>] Dialogs now are forced to show on 
 
1726
                        foreground over Mac.
 
1727
                        <li>
 
1728
                                [<a href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1073955&amp;group_id=75348"
 
1729
                                        target="_blank">SF BUG-1073955</a>] A small bug in the image dialog 
 
1730
                        window has been corrected.
 
1731
                        <li>
 
1732
                                [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1049534&amp;group_id=75348&amp;atid=543653"
 
1733
                                        target="_blank">SF BUG-1049534</a>] The Resources Browser window is now 
 
1734
                        working well over Gecko browsers.
 
1735
                        <li>
 
1736
                                [<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1036675&amp;group_id=75348&amp;atid=543653"
 
1737
                                        target="_blank">SF BUG-1036675</a>] The Resources Browser window now 
 
1738
                                displays the server error on bad installations.</li></ul>
 
1739
                <H3>Version 2.0 Beta 2</H3>
 
1740
                <UL>
 
1741
                        <LI>
 
1742
                                There is a new configuration - "<STRONG>GeckoUseSPAN</STRONG>" - that can 
 
1743
                        be used to tell Gecko browsers to use &lt;SPAN style...&gt; or &lt;B&gt;, 
 
1744
                        &lt;I&gt; and &lt;U&gt; for the bold, italic and underline commands.
 
1745
                        <LI>
 
1746
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1002622&amp;group_id=75348&amp;atid=543656"
 
1747
                                        target="_blank">SF Feature-1002622</A>] New <STRONG>Text Color</STRONG> and&nbsp;<STRONG>Background 
 
1748
                                        Color</STRONG>
 
1749
                        &nbsp;commands have been added to the editor.
 
1750
                        <LI>
 
1751
                        On Gecko browsers, a message is shown when,&nbsp;because of&nbsp;security 
 
1752
                        settings,&nbsp;the user&nbsp;is not able to&nbsp;cut, copy or paste data from 
 
1753
                        the clipboard using the toolbar buttons or the context menu.
 
1754
                        <LI>
 
1755
                                The new "<STRONG>Paste as Plain Text</STRONG>
 
1756
                        " command has been introduced.
 
1757
                        <LI>
 
1758
                                The new "<STRONG>Paste from Word</STRONG>
 
1759
                        " command has been introduced.
 
1760
                        <LI>
 
1761
                        A new configuration named&nbsp;"StartupFocus" can be used to tell the editor to 
 
1762
                        get the focus when the page is loaded.
 
1763
                        <LI>
 
1764
                                All <STRONG>Java </STRONG>
 
1765
                        integration files has been moved to a new separated package.
 
1766
                        <LI>
 
1767
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1016781&amp;group_id=75348&amp;atid=543653"
 
1768
                                        target="_blank">SF BUG-1016781</A>] <STRONG>Table operations</STRONG> are 
 
1769
                                now working when right click inside a table. The following commands has been 
 
1770
                                introduced: <STRONG>Insert Row</STRONG>, <STRONG>Delete Row</STRONG>, <STRONG>Insert 
 
1771
                                        Column</STRONG>, <STRONG>Delete Column</STRONG>, <STRONG>Insert Cell</STRONG>
 
1772
                                and <STRONG>Delete Cells</STRONG>
 
1773
                        .
 
1774
                        <LI>
 
1775
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=965067&amp;group_id=75348&amp;atid=543653"
 
1776
                                        target="_blank">SF BUG-965067</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1010379&amp;group_id=75348&amp;atid=543653"
 
1777
                                        target="_blank">SF BUG-1010379</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=977713&amp;group_id=75348&amp;atid=543653"
 
1778
                                        target="_blank">SF BUG-977713</A>] XHTML support was not working with 
 
1779
                        FireFox, blocking the editor when submitting data. It has been fixed.
 
1780
                        <LI>
 
1781
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1007547&amp;group_id=75348&amp;atid=543653"
 
1782
                                        target="_blank">SF BUG-1007547</A> ] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=974595&amp;group_id=75348&amp;atid=543653"
 
1783
                                        target="_blank">SF BUG-974595</A>
 
1784
                        ]&nbsp;The "FCKLang not defined" error when loading has been fixed.
 
1785
                        <LI>
 
1786
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1021028&amp;group_id=75348&amp;atid=543653"
 
1787
                                        target="_blank">SF BUG-1021028</A>] If the editor doesn't have the 
 
1788
                        focus, some commands were been executed outside the editor in the place where 
 
1789
                        the focus is. It has been fixed.
 
1790
                        <LI>
 
1791
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=981191&amp;group_id=75348&amp;atid=543653"
 
1792
                                        target="_blank">SF BUG-981191</A>] We are now using &lt;!--- ---&gt; for 
 
1793
                                ColdFusion comments.</LI></UL>
 
1794
                <H3>Version 2.0 Beta 1</H3>
 
1795
                <P>This is the first beta of the 2.x series. It brings a lot of new and important 
 
1796
                        things. Beta versions will be released until all features available on version 
 
1797
                        1.x will be introduced in the 2.0.<BR>
 
1798
                        <BR>
 
1799
                        <STRONG>Note:</STRONG> As it is a beta, it is not yet completely developed. 
 
1800
                        Future versions can bring new features that can break backward compatibility 
 
1801
                        with this version.
 
1802
                </P>
 
1803
                <UL>
 
1804
                        <LI>
 
1805
                                Gecko browsers (<STRONG>Mozilla</STRONG> and <STRONG>Netscape</STRONG>) 
 
1806
                        support.
 
1807
                        <LI>
 
1808
                                <STRONG>Quick startup</STRONG>
 
1809
                        response times.
 
1810
                        <LI>
 
1811
                                Complete <STRONG>XHTML</STRONG>
 
1812
                        1.0 support.
 
1813
                        <LI>
 
1814
                                <STRONG>Advanced link</STRONG> dialog box:
 
1815
                                <UL>
 
1816
                                        <LI>
 
1817
                                        Target selection.
 
1818
                                        <LI>
 
1819
                                        Popup configurator.
 
1820
                                        <LI>
 
1821
                                        E-Mail link.
 
1822
                                        <LI>
 
1823
                                                Anchor selector.
 
1824
                                        </LI>
 
1825
                                </UL>
 
1826
                        <LI>
 
1827
                                New <STRONG>File Manager</STRONG>.
 
1828
                        <LI>
 
1829
                                New dialog box system, with <STRONG>tabbed dialogs</STRONG>
 
1830
                        support.
 
1831
                        <LI>
 
1832
                                New <STRONG>context menus</STRONG>
 
1833
                        with icons.
 
1834
                        <LI>
 
1835
                        New toolbar with "expand/collapse" feature.
 
1836
                        <LI>
 
1837
                                <STRONG>Skins</STRONG>
 
1838
                        support.
 
1839
                        <LI>
 
1840
                                <STRONG>Right to left languages</STRONG> support.
 
1841
                        </LI>
 
1842
                </UL>
 
1843
                <H3>Version 1.6.1</H3>
 
1844
                <UL>
 
1845
                        <LI>
 
1846
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=862364&amp;group_id=75348&amp;atid=543653"
 
1847
                                        target="_blank">SF BUG-862364</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=812733&amp;group_id=75348&amp;atid=543653"
 
1848
                                        target="_blank">SF BUG-812733</A>] There was a problem when the user 
 
1849
                        tried to delete the last row, collumn or cell in a table. It has been 
 
1850
                        corrected.*
 
1851
                        <LI>
 
1852
                        New Estonian language file. Thanks to Kristjan Kivikangur
 
1853
                        <LI>
 
1854
                        New Croatian language file. Thanks to Alex Varga.
 
1855
                        <LI>
 
1856
                        Updated language file for Czech. Thanks to Plachow.
 
1857
                        <LI>
 
1858
                        Updated language file for Chineze (zh-cn). Thanks to Yanglin.
 
1859
                        <LI>
 
1860
                                Updated language file for Catalan. Thanks to Jordi Cerdan.</LI></UL>
 
1861
                <P>* This version has been partially sponsored by <A href="http://www.genuitec.com/">Genuitec, 
 
1862
                                LLC</A>.</P>
 
1863
                <H3>Version 1.6</H3>
 
1864
                <UL>
 
1865
                        <LI>
 
1866
                                <STRONG>Context Menu</STRONG> support for <STRONG>form</STRONG>
 
1867
                        elements.*
 
1868
                        <LI>
 
1869
                                New <STRONG>"Selection Field" command</STRONG>
 
1870
                        with advanced dialog box for options definitions.*
 
1871
                        <LI>
 
1872
                                New <STRONG>"Image Button" command</STRONG>
 
1873
                        is available.*
 
1874
                        <LI>
 
1875
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=936196&amp;group_id=75348&amp;atid=543656"
 
1876
                                        target="_blank">SF Feature-936196</A>] Many form elements <STRONG>bugs has been 
 
1877
                                        fixed</STRONG> and <STRONG>many improvements</STRONG>
 
1878
                        has been done.*
 
1879
                        <LI>
 
1880
                                New <STRONG>Java Integration Module</STRONG>. There is a complete Java API 
 
1881
                        and Tag Library implementations. Take a look at the _jsp directory. Thanks to 
 
1882
                        Simone Chiaretta and Hao Jiang.
 
1883
                        <LI>
 
1884
                                The <STRONG>Word Spell Checker</STRONG>
 
1885
                        can be used. To be able to run it, your browser security configuration 
 
1886
                        "Initialize and script ActiveX controls not marked as safe" must be set to 
 
1887
                        "Enable" or "Prompt". And easier and more secure way to do that is to add your 
 
1888
                        site in the list of trusted sites. IeSpell can still be used. Take a look at 
 
1889
                        the fck_config.js file for some configuration options. Thanks to EdwardRF.
 
1890
                        <LI>
 
1891
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=748807&amp;group_id=75348&amp;atid=543656"
 
1892
                                        target="_blank">SF Feature-748807</A>] [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=801030&amp;group_id=75348&amp;atid=543656"
 
1893
                                        target="_blank">SF Feature-801030</A>] [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=880684&amp;group_id=75348&amp;atid=543656"
 
1894
                                        target="_blank">SF Feature-880684</A>] New "<STRONG>Anchor" command</STRONG>, 
 
1895
                        including context menu support. Thanks to G.Meijer.
 
1896
                        <LI>
 
1897
                        Special characters are replaced with their decimal HTML entities when the XHMTL 
 
1898
                        support is enabled (only over IE5.5+).
 
1899
                        <LI>
 
1900
                                New <STRONG>Office 2003 Style</STRONG> toolbar icons are available. Just 
 
1901
                                uncomment the config.ToolbarImagesPath key in the fck_config.js file. Thanks to 
 
1902
                                Abdul-Aziz A. Al-Oraij. <STRONG>Attention</STRONG>: the default toolbar 
 
1903
                        items have been moved to the "images/toolbar/default" directory.
 
1904
                        <LI>
 
1905
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=934566&amp;group_id=75348&amp;atid=543655"
 
1906
                                        target="_blank">SF Patch-934566</A>] <STRONG>Double click support</STRONG>
 
1907
                        for Images, Tables, Links, Anchors and all Form elements. Thanks to Top Man.
 
1908
                        <LI>
 
1909
                                New <STRONG>"New Page" command</STRONG>
 
1910
                        to start a typing from scratch. Thanks to Abdul-Aziz A. Al-Oraij.
 
1911
                        <LI>
 
1912
                                New <STRONG>"Replace" command</STRONG>. Thanks to Abdul-Aziz A. Al-Oraij.
 
1913
                        <LI>
 
1914
                                New <STRONG>"Advanced Font Style" command</STRONG>. Thanks to Abdul-Aziz A. 
 
1915
                        Al-Oraij.
 
1916
                        <LI>
 
1917
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=738193&amp;group_id=75348&amp;atid=543656"
 
1918
                                        target="_blank">SF Feature-738193</A>] New <STRONG>"Save" command</STRONG>. 
 
1919
                        It can be used to simulate a save action, but in fact it just submits the form 
 
1920
                        where the editor is placed in. Thanks to Abdul-Aziz A. Al-Oraij.
 
1921
                        <LI>
 
1922
                                New <STRONG>"Universal Keyboard" command</STRONG>. This 22 charsets are 
 
1923
                        available: Arabic, Belarusian, Bulgarian, Croatian, Czech, Danish, Finnish, 
 
1924
                        French, Greek, Hebrew, Hungarian, Diacritical, Macedonian, Norwegian, Polish, 
 
1925
                        Russian, Serbian (Cyrillic), Serbian (Latin), Slovak, Spanish, Ukrainian and 
 
1926
                        Vietnamese. Includes a keystroke listener to type Arabic on none Arabic OS or 
 
1927
                        machine. Thanks to Abdul-Aziz A. Al-Oraij.
 
1928
                        <LI>
 
1929
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=935358&amp;group_id=75348&amp;atid=543655"
 
1930
                                        target="_blank">SF Patch-935358</A>] New <STRONG>"Preview" command</STRONG>. 
 
1931
                        Context menu option is included and can be deactivated throw the 
 
1932
                        config.ShowPreviewContextMenu configuration. Thanks to Ben Ramsey.
 
1933
                        <LI>
 
1934
                                New "<STRONG>Table Auto Format</STRONG>" context menu command. Hack a 
 
1935
                        little the fck_config.js and the fck_editorarea.css files. Thanks to Alexandros 
 
1936
                        Lezos.
 
1937
                        <LI>
 
1938
                                New "<STRONG>Bulleted List Properties</STRONG>
 
1939
                        " context menu to define its type and class. Thanks to Alexandros Lezos.
 
1940
                        <LI>
 
1941
                                The <STRONG>image dialog</STRONG> box has been a <STRONG>redesigned</STRONG>
 
1942
                        . Thanks to Mark Fierling.
 
1943
                        <LI>
 
1944
                                Images now always have the <STRONG>"alt" attribute</STRONG>
 
1945
                        set, even when it's value is empty. Thanks to Andreas Barnet.
 
1946
                        <LI>
 
1947
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=942250&amp;group_id=75348&amp;atid=543655"
 
1948
                                        target="_blank">SF Patch-942250</A>] You can set on fck_config.js to <STRONG>automatically 
 
1949
                                        clean Word</STRONG>
 
1950
                        pasting operations without a user confirmation.
 
1951
                        <LI>
 
1952
                        Forms element dialogs and other localization pending labels has been updated.
 
1953
                        <LI>
 
1954
                                A new <STRONG>Lithuanian</STRONG>
 
1955
                        language file is available. Thanks to Tauras Paliulis.
 
1956
                        <LI>
 
1957
                                A new <STRONG>Hebrew</STRONG>
 
1958
                        language file is available. Thanks to Ophir Radnitz.
 
1959
                        <LI>
 
1960
                                A new <STRONG>Serbian</STRONG>
 
1961
                        language file is available. Thanks to Zoran Subic.
 
1962
                        <LI>
 
1963
                                <STRONG>Danish</STRONG>
 
1964
                        language file updates. Thanks to Flemming Jensen.
 
1965
                        <LI>
 
1966
                                <STRONG>Catalan</STRONG>
 
1967
                        language file updates. Thanks to Jordi Cerdan.
 
1968
                        <LI>
 
1969
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=936514&amp;group_id=75348&amp;atid=543655"
 
1970
                                        target="_blank">SF Patch-936514</A>] [<A href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=918716&amp;group_id=75348">SF 
 
1971
                                        BUG-918716</A>] [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=931037&amp;group_id=75348&amp;atid=543653">SF 
 
1972
                                        BUG-931037</A>] [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=865864&amp;group_id=75348&amp;atid=543653">SF 
 
1973
                                        BUG-865864</A>] [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=915410&amp;group_id=75348&amp;atid=543653">SF 
 
1974
                                        BUG-915410</A>] [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=918716&amp;group_id=75348&amp;atid=543653">SF 
 
1975
                                        BUG-918716</A>] Some <STRONG>languages files</STRONG> were not saved on <STRONG>
 
1976
                                        UTF-8</STRONG>
 
1977
                        format causing some javascript errors on loading the editor or making 
 
1978
                        "undefined" to show on editor labels. This problem was solved.
 
1979
                        <LI>
 
1980
                        Updates on the testsubmit.php file. Thanks to Geat and Gabriel Schillaci
 
1981
                        <LI>
 
1982
                                [<A href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=924620&amp;group_id=75348">SF 
 
1983
                                        BUG-924620</A>] There was a problem when setting a name to an editor 
 
1984
                        instance when the name is used by another tag. For example when using 
 
1985
                        "description" as the name in a page with the &lt;META name="description"&gt; 
 
1986
                        tag.
 
1987
                        <LI>
 
1988
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=935018&amp;group_id=75348&amp;atid=543653">SF 
 
1989
                                        BUG-935018</A>] The "buletted" typo has been corrected.
 
1990
                        <LI>
 
1991
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=902122&amp;group_id=75348&amp;atid=543653">SF 
 
1992
                                        BUG-902122</A>] Wrong css and js file references have been corrected.
 
1993
                        <LI>
 
1994
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=918942&amp;group_id=75348&amp;atid=543653">SF 
 
1995
                                        BUG-918942</A>] All dialog boxes now accept Enter and Escape keys as Ok and 
 
1996
                                Cancel buttons.</LI></UL>
 
1997
                <P>* This version has been partially sponsored by <A href="http://www.genuitec.com/">Genuitec, 
 
1998
                                LLC</A>.</P>
 
1999
                <H3>Version 1.5</H3>
 
2000
                <UL>
 
2001
                        <LI>
 
2002
                                [<A href="https://sourceforge.net/tracker/?func=detail&amp;atid=543656&amp;aid=913777&amp;group_id=75348"
 
2003
                                        target="_blank">SF Feature-913777</A>] <STRONG>New Form Commands</STRONG>
 
2004
                        are now available! Special thanks to G.Meijer.
 
2005
                        <LI>
 
2006
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=861149&amp;group_id=75348&amp;atid=543656"
 
2007
                                        target="_blank">SF Feature-861149</A>] <STRONG>Print Command</STRONG>
 
2008
                        is now available!
 
2009
                        <LI>
 
2010
                                [<A href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=743546&amp;group_id=75348"
 
2011
                                        target="_blank">SF BUG-743546</A>] The <STRONG>XHTML content duplication 
 
2012
                                        problem </STRONG>has been <STRONG>solved</STRONG>
 
2013
                        . Thanks to Paul Hutchison.
 
2014
                        <LI>
 
2015
                                [<A href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=875853&amp;group_id=75348"
 
2016
                                        target="_blank">SF BUG-875853</A>] The <STRONG>image dialog box</STRONG>
 
2017
                        now gives precedence for width and height values set as styles. In this way a 
 
2018
                        user can change the size of the image directly inside the editor and the 
 
2019
                        changes will be reflected in the dialog box.
 
2020
                        <LI>
 
2021
                                [<A href="https://sourceforge.net/tracker/?func=detail&amp;atid=543656&amp;aid=913777&amp;group_id=75348"
 
2022
                                        target="_blank">SF Feature-788368</A>] The sample <STRONG>file upload </STRONG>
 
2023
                                manager for ASPX now uses <STRONG>guids</STRONG>
 
2024
                        for the file name generation. In this way a support XML file is not needed 
 
2025
                        anymore.
 
2026
                        <LI>
 
2027
                                It's possible now to <STRONG>programmatically change the Base Path</STRONG> of 
 
2028
                                the editor if it's installed in a directory different of "/FCKeditor/". 
 
2029
                                Something like this:<BR>
 
2030
                                oFCKeditor.BasePath = '/FCKeditor/' ;<BR>
 
2031
                        Take a look at the _test directory for samples.
 
2032
                        <LI>
 
2033
                        There was a little bug in the TAB feature that moved the insertion point if 
 
2034
                        there were any object (images, tables) in the content. It has been fixed.
 
2035
                        <LI>
 
2036
                                The problem with <STRONG>accented and international characters</STRONG>
 
2037
                        on the PHP test page was solved.
 
2038
                        <LI>
 
2039
                                A new <STRONG>Chinese (Taiwan)</STRONG>
 
2040
                        language file is available. Thanks to Nil.
 
2041
                        <LI>
 
2042
                                A new <STRONG>Slovenian</STRONG>
 
2043
                        language file is available. Thanks to Pavel Rotar.
 
2044
                        <LI>
 
2045
                                A new <STRONG>Catalan</STRONG>
 
2046
                        language file is available. Thanks to Jordi Cerdan.
 
2047
                        <LI>
 
2048
                                A new <STRONG>Arabic</STRONG>
 
2049
                        language file is available. Thanks to Abdul-Aziz A. Al-Oraij.
 
2050
                        <LI>
 
2051
                                Small corrections on the <STRONG>Norwegian</STRONG>
 
2052
                        language file.
 
2053
                        <LI>
 
2054
                        A Java version for the test results (testsubmit.jsp) is now available. Thanks 
 
2055
                        to Pritpal Dhaliwal.
 
2056
                        <LI>
 
2057
                        When using Javascript to create a editor instance it's possible now to easily 
 
2058
                        get the editor's value calling oFCKeditor.GetValue() (eg.). Better Javascript 
 
2059
                        API interfaces will be available on version 2.0.
 
2060
                        <LI>
 
2061
                                If <STRONG>XHTML</STRONG>
 
2062
                        is enabled the editor cleans the HTML before showing it on the Source View, so 
 
2063
                        the exact result can be viewed by the user. This option can be activated 
 
2064
                        setting config.EnableSourceXHTML = true in the fck_config.js file.
 
2065
                        <LI>
 
2066
                                The <STRONG>JS integration object</STRONG> now escapes all configuration 
 
2067
                                settings, in this way a user can use <STRONG>reserved chars</STRONG> on it. For 
 
2068
                                example:
 
2069
                                <BR>
 
2070
                        oFCKeditor.Config["ImageBrowserURL"] = 
 
2071
                        '/imgs/browse.asp?filter=abc*.jpg&amp;userid=1';
 
2072
                        <LI>
 
2073
                                A minimal browse server sample is now available in ASP. Thanks to Andreas 
 
2074
                                Barnet.
 
2075
                        </LI>
 
2076
                </UL>
 
2077
                <H3>Version 1.4</H3>
 
2078
                <UL>
 
2079
                        <LI>
 
2080
                                <STRONG>ATTENTION: For PHP users</STRONG>: The editor was changed and now uses <STRONG>
 
2081
                                        htmlspecialchars</STRONG> instead of <STRONG>htmlentities</STRONG>
 
2082
                        when handling the initial value. It should works well, but please make some 
 
2083
                        tests before upgrading definitively. If there is any problem just uncomment the 
 
2084
                        line in the fckeditor.php file (and send me a message!).
 
2085
                        <LI>
 
2086
                                The editor is now integrated with <STRONG>ieSpell</STRONG> (<A href="http://www.iespell.com">http://www.iespell.com</A>) 
 
2087
                                for <STRONG>Spell Checking</STRONG>. You can configure the download URL in 
 
2088
                        then fck_config.js file. Thanks to Sanjay Sharma. (ieSpell is free for personal 
 
2089
                        use but must be paid for commercial use)
 
2090
                        <LI>
 
2091
                                <STRONG>Table</STRONG> and <STRONG>table cell</STRONG> dialogs has been 
 
2092
                                changed. Now you can <STRONG>select the class</STRONG>
 
2093
                        you want to be applied. Thanks to Alexander Lezos.
 
2094
                        <LI>
 
2095
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=865378&amp;group_id=75348&amp;atid=543656"
 
2096
                                        target="_blank">SF Feature-865378</A>]A new <STRONG>upload support is available 
 
2097
                                        for ASP</STRONG>. It uses the /UserImages/ folder in the root of the 
 
2098
                        web site as the files container and a counter controlled by the upload.cnt 
 
2099
                        file. Both must have write permissions set to the IUSR_xxx user. Thanks to Trax 
 
2100
                        and Juanjo.
 
2101
                        <LI>
 
2102
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=798128&amp;group_id=75348&amp;atid=543655"
 
2103
                                        target="_blank">SF Patch-798128</A>] The user (programmer) can now define a <STRONG>
 
2104
                                        custom separator</STRONG>
 
2105
                        for the list items of a combo in the toolbar. Thanks to Wulff D. Heiss.
 
2106
                        <LI>
 
2107
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=741963&amp;group_id=75348&amp;atid=543656"
 
2108
                                        target="_blank">SF Feature-741963</A>][<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=878941&amp;group_id=75348&amp;atid=543656"
 
2109
                                        target="_blank">SF Feature-878941</A>][<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=869389&amp;group_id=75348&amp;atid=543655"
 
2110
                                        target="_blank">SF Patch-869389</A>] A minimal support for a fake <STRONG>TAB 
 
2111
                                        is now available</STRONG>, even if HTML has no support for TAB. Now 
 
2112
                        when the user presses the TAB key a configurable number of spaces (&amp;nbsp;) 
 
2113
                        is added. Take a look at config.TabSpaces on the fck_config.js file. No action 
 
2114
                        is performed if it is set to zero. The default value is 4. Thanks to Phil 
 
2115
                        Hassey.
 
2116
                        <LI>
 
2117
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=782779&amp;group_id=75348&amp;atid=543653"
 
2118
                                        target="_blank">SF BUG-782779</A>][<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=790939&amp;group_id=75348&amp;atid=543653"
 
2119
                                        target="_blank">SF BUG-790939</A>] The problem with big images has been 
 
2120
                        corrected. Thanks to Raver.
 
2121
                        <LI>
 
2122
                                [<A href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=853374&amp;group_id=75348"
 
2123
                                        target="_blank">SF BUG-862975</A>] Now the editor does nothing if no 
 
2124
                        image is selected in the image dialog box and the OK button is hit.
 
2125
                        <LI>
 
2126
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=851609&amp;group_id=75348&amp;atid=543653"
 
2127
                                        target="_blank">SF BUG-851609</A>] The problem with ASP and null values 
 
2128
                        has been solved.
 
2129
                        <LI>
 
2130
                                <STRONG>Norwegean</STRONG>
 
2131
                        language pack. Thanks to Martin Kronstad.
 
2132
                        <LI>
 
2133
                                <STRONG>Hungarian</STRONG>
 
2134
                        language pack. Thanks to Balzs Szab.
 
2135
                        <LI>
 
2136
                                <STRONG>Bosnian</STRONG>
 
2137
                        language pack. Thanks to Trax.
 
2138
                        <LI>
 
2139
                                <STRONG>Japanese</STRONG>
 
2140
                        language pack. Thanks to Kato Yuichiro.
 
2141
                        <LI>
 
2142
                                Updates on the <STRONG>Polish</STRONG>
 
2143
                        language pack. Thanks to Norbert Neubauer.
 
2144
                        <LI>
 
2145
                                The <STRONG>Chinese (Taiwan)</STRONG> (zh-tw) has been removed from the package 
 
2146
                                because it's corrupt. I'm sorry. I hope someone could send me a good version 
 
2147
                                soon.
 
2148
                        </LI>
 
2149
                </UL>
 
2150
                <H3>Version 1.3.1</H3>
 
2151
                <UL>
 
2152
                        <LI>
 
2153
                                It's now possible to configure the editor the insert a <STRONG>&lt;BR&gt; tag 
 
2154
                                        instead of &lt;P&gt;</STRONG> when the user presses the <STRONG>&lt;Enter&gt;</STRONG>
 
2155
                                key. Take a look at the fck_config.js configuration file for the "<STRONG>UseBROnCarriageReturn</STRONG>" 
 
2156
                        key. This option is disabled by default.
 
2157
                        <LI>
 
2158
                                <STRONG>Icelandic</STRONG>
 
2159
                        language pack. Thanks to Andri skarsson.
 
2160
                        <LI>
 
2161
                                [<A href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=853374&amp;group_id=75348">SF 
 
2162
                                        BUG-853374</A>] On IE 5.0 there was a little error introduced with 
 
2163
                        version 1.3 on initialization. It was corrected.
 
2164
                        <LI>
 
2165
                                [<A href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=853372&amp;group_id=75348">SF 
 
2166
                                        BUG-853372</A>] On IE 5.0 there was a little error introduced with 
 
2167
                        version 1.3 when setting the focus in the editor. It was corrected.
 
2168
                        <LI>
 
2169
                                Minor errors on the language file for <STRONG>english</STRONG>
 
2170
                        has been corrected. Thanks to Anders Madsen.
 
2171
                        <LI>
 
2172
                                Minor errors on the language file for <STRONG>danish</STRONG> has been 
 
2173
                                corrected. Thanks to Martin Johansen.
 
2174
                        </LI>
 
2175
                </UL>
 
2176
                <H3>Version 1.3</H3>
 
2177
                <UL>
 
2178
                        <LI>
 
2179
                                Language support for <STRONG>Danish, Polish, Simple Chinese, Slovak, Swedish and 
 
2180
                                        Turkish</STRONG>.
 
2181
                        <LI>
 
2182
                                Language updates for <STRONG>Romanian</STRONG>.
 
2183
                        <LI>
 
2184
                                It's now possible to <STRONG>override</STRONG> any of the <STRONG>editor's 
 
2185
                                        configurations</STRONG>
 
2186
                        (for now it's implemented just for JavaScript, ASPX and HTC modules). See 
 
2187
                        _test/test.html for a sample. I'm now waiting for the Community for the ASP, 
 
2188
                        CFM and PHP versions.
 
2189
                        <LI>
 
2190
                                A new method is available for <STRONG>PHP</STRONG> users. It's called <STRONG>ReturnFCKeditor</STRONG>. 
 
2191
                                It works exactly like CreateFCKeditor, but it <STRONG>returns a string with the 
 
2192
                                        HTML</STRONG>
 
2193
                        for the editor instead of output it (echo). This feature is useful for people 
 
2194
                        who are working with Smarty Templates or something like that. Thanks to Timothy 
 
2195
                        J. Finucane.
 
2196
                        <LI>
 
2197
                                Many people have had problems with <STRONG>international characters</STRONG> over
 
2198
                                <STRONG>PHP</STRONG>. I had also the same problem. PHP have strange problems 
 
2199
                                with character encoding. The code hasn't been changed but just saved again with 
 
2200
                                Western European encoding. <STRONG>Now it works well</STRONG> in my system.<BR>
 
2201
                        Take a look also at the "default_charset" configuration option at the php.ini 
 
2202
                        file. It doesn't seem to be an editor's problem but a PHP issue.
 
2203
                        <LI>
 
2204
                                The "<STRONG>testsubmit.php</STRONG>" file now strips the "<STRONG>Magic Quotes</STRONG>
 
2205
                        " that are automatically added by PHP on form posts.
 
2206
                        <LI>
 
2207
                                A <STRONG>new language</STRONG> integration module is available for <STRONG>ASP/Jscript</STRONG>. 
 
2208
                        Thanks to Dimiter Naydenov.
 
2209
                        <LI>
 
2210
                                <STRONG>New configuration</STRONG> options are available to <STRONG>customize the 
 
2211
                                        Target</STRONG> combo box in the <STRONG>Insert/Modify Link</STRONG>
 
2212
                        dialog box. Now you can hide it, or set which options are available in the 
 
2213
                        combo box. Take a look at the fck_config.js file.
 
2214
                        <LI>
 
2215
                                The <STRONG>Text as Plain Text</STRONG> toolbar <STRONG>icon</STRONG> has been 
 
2216
                                changed <STRONG>to avoid confusion</STRONG>
 
2217
                        with the Normal Paste or. Thanks to Kaupo Kalda.
 
2218
                        <LI>
 
2219
                                The file <STRONG>dhtmled.cab has been removed</STRONG>
 
2220
                        from the package. It's not needed to the editor to work and caused some 
 
2221
                        confusion for a few users.
 
2222
                        <LI>
 
2223
                                The <STRONG>editor's content</STRONG> now <STRONG>doesn't loose the focus</STRONG>
 
2224
                        when the user clicks with the mouse in a toolbar button.
 
2225
                        <LI>
 
2226
                                On <STRONG>drag-and-drop</STRONG> operations the data to be inserted in the 
 
2227
                                editor is now <STRONG>converted to plain text</STRONG> when the "<STRONG>ForcePasteAsPlainText</STRONG>" 
 
2228
                                configuration is set to <STRONG>true</STRONG>.
 
2229
                        <LI>
 
2230
                                The <STRONG>image browser</STRONG> sample in PHP now <STRONG>sorts the files</STRONG>
 
2231
                        by name. Thanks to Sergey Lupashko.
 
2232
                        <LI>
 
2233
                                Two <STRONG>new configuration</STRONG> options are available to <STRONG>turn on/off 
 
2234
                                        by default</STRONG> the "<STRONG>Show Borders</STRONG>" and "<STRONG>Show 
 
2235
                                        Details</STRONG>" commands.
 
2236
                        <LI>
 
2237
                                Some <STRONG>characters have been removed</STRONG> from the "<STRONG>Insert Special 
 
2238
                                        Chars</STRONG>" dialog box because they were causing encoding problems 
 
2239
                        in some languages. Thanks to Abomb Hua.
 
2240
                        <LI>
 
2241
                                <STRONG>JSP</STRONG> versions of the <STRONG>image and file upload and browsing</STRONG>
 
2242
                                features. Thanks to Simone Chiaretta.</LI></UL>
 
2243
                <H3>Version 1.2.4</H3>
 
2244
                <UL>
 
2245
                        <LI>
 
2246
                                Language support for <STRONG>Spanish, Finnish, Romanian and Korean</STRONG>.
 
2247
                        <LI>
 
2248
                                Language updates for <STRONG>German</STRONG>.
 
2249
                        <LI>
 
2250
                                New <STRONG>Zoom</STRONG> toolbar option. (<A href="https://sourceforge.net/forum/forum.php?thread_id=904116&amp;forum_id=257180">Thanks 
 
2251
                                        to "mtn_roadie"</A>)</LI></UL>
 
2252
                <H3>Version 1.2.2</H3>
 
2253
                <UL>
 
2254
                        <LI>
 
2255
                                Language support for <STRONG>French</STRONG>.
 
2256
                        <LI>
 
2257
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=782779&amp;group_id=75348&amp;atid=543653"
 
2258
                                        target="_blank">SF BUG-782779</A>] Version 1.2 introduced a bug on the 
 
2259
                                image dialog window: when changing the image, no update was done. This bug is 
 
2260
                                now fixed.
 
2261
                        </LI>
 
2262
                </UL>
 
2263
                <H3>Version 1.2</H3>
 
2264
                <UL>
 
2265
                        <LI>
 
2266
                                Enhancements to the <STRONG>Word cleaning</STRONG>
 
2267
                        feature (Thanks to Karl von Randow).
 
2268
                        <LI>
 
2269
                                The <STRONG>Table dialog box</STRONG>
 
2270
                        now handles the Style width and height set in the table (Thanks to Roberto 
 
2271
                        Arruda). There where many problems on prior version when people changed 
 
2272
                        manually the table's size, dragging the size handles, and then it was not 
 
2273
                        possible to set a new size using the table dialog box.
 
2274
                        <LI>
 
2275
                                For the <STRONG>Image dialog box:</STRONG>
 
2276
                                <UL>
 
2277
                                        <LI>
 
2278
                                        No image is shown in the preview pane if no image has been set.
 
2279
                                        <LI>
 
2280
                                                If no HSpace is set in the image a "-1" value was shown in the dialog box. Now, 
 
2281
                                                nothing is shown if the value is negative.
 
2282
                                        </LI>
 
2283
                                </UL>
 
2284
                        <LI>
 
2285
                                [<A href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=739630&amp;group_id=75348&amp;atid=543653"
 
2286
                                        target="_blank">SF BUG-739630</A>] Image with link lost the link when 
 
2287
                        changing its properties. The problem is solved.
 
2288
                        <LI>
 
2289
                                Due to some problems in the XHTML cleaning (content duplication when the source 
 
2290
                                HTML is dirty and malformed), the <STRONG>XHTML support is turned off by default</STRONG>
 
2291
                        from this version. You can still change this behavior and turn it on in the 
 
2292
                        configuration file.
 
2293
                        <LI>
 
2294
                                Some little updates on the <STRONG>English </STRONG>
 
2295
                        language file.
 
2296
                        <LI>
 
2297
                        A few addition of missing entries on all languages files (translations for 
 
2298
                        these changes are pending).
 
2299
                        <LI>
 
2300
                                Language files has been added for the following languages:
 
2301
                                <UL>
 
2302
                                        <LI>
 
2303
                                                <STRONG>Brazilian Portuguese</STRONG>
 
2304
                                        (pt-br)
 
2305
                                        <LI>
 
2306
                                                <STRONG>Czech</STRONG>
 
2307
                                        (cz)
 
2308
                                        <LI>
 
2309
                                                <STRONG>Dutch</STRONG>
 
2310
                                        (nl)
 
2311
                                        <LI>
 
2312
                                                <STRONG>Russian</STRONG>
 
2313
                                        (ru)
 
2314
                                        <LI>
 
2315
                                                <STRONG>Chinese (Taiwan)</STRONG>
 
2316
                                        (zh-tw)
 
2317
                                        <LI>
 
2318
                                                <STRONG>Greek</STRONG>
 
2319
                                        (gr)
 
2320
                                        <LI>
 
2321
                                                <STRONG>German</STRONG> (de)</LI></UL>
 
2322
                        </LI>
 
2323
                </UL>
 
2324
                <H3>Version 1.1</H3>
 
2325
                <UL>
 
2326
                        <LI>
 
2327
                                The "<STRONG>Multi Language</STRONG>" system is now available. This version 
 
2328
                                ships with English and Italian versions completed. Other languages will be 
 
2329
                                available soon. The editor automatically detects the client language and sets 
 
2330
                                all labels, tooltips and dialog boxes to it, if available. The auto detection 
 
2331
                                and the default language can be set in the <STRONG>fck_config.file</STRONG>.
 
2332
                        <LI>
 
2333
                                Two files can now be created to isolate customizations code from the original 
 
2334
                                source code of the editor: <STRONG>fckeditor.config.js</STRONG> and <STRONG>fckeditor.custom.js</STRONG>. 
 
2335
                        Create these files in the root folder of your web site, if needed. The first 
 
2336
                        one can be used to add or override configurations set on fck_config.js. The 
 
2337
                        second one is used for custom actions and behaviors.
 
2338
                        <LI>
 
2339
                        A problem with relative links and images like "/test/test.doc" has been solved. 
 
2340
                        In prior versions, only with XHTML support enabled, the URL was changed to 
 
2341
                        something like "http://www.mysite.xxx/test/test.doc" (The domain was 
 
2342
                        automatically added). Now the XHTML cleaning procedure gets the URLs exactly 
 
2343
                        how they are defined in the editors HTML.
 
2344
                        <LI>
 
2345
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=742168&amp;group_id=75348&amp;atid=543653"
 
2346
                                        target="_blank">SF BUG-742168</A>] Mouse drag and drop from toolbar 
 
2347
                        buttons has been disabled.
 
2348
                        <LI>
 
2349
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=768210&amp;group_id=75348&amp;atid=543653"
 
2350
                                        target="_blank">SF BUG-768210</A>] HTML entities, like <STRONG>&amp;lt;</STRONG>, 
 
2351
                        were not load correctly. The problem is solved.
 
2352
                        <LI>
 
2353
                                [<A href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=748812&amp;group_id=75348&amp;atid=543653"
 
2354
                                        target="_blank">SF BUG-748812</A>] The link dialog window doesn't open when 
 
2355
                                the link button is grayed.
 
2356
                        </LI>
 
2357
                </UL>
 
2358
                <H3>Version 1.0</H3>
 
2359
                <UL>
 
2360
                        <LI>
 
2361
                        Three new options are available in the configuration file to set what file 
 
2362
                        types are allowed / denied to be uploaded from the "Insert Link" and "Insert 
 
2363
                        Image" dialog boxes.
 
2364
                        <LI>
 
2365
                        Upload options, for links and images, are automatically hidden on IE 5.0 
 
2366
                        browsers (it's not compatible).
 
2367
                        <LI>
 
2368
                        [SF BUG-734894] Fixed a problem on XHTML cleaning: the value on INPUT fields 
 
2369
                        were lost.
 
2370
                        <LI>
 
2371
                        [SF BUG-713797] Fixed some image dialog errors when trying to set image 
 
2372
                        properties when no image is available.
 
2373
                        <LI>
 
2374
                        [SF BUG-736414] Developed a workaround for a DHTML control bug when loading in 
 
2375
                        the editor some HTML started with &lt;p&gt;&lt;hr&gt;&lt;/p&gt;.
 
2376
                        <LI>
 
2377
                        [SF BUG-737143] Paste from Word cleaning changed to solve some IE 5.0 errors. 
 
2378
                        This feature is still not available over IE 5.0.
 
2379
                        <LI>
 
2380
                        [SF BUG-737233] CSS mappings are now OK on the PHP image browser module.
 
2381
                        <LI>
 
2382
                        [SF BUG-737495] The image preview in the image dialog box is now working 
 
2383
                        correctly.
 
2384
                        <LI>
 
2385
                        [SF BUG-737532] The editor automatically switches to WYSIWYG mode when the form 
 
2386
                        is posted.
 
2387
                        <LI>
 
2388
                                [SF BUG-739571] The editor is now working well over Opera (as for Netscape, a 
 
2389
                                TEXTAREA is shown).
 
2390
                        </LI>
 
2391
                </UL>
 
2392
                <H3>Version 1.0 Final Candidate</H3>
 
2393
                <UL>
 
2394
                        <LI>
 
2395
                        A new dialog box for the "Link" command is available. Now you can upload and 
 
2396
                        browse the server exactly like the image dialog box. It's also possible to 
 
2397
                        define the link title and target window (_blank, _self, _parent and _top). As 
 
2398
                        with the image dialog box, a sample (and simple) file server browser is 
 
2399
                        available.
 
2400
                        <LI>
 
2401
                        A new configuration option is available to force every paste action to be 
 
2402
                        handled as plain text. See "config.ForcePasteAsPlainText" in fck_config.js.
 
2403
                        <LI>
 
2404
                        A new Toolbar button is available: "Paste from Word". It automatically cleans 
 
2405
                        the clipboard content before pasting (removesWord styles, classes, xml stuff, 
 
2406
                        etc...). This command is available for IE 5.5 and more. For IE 5.0 users, a 
 
2407
                        message is displayed advising that the text will not be cleaned before pasting.
 
2408
                        <LI>
 
2409
                        The editor automatically detects Word clipboard data on pasting operations and 
 
2410
                        asks the user to clean it before pasting. This option is turned on by default 
 
2411
                        but it can be configured. See "config.AutoDetectPasteFromWord" in 
 
2412
                        fck_config.js.
 
2413
                        <LI>
 
2414
                        Table properties are now available in cells' right click context menu.
 
2415
                        <LI>
 
2416
                                It's now possible to edit cells advanced properties from it's right click 
 
2417
                                context menu.
 
2418
                        </LI>
 
2419
                </UL>
 
2420
                <H3>Version 1.0 Release Candidate 1 (RC1)</H3>
 
2421
                <UL>
 
2422
                        <LI>
 
2423
                        Some performance improvements.
 
2424
                        <LI>
 
2425
                        The file dhtmled.cab has been added to the package for clients ho needs to 
 
2426
                        install the Microsoft DHTML Editor component.
 
2427
                        <LI>
 
2428
                        [SF BUG-713952] The format command options are localized, so it depends on the 
 
2429
                        IE language to work. Until version 0.9.5 it was working only over English IE 
 
2430
                        browsers. Now the options are load dynamically on the client using the client's 
 
2431
                        language.
 
2432
                        <LI>
 
2433
                        [SF BUG-712103] The style command is localized, so it depends on the IE 
 
2434
                        language to work. Until version 0.9.5 it was working only over English IE 
 
2435
                        browsers. Now it configures itself using the client's language.
 
2436
                        <LI>
 
2437
                                [SF BUG-726137] On version 0.9.5, some commands (special chars, image, 
 
2438
                                emoticons, ...) remove the next available character before inserting the 
 
2439
                                required content even if no selection was made in the editor. Now the editor 
 
2440
                                replaces only the selected content (if available).
 
2441
                        </LI>
 
2442
                </UL>
 
2443
                <H3>Version 0.9.5 beta</H3>
 
2444
                <UL>
 
2445
                        <LI>
 
2446
                        XHTML support is now available! It can be enabled/disabled in the fck_config.js 
 
2447
                        file.
 
2448
                        <LI>
 
2449
                        "Show Table Borders" option: show borders for tables with borders size set to 
 
2450
                        zero.
 
2451
                        <LI>
 
2452
                        "Show Details" option: show hidden elements (comments, scripts, paragraphs, 
 
2453
                        line breaks)
 
2454
                        <LI>
 
2455
                        IE behavior integration module. Thanks to Daniel Shryock.
 
2456
                        <LI>
 
2457
                        "Find" option: to find text in the document.
 
2458
                        <LI>
 
2459
                        More performance enhancements.
 
2460
                        <LI>
 
2461
                        New testsubmit.php file. Thansk to Jim Michaels.
 
2462
                        <LI>
 
2463
                        Two initial PHP upload manager implementations (not working yet). Thanks to 
 
2464
                        Frederic Tyndiuk and Christian Liljedahl.
 
2465
                        <LI>
 
2466
                        Initial PHP image browser implementation (not working yet). Thanks to Frederic 
 
2467
                        Tyndiuk.
 
2468
                        <LI>
 
2469
                                Initial CFM upload manager implementation. Thanks to John Watson.
 
2470
                        </LI>
 
2471
                </UL>
 
2472
                <H3>Version 0.9.4 beta</H3>
 
2473
                <UL>
 
2474
                        <LI>
 
2475
                        ColdFusion module integration is now available! Thanks to John Watson.
 
2476
                        <LI>
 
2477
                        "Insert Smiley" toolbar option! Thanks to Fredox. Take a look at fck_config.js 
 
2478
                        for configuration options.
 
2479
                        <LI>
 
2480
                        "Paste as plain text" toolbar option!
 
2481
                        <LI>
 
2482
                        Right click support for links (edit / remove).
 
2483
                        <LI>
 
2484
                        Buttons now are shown in gray when disabled.
 
2485
                        <LI>
 
2486
                        Buttons are shown just when the image is downloaded (no more "red x" while 
 
2487
                        waiting for it).
 
2488
                        <LI>
 
2489
                        The toolbar background color can be set with a CSS style (see fck_editor.css).
 
2490
                        <LI>
 
2491
                                Toolbar images have been reviewed:
 
2492
                                <UL>
 
2493
                                        <LI>
 
2494
                                        Now they are transparent.
 
2495
                                        <LI>
 
2496
                                        No more over...gif for every button (so the editor loads quicker).
 
2497
                                        <LI>
 
2498
                                                Buttons states are controlled with CSS styles. (see fck_editor.css).</LI></UL>
 
2499
                        <LI>
 
2500
                        Internet Explorer 5.0 compatibility, except for the image uploading popup.
 
2501
                        <LI>
 
2502
                        Optimizations when loading the editor.
 
2503
                        <LI>
 
2504
                        [SF BUG-709544] - Toolbar buttons wait for the images to be downloaded to start 
 
2505
                        watching and responding the user actions (turn buttons on/off when the user 
 
2506
                        changes position inside the editor).
 
2507
                        <LI>
 
2508
                        Javascript integration is now Object Oriented. CreateFCKeditor function is not 
 
2509
                        available anymore. Take a look in test.html.
 
2510
                        <LI>
 
2511
                                Two new configuration options, ImageBrowser and ImageUpload, are available to 
 
2512
                                turn on and off the image upload and image browsing options in the Image dialog 
 
2513
                                box. This options can be hidden for a specific editor instance throw specific 
 
2514
                                URL parameter in the editors IFRAME (upload=true/false&amp;browse=true/false). 
 
2515
                                All specific language integration modules handle this option. For sample see 
 
2516
                                the _test directory.
 
2517
                        </LI>
 
2518
                </UL></SPAN>
 
2519
        </body>
 
2520
</html>