Skip to content
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

Document schedule mouse events and the eventAutoCreated event #4069

Closed
ExtAnimal opened this issue Jan 26, 2022 · 0 comments
Closed

Document schedule mouse events and the eventAutoCreated event #4069

ExtAnimal opened this issue Jan 26, 2022 · 0 comments
Assignees
Labels
bug Something isn't working forum Issues from forum OEM OEM customer resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@ExtAnimal
Copy link

Forum post

Hi, i have a calendar with my custom create modal form.

And i have this config:

export const calendarConfigBase = {
    mode: 'month',
    weekStartDay: 1,
    autoCreate: false,
    features: {
      eventEdit: null,
      eventTooltip: null,
      drag: null,
    },
    listeners: {
        eventClick(e) {
          console.log('eventClicked id: ', e?.eventRecord?.id)
          onShowEventModal()
        },
    },
 }

With this i can detect event click and show my custom create/edit event modal

Now i need that when user click on a calendar day, trigger event to get datetime and show my custom create event modal.

How can i do that?

Thanks

@ExtAnimal ExtAnimal added bug Something isn't working forum Issues from forum OEM OEM customer labels Jan 26, 2022
@ExtAnimal ExtAnimal self-assigned this Jan 26, 2022
@ExtAnimal ExtAnimal added ready for review Issue is fixed, the pull request is being reviewed resolved Fixed but not yet released (available in the nightly builds) and removed ready for review Issue is fixed, the pull request is being reviewed labels Jan 26, 2022
@SergeyMaltsev SergeyMaltsev added this to the 4.3.7 milestone Feb 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum OEM OEM customer resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

2 participants