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

fullCalendar doesnt return extended entity #28

Open
SanderMuller opened this issue Feb 23, 2017 · 2 comments
Open

fullCalendar doesnt return extended entity #28

SanderMuller opened this issue Feb 23, 2017 · 2 comments
Labels

Comments

@SanderMuller
Copy link

I have added extra fields to the CalendarEvent entity, how do I display these, for example, on hover or click?

I added the description field, but the fullCalendar
eventClick: function (calEvent, jsEvent, view)
doesn't return my custom fields in it's calEvent parameter.

Thanks in advance!

@ancarebeca
Copy link
Owner

@Rhinni, You could try to use the custom fields on Model/Event.php in order to set your custom data and then on the fronted side you will have a JSON with the event data and the custom field.
Then you can use Mouseover in order to render the custom fields on the page. I hope that could help you.

@grantwhitaker06
Copy link

@ancarebeca very nice bundle thank you very much for putting the time into it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants