- 快速上手
-
布局
- 卡片 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
Classes
Constants
- Component
JRSidebar
Functions
JRSidebar
Kind: global class
Extend: Component
new JRSidebar()
Param | Type | Default | Description |
---|---|---|---|
[options.data] | object |
= 绑定属性 | |
[options.data.class] | string |
=> 补充class | |
[options.data.menus] | array |
=> 菜单数组 | |
[options.data.top] | string |
"'60px'" |
=> 菜单style top的值 |
[options.data.showRetract] | boolean |
true |
=> 是否显示收起项 |
[options.data.active] | boolean |
true |
=> 默认是否收起 |
[options.data.bodyEl] | string |
"''" |
=> 主内容区body元素的id,当菜单收起时,拉伸bodyEl |
[options.data.uniqueOpened] | boolean |
true |
=> 是否只保持打开一个菜单 |
[options.data.titleKey] | string |
"title" |
=> 一级菜单的字段key名 |
[options.data.urlKey] | string |
"'url'" |
=> 菜单结构中的链接key名 |
[options.data.pageKey] | string |
"\"title\"" |
=> 二级菜单的字段key名 |
[options.data.moduleKey] | string |
"'module'" |
=> 菜单结构中的模块key名 |
[options.data.childrenKey] | string |
"\"children\"" |
=> 一级菜单对象下二级菜单数组的key名 |
[options.data.menus[index].icon] | string |
=> 菜单是否有icon,不填写则不显示 | |
[options.data.menus[index].open] | string |
=> 是否选择当前菜单 |
Component
JRSidebar
Kind: global constant
Author: sensen(rainforest92@126.com)
config()
Kind: global function
Access: protected
select(item) 选择某一菜单(item) ⇒ void
Kind: global function
Access: public
Param | Type | Description |
---|---|---|
item | object |
选择项 |