Changeset 4940
- Timestamp:
- 01/18/10 13:30:28 (3 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/filebrowser/plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r4924 r4940 40 40 New features:</p> 41 41 <ul> 42 <li>< /li>42 <li><a href="http://dev.fckeditor.net/ticket/4399">#4399</a> : Improved support for external file browsers by allowing to execute a callback function.</li> 43 43 </ul> 44 44 <p> -
CKEditor/trunk/_source/plugins/filebrowser/plugin.js
r4923 r4940 360 360 dialog.getContentElement( targetInput[ 0 ], targetInput[ 1 ] ).reset(); 361 361 362 if ( typeof data == 'function' && data.call( this._.filebrowserSe ) === false ) 363 return; 364 362 365 if ( onSelect && onSelect.call( this._.filebrowserSe, fileUrl, data ) === false ) 363 366 return;
Note: See TracChangeset
for help on using the changeset viewer.
