当前位置:网站首页 > 技术博客 > 正文

layer获取弹出层



API 描述 var layer = layui.layer 获得 模块。 弹出 : - layer.open(options) 打开弹层,核心方法。下述所有弹出方式均为该方法的二次封装 layer.alert(content, options, yes) 弹出 类型信息框。 layer.confirm(content, options, yes, cancel) 弹出 类型询问框。 layer.msg(content, options, end) 弹出 类型提示框。 layer.load(icon, options) 弹出 类型加载层。 layer.tips(content, elem, options) 弹出 类型贴士层。 layer.prompt(options, yes) 弹出 类型输入框层。 layer.photos(options) 弹出 类型图片层。 layer.tab(options) 弹出 类型标签页层。 关闭 : - layer.close(index, callback) 关闭对应的层,核心方法。 layer.closeAll(type, callback) 关闭所有对应类型的层。 layer.closeLast(type, callback) 2.8+ 关闭最近打开的对应类型的层。 其他 : - layer.config(options) 全局配置默认属性。 layer.ready(callback) 样式初始化就绪。 layer.style(index, css) 重新设置弹层样式。 layer.title(title, index) 设置弹层的标题。 layer.getChildFrame(selector, index) 获取 iframe 页中的元素。 layer.getFrameIndex(window.name) 在 iframe 页中获取弹层索引。 layer.iframeAuto(index) 设置 iframe 层高度自适应。 layer.iframeSrc(index, url) 重新设置 iframe 层 URL。 layer.index 获取最新弹出层的索引 layer.zIndex 获取最新弹出层的层叠顺序 layer.setTop(layero) 将对应弹层的层叠顺序为置顶。 layer.full(index) 设置弹层最大化尺寸。 layer.min(index) 设置弹层最小化尺寸。 layer.restore(index) 还原弹层尺寸。

  • 上一篇: 数据库有哪些?
  • 下一篇: ts vue3.0
  • 版权声明


    相关文章:

  • 数据库有哪些?2024-11-03 23:01:02
  • select中嵌套一个select2024-11-03 23:01:02
  • 尺度空间.apk2024-11-03 23:01:02
  • 进程和线程的相同点2024-11-03 23:01:02
  • 搭建rsyslog日志服务器2024-11-03 23:01:02
  • ts vue3.02024-11-03 23:01:02
  • redis缓存的使用2024-11-03 23:01:02
  • 远程桌面链接服务器2024-11-03 23:01:02
  • usb协议有哪些2024-11-03 23:01:02
  • 计数排序公式2024-11-03 23:01:02