- 快速上手
布局
- 卡片 card
- 表格 ui.table
表单
- 上传组件 KLUpload
- 复选框 check
- 复选组 check.group
- 日期选择 date.picker
- 表单项 form.item
- 多级选择 multi.select
- 单选组 radio.group
- 联动选择 select.group
- 按钮 ui.button
- 表单 ui.form
- 输入框 ui.input
- 下拉选择 ui.select
- 展示文本 ui.text
- 文本输入 ui.textarea
通知
- 遮罩 mask
- 模态框 modal
- 通知 notify
- 确认提示 pop.confirm
导航
- 面包屑 KLCrumb
- 两级菜单 menu
- 分页 pager
- 菜单栏 sidebar
- 步骤 steps
- 选项卡 tabs
其它
- 图标 KLIcon
- 文字提示 tooltip
代码演示
基本形式
|
|
事件(打开console, 查看输出)
|
|
自定义模板(打开console, 查看输出)
|
|
位置
|
|
API
Classes
Events
PopConfirm
Kind: global class
Extend: Component
new PopConfirm()
Param | Type | Default | Description |
---|---|---|---|
[options.data] | object |
= 绑定属性 | |
[options.data.content] | string |
=> 弹窗中的文本内容 | |
[options.data.contentTemplate] | string |
=> 弹窗中的模板内容,回调中会将PopConfirm的data返回; | |
[options.data.placement] | string |
"top" |
=> tips展示出的位置:top left right bottom topLeft topRight bottomLeft bottomRight leftTop leftBottom rightTop rightBottom |
[options.data.okText] | string |
"确定" |
=> ok按钮文案 |
[options.data.cancelText] | string |
"取消" |
=> 取消按钮文案 |
[options.data.hideWhenScroll] | boolean |
false |
=> window滚动时,是否影藏popover |
“ok 确定时触发”
Kind: event emitted
Properties
Name | Type | Description |
---|---|---|
sender | object |
事件发送对象 |
data | object |
popConfirm组件的数据 |
“cancel 取消时触发”
Kind: event emitted
Properties
Name | Type | Description |
---|---|---|
sender | object |
事件发送对象 |
data | object |
popConfirm组件的数据 |
← 通知
想让文档更完善?
来 GitHub 提个 PR 吧!