Skip to content
New issue

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

cancel配置成false的疑问 #36

Closed
dengliyan opened this issue Aug 23, 2013 · 0 comments
Closed

cancel配置成false的疑问 #36

dengliyan opened this issue Aug 23, 2013 · 0 comments

Comments

@dengliyan
Copy link

cancel=false为不显示标题中的关闭按钮,如果是这样设定的话,应该同时也取消esc键的效果。

var cancel=api.config.cancel===false;// 判断是否为cancel

keyCode === 27 && !cancel && api._click('cancel');

aui pushed a commit that referenced this issue Mar 16, 2014
1. 进一步完善焦点管理,避免抢夺开发者自己设置的焦点#67
2. 修复对话框内容使用 html5 data-id 属性冲突的问题#78
3. 改善 Esc 快捷键与 cancel 的问题#36
aui pushed a commit that referenced this issue Mar 16, 2014
1. 进一步完善焦点管理,避免抢夺开发者自己设置的焦点#67
2. 修复对话框内容使用 html5 data-id 属性冲突的问题#78
3. 改善 Esc 快捷键与 cancel 的问题#36
@aui aui closed this as completed Nov 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants