jQuery UI Widgets Forums General Discussions Bad path in themes?

Tagged: ,

This topic contains 3 replies, has 4 voices, and was last updated by  admin 7 years, 10 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Bad path in themes? #3475

    ghenne
    Participant

    In jqx.classic.css and jqx.energyblue.css, there is a reference to images/images/glass.png. Should this be simply images/glass.png?

    Also, inside the images folder, there are some files that look unneeded: ‘glass.png and glass – Copy.png.

    Bad path in themes? #3476

    Peter Stoev
    Keymaster

    Hi ghenne,

    Thanks for pointing this out. All themes are currently being revised for the next release which will come out with the Visual Style Builder tool.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Bad path in themes? #90902

    Cristishor201
    Participant

    Hi,

    I want to change the theme an Calendar Widget from Arctic, to Dark Blue. What I have to change to apply this effect ?

    My code is this following :

    
    <div id="calendar">
             
    </div>
    

    And my javascript code looks like this :

    
    $(document).ready(function () {
       $("#calendar").jqxCalendar({theme : 'arctic', width: 180, height: 180, enableTooltips: false});
    // Style the weekends.
    $("#calendar").jqxCalendar({ enableWeekend: true });
    // Prima zi din sapt
    $("#calendar").jqxCalendar({ firstDayOfWeek: 1 });
        
    });
    
    Bad path in themes? #90907

    admin
    Keymaster

    Hi Cristishor201,

    Just don’t set ‘arctic’ when you create the widget and set it to ‘darkblue’.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.