http://cksource.com/forums/viewtopic.php?p=49567#p49567
http://core/ckfinder/ckfinder.html?rlf= ... angCode=ru

http://core/ckfinder/ckfinder.html?rlf= ... angCode=ru
case 'ckeditor':
var funcNum = get( 'CKEditorFuncNum' );
if ( parentWindow['CKEDITOR'] ) //This is the 93 string!
{
config.selectActionFunction = function( fileUrl, data )
{
parentWindow['CKEDITOR'].tools.callFunction( funcNum, fileUrl, data );
};
config.selectThumbnailActionFunction = config.selectActionFunction;
}
break;

