Author: david.michon
Date: Thu Jul  2 08:11:23 2009
New Revision: 593

Modified:
     
branches/electron/pages/media/pages/wymeditor/plugins/filebrowser/jquery.wymeditor.filebrowser.js

Log:
add filebrowser support for wymeditor link

Modified:  
branches/electron/pages/media/pages/wymeditor/plugins/filebrowser/jquery.wymeditor.filebrowser.js
==============================================================================
---  
branches/electron/pages/media/pages/wymeditor/plugins/filebrowser/jquery.wymeditor.filebrowser.js
        
(original)
+++  
branches/electron/pages/media/pages/wymeditor/plugins/filebrowser/jquery.wymeditor.filebrowser.js
        
Thu Jul  2 08:11:23 2009
@@ -18,4 +18,20 @@
          return false;
        });
    }
+
+  if (dlg.hasClass('wym_dialog_link')) {
+    // this is an image dialog
+
+    dlg.find('.wym_href').css('width', '200px').attr('id', 'filebrowser')
+      .after('<a id="fb_link" title="Filebrowser"  
href="#">Filebrowser</a>');
+    dlg.find('fieldset')
+      .append('<a id="link_filebrowser"><img id="image_filebrowser"  
/></a>' +
+              '<br /><span id="help_filebrowser"></span>');
+    dlg.find('#fb_link')
+      .click(function() {
+        fb_window = wdw.open(fb_url  
+ '?pop=1', 'filebrowser', 'height=600,width=840,resizable=yes,scrollbars=yes');
+        fb_window.focus();
+        return false;
+      });
+  }
  }

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to