UI标签库专题十三:JEECG智能开发平台 ckfinder(ckfinder插件标签)

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>

原文地址:https://www.cnblogs.com/yxwkf/p/3920349.html