movingelite Posted February 9, 2011 Share Posted February 9, 2011 Good Morning, We had a custom Joomla component built and we're having trouble with the window size when it opens. The top of the component starts about 1/4 of the way down the screen and extends below the screen. There is no scroll bar so the only way to reach the bottom is to tab down. To prevent confusion we're trying to get it to open either higher up on the screen or with a scroll bar. While I know nothing about coding I do have a lot of common sense and the code I copied in below is what I would assume calls the window into action. I specifically noticed the initWidth line and tried to add a initHeight: 600; but it didn't do anything. Any suggestions on how I can achieve this? $.fn.jmodal({ initWidth: 600, title: 'Create New', content: formhtml, buttonText: 'Cancel', okEvent: function(e) { } }); initEvents(); Quote Link to comment https://forums.phpfreaks.com/topic/227175-joomla-component-window-resize/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.