forked from fanruan/fineui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
868 B
868 B
bi.multifile_editor
多文件,基类BI.Single
{% method %} source
{% common %}
BI.createWidget({
type: "bi.multifile_editor",
width: 400,
height: 300
});
{% endmethod %}
API
基础属性
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
multiple | 是否支持多选 | boolean | true,false | false |
maxSize | 最大可选数量 | number | -1 | |
accept | string | " " | ||
url | 文件路径 | string | " " |
对外方法
名称 | 说明 | 回调参数 |
---|---|---|
select | 选择文件 | — |
getValue | 获取文件名称 | — |
upload | 文件上传 | — |
reset | 重置 | — |