- 快速上手
-
布局
- 卡片 JRCard
- 容器布局 JRContainer
- 表格 JRTable
-
表单
- 按钮 JRButton
- 复选框 JRCheck
- 复选组 JRCheckGroup
- 日期选择 JRDatePicker
- 表单 JRForm
- 输入框 JRInput
- 多级选择 JRMultiSelect
- 单选组 JRRadioGroup
- 下拉选择 JRSelect
- 开关 JRSwitch
- 展示文本 JRText
- 文本输入 JRTextArea
- 树型视图 JRTreeView
- 上传文件 JRUpload
-
通知
- 遮罩 JRMask
- 模态框 JRModal
- 通知 JRNotify
- 确认提示 JRPopConfirm
-
导航
- 折叠面板 JRCollapse
- 面包屑 JRCrumb
- 两级菜单 JRMenu
- 分页 JRPager
- 菜单栏 JRSidebar
- 步骤 JRSteps
- 选项卡 JRTabs
-
拖拽相关
- 拖出 JRDraggable
- 拖入 JRDroppable
- 移动 JRMovable
- 滑块 JRSlider
-
其它
- 徽标 JRBadge
- 图标 JRIcon
- 图片预览 JRImagePreview
- 加载 JRLoading
- 国际化 JRLocaleProvider
- 进度条 JRProgress
- 文字提示 JRTooltip
代码演示
基本形式
|
|
常用的button类型
|
圆角的图标按钮
|
图标按钮
|
加载中的按钮
|
buttonGroup
|
API
Classes
Constants
- validator
JRButton 按钮
JRButton
Kind: global class
Extend: Component
new JRButton()
Param | Type | Default | Description |
---|---|---|---|
[options.data] | object |
=> 绑定属性 | |
[options.data.title] | string |
"确定" |
=> 按钮标题 |
[options.data.type] | string |
"default" |
=> 按钮样式, primary, default, info, success, warn, error |
[options.data.size] | string |
"normal" |
=> 按钮大小, xs, sm, lg, xl |
[options.data.icon] | string |
=> 按钮图标,action不能满足需求时使用; | |
[options.data.action] | string |
=> 按钮操作类型, 每种类型有对应的icon; | |
[options.data.link] | string |
=> 按钮的链接 | |
[options.data.target] | string |
"_self" |
=> 按钮链接的打开方式 |
[options.data.shape] | string |
=> circle, icon或者默认 | |
[options.data.download] | string |
=> 下载链接 | |
[options.data.loading] | boolean |
false |
=> 是否正在加载 |
[options.data.disabled] | boolean |
false |
=> 禁止按钮 |
[options.data.class] | boolean |
false |
=> 样式扩展 |
validator
JRButton 按钮
Kind: global constant
复选框 →