- 快速上手
布局
- 卡片 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
代码演示
基本形式
|
禁用某一项,禁用组件
|
居中
|
垂直居左
|
垂直居右
|
标题模板自定义
|
|
事件
请打开浏览器的控制台查看结果。
|
|
默认选中 Tab
需要同时设置 tabs
的 defaultKey
和 tab
的 key
|
API
Classes
Functions
Events
Tabs
Kind: global class
Extend: Component
new Tabs()
Param | Type | Default | Description |
---|---|---|---|
[options.data] | object |
= 绑定属性 | |
[options.data.selected] | object |
|
<=> 当前选择卡 |
[options.data.titleTemplate] | string |
null |
@=> 标题模板 |
[options.data.defaultKey] | string |
null |
=> 默认显示对应 key 的 Tab |
[options.data.readonly] | boolean |
false |
=> 是否只读 |
[options.data.disabled] | boolean |
false |
=> 是否禁用 |
[options.data.visible] | boolean |
true |
=> 是否显示 |
[options.data.class] | string |
=> 补充class |
Tab
Kind: global class
Extend: Component
new Tab()
Param | Type | Default | Description |
---|---|---|---|
[options.data] | object |
= 绑定属性 | |
[options.data.title] | object |
'' |
=> 标题 |
[options.data.key] | string |
null |
=> key 标识 |
config()
Kind: global function
Access: protected
select(item) 选择某一项(item) ⇒ void
Kind: global function
Access: public
Param | Type | Description |
---|---|---|
item | object |
选择项 |
config()
Kind: global function
Access: protected
“change 选项卡改变时触发”
Kind: event emitted
Properties
Name | Type | Description |
---|---|---|
sender | object |
事件发送对象 |
selected | object |
改变后的选项卡 |
“select 选择某一项时触发”
Kind: event emitted
Properties
Name | Type | Description |
---|---|---|
sender | object |
事件发送对象 |
selected | object |
当前选择卡 |
← 步骤
想让文档更完善?
来 GitHub 提个 PR 吧!