jQWidgets Forums

jQuery UI Widgets Forums Grid load image position

Tagged: ,

This topic contains 6 replies, has 2 voices, and was last updated by  Peter Stoev 12 years ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • load image position #23510

    lineker
    Participant

    Hi

    Load image is displayed at center of grid.
    Is it possible to change its position?

    load image position #23517

    lineker
    Participant

    Hi,

    Nothing changed although I changed position below css located in file jqx.base.css
    When pagesize is big like 50, I am not using scroll bar and I dont see loading image

    /*applied to the Grid when its loading the data.*/
    .jqx-grid-load
    {
    padding-right: 0px;
    background-image: url(../resources/loader.gif);
    background-position: 50% 50%; // center top, 10% 50%, 10 50
    background-repeat: no-repeat;
    z-index: 9999;
    }

    load image position #23522

    Peter Stoev
    Keymaster

    Hi,

    The Load image is supposed to be displayed at the Grid’s middle-center. It is not possible to change its position.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    load image position #23531

    lineker
    Participant

    Hi Peter,

    But what is the meaning of below css located at file jqx.base.css?

    /*applied to the Grid when its loading the data.*/
    .jqx-grid-load
    {
    padding-right: 0px;
    background-image: url(../resources/loader.gif);
    background-position: 50% 50%; // center top, 10% 50%, 10 50
    background-repeat: no-repeat;
    z-index: 9999;
    }

    load image position #23540

    Peter Stoev
    Keymaster

    Hi,

    The CSS is for the .gif image used in the Grid’s loading element.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    load image position #23554

    lineker
    Participant

    Hi Peter,

    Do you mean that position of gif image can be changed but position of loading text can not be changed?

    load image position #23555

    Peter Stoev
    Keymaster

    Hi,

    Yes, it is not possible to customize the position of the loading element at all.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.