/[drupal]/contributions/modules/fckeditor/fckeditor.popup.js
ViewVC logotype

Contents of /contributions/modules/fckeditor/fckeditor.popup.js

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download) (as text)
Tue Feb 12 17:54:21 2008 UTC (21 months, 1 week ago) by wwalc
Branch: MAIN
CVS Tags: DRUPAL-6--1-1-BETA, DRUPAL-6--1-1-BETA2, HEAD
Changes since 1.2: +0 -0 lines
File MIME type: text/javascript
Ported 5.2BETA to Drupal6
1 // $Id: fckeditor.popup.js,v 1.1.4.1.2.1 2007/10/30 13:42:51 wwalc Exp $
2 function FCKeditor_OpenPopup( popupUrl )
3 {
4 window.open( popupUrl, null, 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=1,dependent=yes' );
5 }

  ViewVC Help
Powered by ViewVC 1.1.2