Parent Directory
|
Revision Log
|
Revision Graph
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 |