web/drupal/modules/fckeditor/fckeditor.popup.js
author cavaliet@caf4f556-3d62-0410-8435-a86758001935
Fri, 21 Aug 2009 16:30:15 +0000
branchdrupal
changeset 75 a34abe7498a6
parent 74 0ff3ba646492
permissions -rw-r--r--
res/color/garland-5d26e3f9 added to the drupal folder in order to see the css

// $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' );
}