- 快速上手
-
布局
- 卡片 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
基本形式
|
|
嵌入文档流
|
|
API
JRLoading
Kind: global class
- JRLoading
- new JRLoading()
- instance
- .show() 显示组件() ⇒
void
- .hide() 隐藏组件() ⇒
void
- .show() 显示组件() ⇒
- static
new JRLoading()
Param | Type | Default | Description |
---|---|---|---|
[options.data] | object |
= 绑定属性 | |
[options.data.static] | boolean |
false |
=> 是否嵌入文档流 |
[options.data.disabled] | boolean |
false |
=> 是否禁用, 禁用后调用show和hide则无效 |
[options.data.visible] | boolean |
false |
=> 是否显示 |
[options.data.class] | string |
=> 补充class |
jrLoading.show() 显示组件() ⇒ void
Kind: instance method of JRLoading
jrLoading.hide() 隐藏组件() ⇒ void
Kind: instance method of JRLoading
JRLoading.loading
Kind: static property of JRLoading
Param | Description |
---|---|
loading | 内部静态实例, 使用NEKUI.JRLoading的静态方法时,内部使用的是这个实例 |
JRLoading.show()
Kind: static method of JRLoading
JRLoading.hide()
Kind: static method of JRLoading