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.
2.5 KiB
2.5 KiB
属性名 | 描述 | 类型 | 默认值 |
---|---|---|---|
elem |
绑定元素选择器或 DOM 对象 |
string/DOM | - |
color |
默认颜色值,值的格式跟随 |
string | - |
format |
颜色显示/输入格式,支持 |
string |
|
alpha |
是否开启透明度。当同时开启 |
boolean |
|
predefine |
是否开启预定义颜色栏 |
boolean |
|
colors |
设置可选的颜色列表,需开启 |
array | - |
size |
颜色框的尺寸,可选值: |
string |
|
change |
颜色被改变的回调函数。用法详见:#示例
|
||
done |
颜色选择完毕的回调函数。点击“确认”和“清除”按钮均会触发
用法详见:#示例 |
||
cancel 2.8+ |
取消颜色选择的回调函数,一般点击非颜色选择面板区域触发。
用法详见:#示例 |
||
close 2.8+ |
颜色选择面板被关闭后即触发。
|