We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
以前的版本这样写可以全屏显示,新版是不是不支持了? var d = Dialog({ title: '添加', url:'/a.html', width: '100%', height: '100%', //left: 0, //top: 0, //fixed: true, //resize: false, //drag: false, padding: 0 }); d.show();
The text was updated successfully, but these errors were encountered:
文档没有说明的均不支持
Sorry, something went wrong.
可以拓展吗?
No branches or pull requests
以前的版本这样写可以全屏显示,新版是不是不支持了?
var d = Dialog({
title: '添加',
url:'/a.html',
width: '100%',
height: '100%',
//left: 0,
//top: 0,
//fixed: true,
//resize: false,
//drag: false,
padding: 0
});
d.show();
The text was updated successfully, but these errors were encountered: