Changeset 2281
- Timestamp:
- 2008-07-25 07:42:09 (6 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 3 modified
-
editor/fckeditor.html (modified) (1 diff)
-
fckconfig.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/fckeditor.html
r2170 r2281 361 361 FCKTools.RunFunction( window.onresize ) ; 362 362 363 _AttachFormSubmitToAPI() ; 363 if ( !FCKConfig.PreventSubmitHandler ) 364 _AttachFormSubmitToAPI() ; 364 365 365 366 FCK.SetStatus( FCK_STATUS_COMPLETE ) ; -
FCKeditor/trunk/fckconfig.js
r2279 r2281 322 322 323 323 FCKConfig.MsWebBrowserControlCompat = false ; 324 325 FCKConfig.PreventSubmitHandler = false ; -
FCKeditor/trunk/_whatsnew.html
r2280 r2281 51 51 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2247">#2247</a>] The SHIFT+SPACE 52 52 keystroke will now produce a &nbsp; character.</li> 53 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/234">#234</a>] Introduced 54 the "PreventSubmitHandler" setting, which makes it possible to instruct the editor 55 to not handle the hidden field update on form submit events.</li> 53 56 </ul> 54 57 <p>