Hi there,
I have a scheduled task with a DropDownParameterEditor on a parameter. No matter what I try, I can't seem to change the height of the drop down:
The HTML is as follows:
<select size="4" name="Repositories_index_update" multiple="multiple" id="Repositories_index_update" class="std full-height">
The same HTML in a data integration job does render the control with a height of a least four rows.
Any way I can influence this? In its current form, the control is pretty hard to use.
Imar