branch | drupal |
changeset 74 | 0ff3ba646492 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/drupal/modules/fckeditor/fckeditor.popup.js Fri Aug 21 16:26:26 2009 +0000 @@ -0,0 +1,5 @@ +// $Id: fckeditor.popup.js,v 1.2.2.1 2008/02/13 15:52:17 wwalc Exp $ +function FCKeditor_OpenPopup( popupUrl ) +{ + window.open( popupUrl, null, 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=1,dependent=yes' ); +}