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> |