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
chenhao
hel-developer-guide
Commits
89f2bb88
Commit
89f2bb88
authored
Aug 02, 2017
by
11277
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update common-window-javascript.md
parent
34be06a9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
common-window-javascript.md
common-window-javascript.md
+5
-5
No files found.
common-window-javascript.md
View file @
89f2bb88
###窗口级通用方法
###
窗口级通用方法
####打开功能窗口
####
打开功能窗口
>Hel.openMenuWindow(opts);
>Hel.openMenuWindow(opts);
其中参数为:
其中参数为:
...
@@ -26,7 +26,7 @@ Hel.openMenuWindow({
...
@@ -26,7 +26,7 @@ Hel.openMenuWindow({
});
});
```
```
####关闭功能窗口
####
关闭功能窗口
>Hel.closeMenuWindow(opts);
>Hel.closeMenuWindow(opts);
其中参数为:
其中参数为:
...
@@ -39,7 +39,7 @@ Hel.closeMenuWindow({
...
@@ -39,7 +39,7 @@ Hel.closeMenuWindow({
});
});
```
```
####打开右弹窗口
####
打开右弹窗口
>Hel.openBarWindow(opts);
>Hel.openBarWindow(opts);
其中参数为:
其中参数为:
...
@@ -63,7 +63,7 @@ size| String(必填) | 右弹窗口的宽度(THIRD/HALF/FULL/任意px像素)
...
@@ -63,7 +63,7 @@ size| String(必填) | 右弹窗口的宽度(THIRD/HALF/FULL/任意px像素)
### 打开右弹抽屉通用方法
### 打开右弹抽屉通用方法
####
1.
打开抽屉
#### 打开抽屉
> Hel.openBox()函数接收一个对象,对象属性含义如下:
> Hel.openBox()函数接收一个对象,对象属性含义如下:
...
...
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