| author | cavaliet@caf4f556-3d62-0410-8435-a86758001935 |
| Fri, 21 Aug 2009 17:09:26 +0000 | |
| branch | drupal |
| changeset 76 | 9f571ade50dc |
| parent 74 | 0ff3ba646492 |
| permissions | -rw-r--r-- |
|
74
0ff3ba646492
Create branch for drupal with first commit from local working copy
cavaliet@caf4f556-3d62-0410-8435-a86758001935
parents:
diff
changeset
|
1 |
// $Id: fckeditor.popup.js,v 1.2.2.1 2008/02/13 15:52:17 wwalc Exp $ |
|
0ff3ba646492
Create branch for drupal with first commit from local working copy
cavaliet@caf4f556-3d62-0410-8435-a86758001935
parents:
diff
changeset
|
2 |
function FCKeditor_OpenPopup( popupUrl ) |
|
0ff3ba646492
Create branch for drupal with first commit from local working copy
cavaliet@caf4f556-3d62-0410-8435-a86758001935
parents:
diff
changeset
|
3 |
{ |
|
0ff3ba646492
Create branch for drupal with first commit from local working copy
cavaliet@caf4f556-3d62-0410-8435-a86758001935
parents:
diff
changeset
|
4 |
window.open( popupUrl, null, 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=1,dependent=yes' ); |
|
0ff3ba646492
Create branch for drupal with first commit from local working copy
cavaliet@caf4f556-3d62-0410-8435-a86758001935
parents:
diff
changeset
|
5 |
} |