Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title></title>
- <script type="text/javascript" src="/Scripts/ckfinder/ckfinder.js"></script>
- </head>
- <body>
- <script type="text/javascript">
- function showFileInfo(fileUrl, data) {
- alert(fileUrl);
- }
- var finder = new CKFinder();
- // The path for the installation of CKFinder
- finder.basePath = '/Scripts/ckfinder/';
- finder.selectActionFunction = showFileInfo;
- finder.create();
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment