jQuery UI Widgets Forums Editors Calendar select/unselect day

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • select/unselect day #15120

    morfeusz
    Participant

    Hello,
    how can I select/unselect day by clicking on it?
    Now I can only select day and if I want unselect it – I must select another day.
    Is there select/unselect value/method or I must make this with ‘change’ event.
    But when I click a few times on the same day – the ‘change’ event will fire only once.

    select/unselect day #15121

    Peter Stoev
    Keymaster

    Hi morfeusz,

    Clicking on a day will select it. To change the selection, click on another day. If a day is selected and you click again on it, the selection events of jqxCalendar will not be raised because the day is already selected.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    select/unselect day #15144

    morfeusz
    Participant

    So I cannot select and unselect the same day, without selecting another day?
    I see that I can’t even set value as none or empty.
    It’s always must by a some value, like numberInput with zero ?

    select/unselect day #15146

    Peter Stoev
    Keymaster

    Hi morfeusz,

    Yes, there is always one focused/selected day like in the Window’s Calendar.

    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.