Skip to content

Commit

Permalink
Dev: Fixed issue : unable to open HTML editor popup
Browse files Browse the repository at this point in the history
Dev: maybe some other fix
Dev: comment: ckeditor is not in third_party ?
  • Loading branch information
Shnoulle committed Apr 5, 2013
1 parent 91cacd1 commit 5705807
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion application/views/admin/htmleditor/pop_editor_view.php
Expand Up @@ -4,7 +4,13 @@
<title><?php printf($clang->gT('Editing %s'), $sFieldText); ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, nofollow" />
<script type="text/javascript" src="<?php echo Yii::app()->getConfig('generalscripts') . 'jquery/jquery.js'; ?>"></script>
<?php
App()->getClientScript()->registerPackage('jqueryui');
App()->getClientScript()->registerPackage('jquery-superfish');
App()->getClientScript()->registerCoreScript('ckeditor');
App()->getClientScript()->registerCssFile(Yii::app()->getConfig('adminstyleurl') . "jquery-ui/jquery-ui.css" );
?>
<!-- <script type="text/javascript" src="<?php echo Yii::app()->getConfig('generalscripts') . 'jquery/jquery.js'; ?>"></script> -->
<script type="text/javascript" src="<?php echo Yii::app()->getConfig('sCKEditorURL') . '/ckeditor.js'; ?>"></script>
</head>

Expand Down

0 comments on commit 5705807

Please sign in to comment.