jQWidgets Forums

This topic contains 6 replies, has 4 voices, and was last updated by  Peter Stoev 5 years, 9 months ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    jqxcalendar Posts
  • jqxcalendar #106219

    defyent
    Participant

    Is it possible to add dots under a date number in jqxcalendar to signify events on that day, much like most mobile app calendars allow? I see there is a special day feature but all that does is make the text red. Can this be customized at all? Cheers.

    jqxcalendar #106241

    Todor
    Participant

    Hello defyent,

    You can add any special date to the jqxCalendar by using the addSpecialDate method. When you invoke the method, you need to pass three parameters to it – Date object(the special date), class (optional parameter which represents the css class name) and tooltip (optional parameter which displayes additional information about the special date when the user hovers it).

    Let us know if you need further assistance.

    Best Regards,
    Todor

    jQWidgets Team
    https://www.jqwidgets.com

    jqxcalendar #106355

    defyent
    Participant

    Thanks for the reply. How can this be triggered vi a json?

    jqxcalendar #106360

    Todor
    Participant

    Hello defyent,

    If you mean, by triggered via json, to use json to get all wanted dates you could iterate over it and addSpecialDate for each date from the json.

    Let us know if you need further assistance.

    Best Regards,
    Todor

    jQWidgets Team
    https://www.jqwidgets.com

    jqxcalendar #106369

    defyent
    Participant

    Yea, although messy I do see that being the only option, thanks for the help.

    jqxcalendar #106729

    abhipkr
    Participant

    hello dear,

    how to put grid in the calendar and if i want to put some value inside each date and also want addition of all the number which is inside each date.
    how to do that?

    please help for the same.

    thanks

    jqxcalendar #106731

    Peter Stoev
    Keymaster

    Hi abhipkr,

    It is not possible to put a Grid in Calendar. It’s possible to put a Calendar in the Grid. If you are interested in such thing, please refer to our Widget Column example of jqxGrid.

    Best Regards,
    Peter

    jQWidgets Team
    https://www.jqwidgets.com

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

You must be logged in to reply to this topic.