jQuery UI Widgets Forums Editors Calendar Special Dates with customized class

Tagged: 

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 11 years, 4 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Special Dates with customized class #28815

    mesken
    Participant

    Hi Team,

    1) I discovered that making special dates with customized class makes the tooltip not to appear while hovering the mouse over the special dates, please can you confirm ? Because I discovered that when I remove my customized class and leave the quotes, it works well but with de default color (red) that I don’t want

    2) And also it is possible to change tooltip styling (backgroup color…)

    Thanks

    Special Dates with customized class #28821

    Peter Stoev
    Keymaster

    Hi mesken,

    1. Please provide a sample which demonstrates your scenario.
    2. It’s not possible to customize the calendar tooltip.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Special Dates with customized class #29190

    mesken
    Participant

    Here is my example

    .calendarSpecialDates {

    font-weight:bold;
    color:#003399;

    }

    var date1 = new Date();
    date1.setDate(5);
    $(“#eventCalendar”).jqxCalendar(‘addSpecialDate’, date1, ‘calendarSpecialDates’, ‘Special Date1’);

    Special Dates with customized class #29203

    Peter Stoev
    Keymaster

    Hi mesken,

    Thanks for the feedback.

    We confirm that behavior and will resolve it for the next update of jQWidgets.

    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.