1

我想在我的网站中包含 PHP 脚本。我正在使用CL 编辑器发布内容。谁能帮我在 CL 编辑器中启用语法。

谢谢

4

1 回答 1

0

protected/extensions/中提取 CLEditor 后,这是创建它的脚本:

<?php $this->widget('Application.extensions.cleditor.ECLEditor',array(
                        'model'=>$model,
                        'attribute'=>'isi',
                        'options'=>array(
                            'width'=>'700',
                            'height'=>250,
                            'useCSS'=>true,
                        ),
                        'value'=>$model->artikel
                    )); ?>

试试看 :)

于 2014-10-13T07:43:35.330 回答