将 Primefaces 对话框定位在命令链接下方
我正在尝试使用以下语法将对话框放置在命令链接的正下方。但它不起作用,而且,每当我向上或向下滚动页面时,对话框位置都会发生变化。任何帮助都会受到赞赏。
<p:dialog context="'mainForm:commandLinkA','tl','br'" widgetVar="TreeDlg" header="Select " draggable="false">
谢谢和问候, 连珠
I am trying to use the below syntax to position my dialog just below my command link. But its not working and moreover, the dialog position is changing whenever I am scrolling the page up or down.Any help is appreciated.
<p:dialog context="'mainForm:commandLinkA','tl','br'" widgetVar="TreeDlg" header="Select " draggable="false">
Thanks and Regards,
Renju
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我设法使用 jquery 解决了这个问题。我在单击命令链接时调用以下 jquery 函数,并向其传递要打开的对话框 id 和源命令链接 id。
谢谢,
连珠
I managed to solve the problem using jquery. I am calling the following jquery function on clicking the command link and passing it the dialog id to be opened and the souce command link id.
Thanks,
Renju