师阳 2013-07-24 11:18:23 2679次浏览 0条回复 0 0 0
CException
Alias "ext.niceditor.nicEditorWidget" is invalid. Make sure it points to an existing PHP file and the file is readable.

我按照拓展用法那样写,但报错,不知道哪错了?

$this->widget('ext.niceditor.nicEditorWidget',array(
	"model"=>$model,                // Data-Model
	"attribute"=>$model->content,        // Attribute in the Data-Model
	"defaultValue"=>'defaultValue text here',
	"config"=>array("maxHeight"=>"200px"),
	"width"=>"400px",       // Optional default to 100%
	"height"=>"200px",      // Optional default to 150px
));
    没有找到数据。
您需要登录后才可以回复。登录 | 立即注册