Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 IE 浏览器中将 Richface 中的面板组件设置为可调整大小。我正在使用 Richface 4.0
在 a 内使用并设置所需的宽度。见代码。
<h:panelGrid width="40%"> <rich:panel header="Test-Panel-Size"> <YOUR CODE /> </rich:panel> </h:panelGrid>