ser*_*nni 2 jsf richfaces modal-dialog panel width
有rich:modalPanel面板组件:
<rich:modalPanel id="pnl" zindex="10000" height="510" width="400" style="overflow: scroll" onresize="return false;">
Run Code Online (Sandbox Code Playgroud)
此面板的内容以宽度显示不完整,因此显示滚动ID.
如何适应宽度以避免水平滚动?
尝试:
style="overflow: auto" -
style="overflow: visible"透明背景,没有正确显示
小智 5
将属性"autosized"设置为true并删除"width"属性.您还可以删除style属性.
希望能帮助到你!
更多信息http://livedemo.exadel.com/richfaces-demo/richfaces/modalPanel.jsf