Can I change the height of the checkbox on the parameter screen?

(3 posts) (2 voices)
  1. cris, Member

    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

  2. myDBR Team, Key Master

    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

  3. cris, Member

    Thanks very much. Removing the scroll and/or adding columns was exactly what I was looking for.


Reply

You must log in to post.