Hi,
I want to make more of my checkbox options visible when on the parameter screen. Is there a way to change the height of the checkbox control?
Thanks,
Cris
Hi,
I want to make more of my checkbox options visible when on the parameter screen. Is there a way to change the height of the checkbox control?
Thanks,
Cris
Do you mean when the scroll
option is set in the parameter query options?
You can use multiple columns (parameter query options) or override the default height in userstyle.css:
.ui-scrollcheckbox-items {
height: 300px !important;
}
--
myDBR Tean
Thanks very much. Removing the scroll and/or adding columns was exactly what I was looking for.
You must log in to post.