# js-desktop **Repository Path**: phpok/js-desktop ## Basic Information - **Project Name**: js-desktop - **Description**: 简单的桌面弹窗(应用于PHPOK后台程序) - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-18 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # js-desktop 简单的桌面弹窗(应用于PHPOK后台程序) HTML代码里加载: ``` html ``` 初始化运行 ``` html ``` 按钮动作示例: ``` html ``` 解释说明: > $.win('弹窗的标题','目标地址,支持相对或绝对地址') 初始化变量说明: > - close_tip:关闭窗口时提示,留空不提示,直接关闭 - taskbar_close:是否显示任务栏关闭按钮 - taskbar:是否显示任务栏,当前版本没写好,建议先关闭 - win_close:关闭按钮是否显示 - win_min:最小化是否显示 - win_max:最大化是否显示 - is_max:默认打开后就是最大化 - move:是否可移动 预览截图: ![预览弹窗效果截图](https://phpok-manual.phpok.com/20187/18/弹窗.jpg)