This topic contains 2 replies, has 2 voices, and was last updated by  nico86 9 years, 2 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Jqxloader ; gif doesn't display #77810

    nico86
    Participant

    Hello,
    I have a little problem with Jqxloader , the gif doesn’t display when loader is called, but loader and text is diplay.
    The file (loader.gif) exist into folder styles\images\

    $("#jqxLoader").jqxLoader({ width: 100, height: 60, imagePosition: 'top',theme: 'metrodark' });

    Why ?
    Please help ?

    Jqxloader ; gif doesn't display #77813

    ivailo
    Participant

    Hi nico86,

    In jqx.base.css, .jqx-loader-icon class you can change the path to the actual position of loader.gif if there are some changes in your directory structure.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

    Jqxloader ; gif doesn't display #77822

    nico86
    Participant

    ok it is work fine now, but i thinks by default the correct way into jqxbase.css must be
    background-image: url(“images/loader.gif”);
    instead of
    background-image: url(“../../jqwidgets/styles/images/loader.gif”);

    thanks

    PS : it is ok with 3.9.1 but me i was with 3.9.0 version. Sorry

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

You must be logged in to reply to this topic.