Author: sshyrkov
Date: Thu Nov  1 11:47:48 2007
New Revision: 19028

URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D19028&repname=
=3Djahia
Log:
LnkBrowseServerForFiles() function added

Modified:
    trunk/core/src/webapp/jsp/jahia/htmleditors/fckeditor/editor/dialog/fck=
_image/fck_image.js

Modified: trunk/core/src/webapp/jsp/jahia/htmleditors/fckeditor/editor/dial=
og/fck_image/fck_image.js
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/trunk/core/src/webapp=
/jsp/jahia/htmleditors/fckeditor/editor/dialog/fck_image/fck_image.js&rev=
=3D19028&repname=3Djahia
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/core/src/webapp/jsp/jahia/htmleditors/fckeditor/editor/dialog/fck=
_image/fck_image.js (original)
+++ trunk/core/src/webapp/jsp/jahia/htmleditors/fckeditor/editor/dialog/fck=
_image/fck_image.js Thu Nov  1 11:47:48 2007
@@ -404,6 +404,14 @@
                FCKConfig.LinkBrowserWindowWidth,
                FCKConfig.LinkBrowserWindowHeight ) ;
 }
+function LnkBrowseServerForFiles()
+{
+    OpenServerBrowser(
+        'Link',
+        FCKConfig.FileBrowserURL,
+        FCKConfig.FileBrowserWindowWidth,
+        FCKConfig.FileBrowserWindowHeight ) ;
+}
 =

 function OpenServerBrowser( type, url, width, height )
 {

_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list

Reply via email to