现在,我知道了关于primefaces overlaypanel的for, my and at
属性,但我想知道 - 它们可以自由定位吗?如同,没有与元素相关联?
我做到了:
<p:overlayPanel
id="a123Panel"
widgetVar="a123Panel_w"
showEvent="none"
style="width:400px;height:50px; margin-left:auto; margin-top:50px; position:absolute;">
...
</p:overlayPanel>
但是边距或位置属性似乎没有什么区别。使用这些工作调整大小(400x50像素)
我要做的是将其用作表单中额外输入字段的弹出窗口。
我尝试过使用<p:dialog>
元素,但它却以非常奇怪的方式破坏了我的表单(比如因为某些原因添加输入字段导致我的整个页面被复制并在我点击任何内容时附加到自身在表格内)
谢谢!