vdialog
v1.3
title 设置标题
title 隐藏标题
content 内容
ok 确定按钮事件
okValue 确定按钮文本
cancel 取消按钮事件
cancelValue 取消按钮文本
close 关闭对话框
close 不显示关闭按钮
type 设置图标
width/height 设置尺寸
left/top 设置位置
modal 设置模态窗口
fixed 随屏滚动
esc 取消ESC快捷键退出
init 初始化事件
top 顶层对话框
returnValue 返回值
show() 显示对话框
hide() 隐藏对话框
showModal() 显示模态对话框
close() 关闭对话框
on() 事件绑定
emit() 事件触发
vdialog.alert() alert对话框
vdialog.confirm() confirm对话框
vdialog.success() success对话框
vdialog.error() error对话框
for sea.js
for require.js