Commit 14998c34 authored by 高洋's avatar 高洋

Updates common-window-javascript.md

Auto commit by GitBook Editor
parent eda62877
......@@ -2,7 +2,7 @@
####打开功能窗口
>Hel.openMenuWindow(opts);
其中参数为:
属性名 | 类型 | 含义
-------- | ----- | -----
menuCode | String(必填) | 菜单代码
......@@ -29,6 +29,7 @@ Hel.openMenuWindow({
####关闭功能窗口
>Hel.closeMenuWindow(opts);
其中参数为:
属性名 | 类型 | 含义
-------- | ----- | -----
menuCode | String(必填) | 菜单代码
......@@ -41,7 +42,12 @@ Hel.closeMenuWindow({
####打开右弹窗口
>Hel.openBarWindow(opts);
其中参数为:
opts.id 打开窗口的div的id,opts.content 窗口的url地址,opts.size右弹窗口的宽度,可以为THIRD(三分之一),HALF(一半),FULL(全屏),也可以为任意像素宽度。
属性名 | 类型 | 含义
-------- | ----- | -----
id| String(必填) | 打开窗口的div的id
url| String(必填) | 窗口的url地址
size| String(必填) | 右弹窗口的宽度(THIRD/HALF/FULL/任意px像素)
```
<div id="win"></div>
<script><![CDATA[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment