jQuery UI Widgets Forums Navigation Expander Expander's header fixed height

This topic contains 2 replies, has 2 voices, and was last updated by  Dimitar 11 years ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Expander's header fixed height #51514

    marshmelows
    Participant

    Hi,

    I just want to ask if how can I make my expander’s header height into fixed value. For example I just want to to be 20px.

    Expander's header fixed height #51515

    marshmelows
    Participant

    That i wouldn’t be adjustable on it’s header’s content. For example I have a very long title on the header, and i want to make the header maintain it’s original size which is 20px. Is this possible?

    Expander's header fixed height #51540

    Dimitar
    Participant

    Hello marshmelows,

    This cannot be achieved through jqxExpander’s API but you can add the following style to your page:

    <style type="text/css">
        #jqxExpander .jqx-expander-header
        {
            height: 20px !important;
        }
    </style>

    where jqxExpander is the id of your expander.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.