mirror of https://github.com/layui/layui
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.
3.5 KiB
3.5 KiB
属性名 | 描述 | 类型 | 默认值 |
---|---|---|---|
elem |
绑定元素选择器或 DOM 对象 |
string/DOM | - |
title |
穿梭框左右面板头部标题 |
array |
查看默认值 |
data |
穿梭框的数据源。格式详见:#data 格式 |
array | - |
value |
初始选中的数据(右侧列表) |
array | - |
id |
设置实例唯一索引,用于其他方法传参使用。 |
string | - |
showSearch |
是否开启搜索。支持以下可选值:
|
boolean string |
|
width |
定义左右穿梭框宽度 |
number |
|
height |
定义左右穿梭框高度 |
number |
|
text |
自定义默认文本,
|
||
onchange |
左右穿梭时的回调函数。返回的参数如下:
|
boolean |
|
dblclick 2.9.3+ |
双击时的回调函数。返回的参数如下:
|
function |
|
数据格式解析的回调函数,用于将返回的任意数据格式解析成 transfer 组件规定的 data 格式
|