jQuery LigerUI API ligerDialog

jQuery ligerUI V1.1.6

参数列表
参数名 类型 描述 默认值
content {String} 内容  
title {String} 标题(不必填,第二个参数,可替换为callback)  
type {String} 类型 (不必填,第三个参数,可替换为callback)  
callback(不必填) {Function} 点击确定事件
  • 参数1:button
  • 参数2:dialog Dom object
  • 参数3:button index
 
参数列表
参数名 类型 描述 默认值
content    
参数列表
参数名 类型 描述 默认值
title {String} 标题  
content {String} 内容 (不必填,第二个参数,可替换为callback)  
callback {Function} 点击确定事件
  • 参数1:是否点击了确定
 
参数列表
参数名 类型 描述 默认值
title {String} 标题  
content {String} 内容 (不必填,第二个参数,可替换为callback)  
callback {Function} 点击确定事件
  • 参数1:button
  • 参数2:dialog Dom object
  • 参数3:button index
 
参数列表
参数名 类型 描述 默认值
type {String} 类型,包括success、donne、ok、error、warn、question ""
cls {String} 给dialog附加css class null
id {String} 给dialog附加id null
isDrag {Bool} 是否拖动 true
isResize {Bool} 是否调整大小 true
allowClose {Bool} 是否允许关闭 true
width {Int} 宽度 280
height {Int} 高度,默认自适应 null
title {String} 标题  
target {Object} 目标对象,指定它将以appendTo()的方式载入 null
url {String} 目标页url,默认以iframe的方式载入 null
load {Bool} 是否以load()的方式加载目标页的内容 false
modal {Bool} 是否模态对话框 true
name {String} 创建iframe时 作为iframe的name和id null
content {String} 内容 null
closeWhenEnter {String} 按回车是否关闭对话框 null
isHidden {Bool} 关闭对话框时是否只是隐藏,还是销毁对话框 true
show {Bool} 初始化时是否马上显示 true
title {String} 头部标题  
buttons {Array} 按钮  
buttons[i].width {Int} 宽度  
buttons[i].text {String} 文本  
buttons[i].onclick {Function} 显示完数据事件
  • 参数1:button
  • 参数2:dialog Dom object
  • 参数3:button index
 
showMax {Bool} 是否显示最大化按钮 true
showToggle {Bool} 是否显示收缩按钮 true
showMin {Bool} 是否显示最小化按钮 true
slide {Bool} 是否启动动画效果 false
fixedType {String} 是否固定在右下角 null
showType {String} 是否动态显示 null
参数列表
参数名 类型 描述 默认值
title {String} 标题  
value {String} 初始化值(不必填,第二个参数,可替换为callback或multi)  
multi {String} 是否多行文本框(不必填,第三个参数,可替换为callback)  
callback {Function} 点击确定事件
  • 参数1:yes 是否点击了是
  • 参数2:value 文本框输入的值
 
参数列表
参数名 类型 描述 默认值
title {String} 标题  
content {String} 内容 (不必填,第二个参数,可替换为callback)  
callback {Function} 点击确定事件
  • 参数1:button
  • 参数2:dialog Dom object
  • 参数3:button index
 
参数列表
参数名 类型 描述 默认值
title {String} 标题  
content {String} 内容 (不必填,第二个参数,可替换为callback)  
callback {Function} 点击确定事件
  • 参数1:button
  • 参数2:dialog Dom object
  • 参数3:button index
 
参数列表
参数名 类型 描述 默认值
content {String} 内容  
参数列表
参数名 类型 描述 默认值
title {String} 标题  
content {String} 内容 (不必填,第二个参数,可替换为callback)  
callback {Function} 点击确定事件
  • 参数1:button
  • 参数2:dialog Dom object
  • 参数3:button index
 
参数列表
参数名 类型 描述 默认值
title {String} 标题  
content {String} 内容(不必填,第二个参数,可替换为callback)  
callback {Function} 点击确定事件
  • 参数1:action 包括ok、no、cancel