![UI标签库专题十三:JEECG智能开发平台 ckfinder(ckfinder插件标签) UI标签库专题十三:JEECG智能开发平台 ckfinder(ckfinder插件标签)](https://image.shishitao.com:8440/aHR0cHM6Ly9ia3FzaW1nLmlrYWZhbi5jb20vdXBsb2FkL2NoYXRncHQtcy5wbmc%2FIQ%3D%3D.png?!?w=700&webp=1)
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> |