-
-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Select #8
Comments
You can use the dateClick callback which does pretty much the same thing. |
It seems like the select of fullcalendar creates an event of the size
between the mouse down coordinates and the mouse up events coordinates.
Does the dateClick event of your library provide the start time at mouse
down and end time at mouse up ?
…On Tue, Jun 1, 2021 at 9:29 PM Vladimir ***@***.***> wrote:
You can use the dateClick </~https://github.com/vkurko/calendar#dateclick>
callback which does pretty much the same thing.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>, or
unsubscribe
</~https://github.com/notifications/unsubscribe-auth/ABPAMXNQTZQBE4ZQ44JEMTLTQUYIBANCNFSM455HMYIQ>
.
--
Jean Chapelle
|
Oh, now I see what you mean. No, the So at the moment I have no plans to implement the |
Ok thanks.
…On Wed, Jun 2, 2021 at 10:52 AM Vladimir ***@***.***> wrote:
Oh, now I see what you mean. No, the dateClick does not provide
information about *selection*, it is only about click.
So at the moment I have no plans to implement the select feature, but I
will do it if more people require this function.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>, or
unsubscribe
</~https://github.com/notifications/unsubscribe-auth/ABPAMXJI7RQTKEK32S4W7YTTQXWNFANCNFSM455HMYIQ>
.
--
Jean Chapelle
|
feature + 1 |
+101 |
This feature is now available in Event Calendar v0.12.0. See the following options: And methods: |
Great !
Jean Chapelle
Chaps Development
+32 477/34.30.62
[image: ***@***.***
[image: phone-icon]https://tutute.be
[image: phone-icon]7 Avenue des vallées, 1341 Céroux-Mousty
…On Tue, Oct 11, 2022 at 4:01 PM Vladimir ***@***.***> wrote:
This feature is now available in Event Calendar v0.12.0.
See the following options:
- selectable </~https://github.com/vkurko/calendar#selectable>
- selectBackgroundColor
</~https://github.com/vkurko/calendar#selectbackgroundcolor>
- selectMinDistance
</~https://github.com/vkurko/calendar#selectmindistance>
- select </~https://github.com/vkurko/calendar#select>
- unselect </~https://github.com/vkurko/calendar#unselect>
- unselectAuto </~https://github.com/vkurko/calendar#unselectauto>
- unselectCancel </~https://github.com/vkurko/calendar#unselectcancel>
And methods:
- unselect </~https://github.com/vkurko/calendar#unselect-1>
—
Reply to this email directly, view it on GitHub
<#8 (comment)>, or
unsubscribe
</~https://github.com/notifications/unsubscribe-auth/ABPAMXNFF73GHQGFDYMUVXLWCVXL3ANCNFSM455HMYIQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
In v0.13.0 there are also: |
Hey, your tool is great but I miss some nice feature of fullcalendar.
Are you planning to propose the select method of fullcalendar ?
This method allows you to create an event when the user select a time slot in a calendar.
The text was updated successfully, but these errors were encountered: