Show
Ignore:
Timestamp:
2008-07-25 07:42:09 (6 months ago)
Author:
fredck
Message:

Fixed #234 (1/2) : Introduced the "PreventSubmitHandler" setting, which makes it possible to instruct the editor to not handle the hidden field update on form submit events.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/fckeditor.html

    r2170 r2281  
    361361                        FCKTools.RunFunction( window.onresize ) ; 
    362362 
    363                 _AttachFormSubmitToAPI() ; 
     363                if ( !FCKConfig.PreventSubmitHandler ) 
     364                        _AttachFormSubmitToAPI() ; 
    364365 
    365366                FCK.SetStatus( FCK_STATUS_COMPLETE ) ;