This topic is locked

Drop Down Box Length

3/18/2008 4:55:07 AM
PHPRunner General questions
G
Greeham author

I have a dependant drop down and would like to minimise the length of the resulting drop down (as it shows on the web page).
So when I select one entry on a list, the next menu may have a list which has an entry with, say 100 characters, but only want the first 15 to show in that list so it can be kept minimal.
Is that possible? Or does the resulting list have to make that drop down the same size as the largest in that list?
Thanks,
Graham

J
Jane 3/21/2008

Graham,
size of dropdown is dependent on the length of values in this dropdown.
To change size of dropdown edit BuildSelectControl function in the generated include/commonfunctions.php file manually.