jQWidgets Forums

jQuery UI Widgets Forums Editors Calendar jqxcalendar and jqxtooltip

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 13 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jqxcalendar and jqxtooltip #1158

    saige26
    Member

    I’m trying to set jqxtooltip on a hover on cell in jqxcalendar. I need it to display the cell date.
    Please help

    jqxcalendar and jqxtooltip #1189

    Peter Stoev
    Keymaster

    Hi saige26,

    The requested functionality can be achieved by using the “Special Dates” feature of jqxCalendar. You will need to add a special date for the cells you want a tooltip to be displayed.

    For example:

    var date1 = new Date();
    date1.setDate(5);
    // Add special dates by invoking the addSpecialDate method.
    $("#jqxWidget").jqxCalendar('addSpecialDate', date1, '', date1.toString());

    Best Regards,
    Peter Stoev

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

You must be logged in to reply to this topic.