gpt4 book ai didi

primefaces p :dialog How to reset position to center

转载 作者:行者123 更新时间:2023-12-04 16:58:36 25 4
gpt4 key购买 nike

我有一个对话框,该对话框居中:

<p:dialog header="Contact Information" widgetVar="companyAl"
modal="false" position="center center">

当我使用以下命令打开它时:
PF('companyAl').show();

它会出现在屏幕中心。
但是,当我将其拖动到其他位置时,将其关闭并再次重新打开,
它会在关闭前再次出现在最后一个位置,而不是
在屏幕中心。如何强制它始终显示在屏幕中央
PF('companyAl').show();

最佳答案

您也可以简单地在对话框中添加onShow属性:

<p:dialog header="Contact Information" widgetVar="companyAl"
modal="false" position="center center" onShow="PF('companyAl').initPosition()">

关于primefaces p :dialog How to reset position to center,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39609448/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com