jQuery UI Widgets Forums Navigation Tree row highlight

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 9 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • row highlight #68180

    merdjpatts
    Participant

    Hello,

    I simply like but I cannot focus to explore it.
    I would like to know how to highlight the entire selected row in the tree? not only the text part of the row? this is equivalent to the length of the width of the tree area.

    is this possible? what part of CSS to be changed to make it work?

    thank you so much

    row highlight #68185

    Dimitar
    Participant

    Hello merdjpatts,

    Such highlighting is not supported, but you can achieve something similar by applying the following style to your page:

    <style type="text/css">
        .jqx-tree-item
        {
            display: block !important;
        }
    </style>

    Best Regards,
    Dimitar

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

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

You must be logged in to reply to this topic.