NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: terryd on February 04, 2016, 10:27:17 PM
-
I have an application using a Netwebform set to a wizard Tab style.
The original height of the wizard seems to be determined by the height of the tallest tab in the form.
In one of the tabs I perform a test and based on the result I display a series of check boxes. One of the tests unhides 9 fields which then overflows the display area and overwrites the Previous/Next/Save/Cancel buttons area.
In this instance I have worked around it by displaying 2 check boxes per line but in the future this may not be a practical solution.
Would it be possible to regenerate to form if this happens?
My other alternative is to leave the fields unhidden at form generation and hide them afterwards and then unhide them again based on the test.
-
Hi Terry,
could you make an example showing the effect, then I can work from there to see what is possible?
cheers
Bruce
-
Hi Bruce
Amended web3 app attached
To duplicate
Insert a traffic record
Height of the wizard is based on the tallest tab (Tab1)
Next to Tab2
click on expand button
The button set at the bottom is overwritten.
If the check boxes on tab 2 are not hidden on insert then the height of the form is the height of Tab2