dxheditor xheditor 1.0.0 final

  1. Documentation
  2. Change Log

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.
5 1
4 followers
1 223 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Tags:
Developed by: .独飞.
Created on: Aug 6, 2010
Last updated: 13 years ago

Downloads

show all