First commit
This commit is contained in:
15
cms/plugins/filebrowser/editorhooks/ckeditor/script.php
Normal file
15
cms/plugins/filebrowser/editorhooks/ckeditor/script.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/* utf-8 marker: äöü */
|
||||
/* script.php build: 2011012801 */
|
||||
$script = '
|
||||
<script language="javascript" type="text/javascript">
|
||||
function setLink(link){
|
||||
|
||||
//window.opener.CKEDITOR.tools.callFunction( 2, link );
|
||||
window.opener.CKEDITOR.tools.callFunction('.$_GET['CKEditorFuncNum'].', link );
|
||||
|
||||
window.close();
|
||||
}
|
||||
</script>
|
||||
';
|
||||
?>
|
Reference in New Issue
Block a user