Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hel-developer-guide
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Spencer Chang
hel-developer-guide
Commits
9b483e1c
Commit
9b483e1c
authored
Aug 02, 2017
by
高洋
Browse files
Options
Browse Files
Download
Plain Diff
Conflict resolution
parents
eb1ae75e
37a2c7e7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
7 deletions
+27
-7
common-mask-javascript.md
common-mask-javascript.md
+21
-0
common-window-javascript.md
common-window-javascript.md
+0
-1
融租易开发手册.md
融租易开发手册.md
+6
-6
No files found.
common-mask-javascript.md
0 → 100644
View file @
9b483e1c
### 锁屏和解屏
#### 锁屏
>Hel.mask(opts);
其中参数为:
属性名 | 类型 | 含义
-------- | ----- | -----
id| String(选填) | 当前窗口的id,缺省值为body
```
Hel.openMenuWindow({
id:'',//传入相应的参数
});
```
#### 解屏
```
Hel.unmask();
```
common-window-javascript.md
View file @
9b483e1c
...
@@ -62,7 +62,6 @@ size| String(必填) | 右弹窗口的宽度(THIRD/HALF/FULL/任意px像素)
...
@@ -62,7 +62,6 @@ size| String(必填) | 右弹窗口的宽度(THIRD/HALF/FULL/任意px像素)
### 打开右弹抽屉通用方法
#### 打开抽屉
#### 打开抽屉
> Hel.openBox()函数接收一个对象,对象属性含义如下:
> Hel.openBox()函数接收一个对象,对象属性含义如下:
...
...
融租易开发手册.md
View file @
9b483e1c
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
*
[
4.1 前端开发说明 \(1.0\)
](
/front-kendoui.md
)
*
[
4.1 前端开发说明 \(1.0\)
](
/front-kendoui.md
)
*
[
4.2 字段级通用方法
](
/common-field-javascript.md
)
*
[
4.2 字段级通用方法
](
/common-field-javascript.md
)
*
[
4.3 窗口级通用方法
](
/common-window-javascript.md
)
*
[
4.3 窗口级通用方法
](
/common-window-javascript.md
)
*
[
4.4 锁屏和解屏通用方法
](
/common-mask-javascript.md
)
*
V. 前端UI开发
*
V. 前端UI开发
...
@@ -41,12 +42,11 @@
...
@@ -41,12 +42,11 @@
* [5.12 hlsForm](/前端组件/hlsForm.md)
* [5.12 hlsForm](/前端组件/hlsForm.md)
* [5.13 hlsCombobox](/前端组件/HlsCombobox.md)
* [5.13 hlsCombobox](/前端组件/HlsCombobox.md)
* [5.14 hlsCheckBox](/前端组件/HlsCheckBox.md)
* [5.14 hlsCheckBox](/前端组件/HlsCheckBox.md)
* [5.15 抽屉通用方法](/前端组件/box.md)
* [5.15 Grid](/前端组件/Grid.md)
* [5.16 Grid](/前端组件/Grid.md)
* [5.16 DataSource](/前端组件/DataSource.md)
* [5.17 DataSource](/前端组件/DataSource.md)
* [5.17 hlsGridBox](/前端组件/hlsGridBox.md)
* [5.18 hlsGridBox](/前端组件/hlsGridBox.md)
* [5.18 NumericTextBx](/前端组件/NumericTextBox.md)
* [5.19 NumericTextBx](/前端组件/NumericTextBox.md)
* [5.19 HlsNavigationBar](/前端组件/HlsNavigationBar.md)
* [5.20 HlsNavigationBar](/前端组件/HlsNavigationBar.md)
*
VI. 框架功能描述
*
VI. 框架功能描述
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment