Hi all,
I downloaded the tutorial of the Gantt chart and modified it a little bit. I want to be able to add some more details to the tasks and therefor I added some more text boxes to the news and edit dialogs. Not to scroll in the modal dialog I changed the height of the modal window in the modal.js script to 300, but when the window is displayed, I still have to scroll down to have the buttons. If I debug the initialisation of the modal dialog I see, that the height value is not set to 300 as I expected, it is set to 250.
Does anyone have an idea, what I'm doing wrong?