ScrollerBar dans modelPnel Richfaces 3.3.3
Salut,
L'ajout d'un scrollerBar à un modelpanel, je l'ai déja fais avec la version 3.2.1.
La même procédure, je l'ai utilisé avec la version 3.3.3 mais la scrollerbar n'est pas affichée!!!!!
Code:
1 2 3 4 5
| <style type="text/css">
.dr-mpnl-pnl {overflow:auto!important}
.rich-mpnl-body { height: 92%; width:99%; padding:0px; }
.rich-mpnl-body .content { padding: 10px; }
</style> |
Code:
1 2 3 4 5 6 7
|
<rich:modalPanel id="myModalPanel" height="500" width="500">
<f:facet name="header">
<h:outputText value="My ModalPanel" />
</f:facet>
</rich:modalPanel> |
Bizarre!!!!!!!!!!
Est ce que quelqu'un a une idée???