1. ckfinder(ckfinder插件标签)
1.1. 参数
|
属性名 |
类型 |
描述 |
是否必须 |
默认值 |
|
name |
string |
属性名称 |
是 |
null |
|
value |
string |
默认值 |
否 |
null |
|
width |
string |
显示图片宽(上传类型为Images时) |
否 |
null |
|
height |
string |
显示图片高(上传类型为Images时) |
否 |
null |
|
buttonClass |
string |
按钮样式 |
否 |
null |
|
buttonValue |
string |
按钮文本 |
否 |
null |
|
uploadType |
string |
上传类型(Images,Files,Flash) |
是 |
Null |
1.2. 用法
|
<t:ckfinder name="image" uploadType="Images" value="${xxx.image}" width="100" height="60" buttonClass="ui-button" buttonValue="上传图片"></t:ckfinder> |
本文详细介绍了CKFinder插件的使用方法及配置参数,包括如何设置上传类型、按钮样式等属性,适用于希望集成文件和图片上传功能的Web应用程序。
7790

被折叠的 条评论
为什么被折叠?



