单击“链接"按钮时,PanelPopup会隐藏 [英] PanelPopup get hide when clicking the Link button

查看:75
本文介绍了单击“链接"按钮时,PanelPopup会隐藏的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个列表视图..在此列表视图中,将附加一个链接...

当我单击该链接时,弹出窗口将显示带有学生详细信息的绑定.

如果弹出窗口仅包含2或<10个详细信息,则它会正确显示....

其他列表包含更多详细信息,弹出窗口隐藏在浏览器下方.....


解决方案是什么?




任何人都可以帮助我........

I have a listview..In this listview a link will get attached...

When I click that link the popup will display bind with student details.

If the popup contains only 2 or <10 details it display correctly....

Else the list contains more details the popup get hide below the browser.....


What will be the solution?




Can anyone help me........

推荐答案

您只需要在调用弹出窗口的脚本末尾添加焦点. br/>
You just need to add a focus at the end of the script where you are calling the popup.

var checkWinFocus = setInterval(function(){popupWindow.focus();}, 200);


这篇关于单击“链接"按钮时,PanelPopup会隐藏的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆