xheditor升级到最新的1.1.1。
Resources ¶
Documentation ¶
[php]
$this->widget('ext.dxheditor.DxhEditor', array(
	'model'=>$model,
	'attribute'=>'vContent',
	'htmlOptions'=>array('style'=>'width: 95%; height: 300px;'),
	'language'=>'en',//默认'zh-cn'
	'options'=>array(
		'upMultiple'=>5,
		'upLinkUrl'=>'{editorRoot}upload.php',//请修改upload.php中相应保存目录或使用自己的upload服务端。
		'upLinkExt'=>'zip,rar,7z,txt,doc,xls,ppt,docx,xlsx,pptx',
		'upImgUrl'=>'{editorRoot}upload.php',
		...
	),
));
Change Log ¶
August 6, 2010 ¶
- Initial release.
translation
yes, i agree with #flavio.
if i not wrong, this editor have pluggin for editing image on the fly ?
translation
english translation would be nice :)
It has an English language
English language
configuration:'language'=>'en'
Good job!
Very easy to install.
Documentation needed
Please can you provide english documentation on how to use the upload feature?
can not upload
$_FILES is empty. How can I setup?
上传图片时显示进度条完成,但$_FILES为空。
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.