2 Replies Latest reply on Nov 23, 2012 1:55 PM by oyesiji77

    Change width/Height of rich:modalPanel using Javascript

    oyesiji77

      Hello,

      Please i am using richfaces 3.3. Is there a way i can change the width/Height using Javascript. I was able to show the popup using

       

       

      function showLoginIssuesPopup(){

                var dlg=document.getElementById('loginIssuesPopup');

                dlg.component.show();

      }

       

       

      but i have not figured out how to change the height and width