-
-
Notifications
You must be signed in to change notification settings - Fork 876
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
can i have context menu on an event #178
Comments
I'm pretty sure this duplicates #172 (comment) |
That issue was about adding a context menu on each row of the table, it's currently not possible to provide a template to day view events, it's kind of tricky to implement but I'll have a go 😄 |
Thanks @mattlewis92 :) |
Found a way to do it and released it as 0.13.0. It should work pretty much the same as the context-menu demo but you'll just need to provide a custom template for the |
Hello @mattlewis92 I have cloned a new repo and followed these steps git clone https://github.com/mattlewis92/angular-calendar.git |
Oh it's because the path separators are different from unix systems, fixed here: c44c626 |
Hello @mattlewis92 , As per the screenshot shared in the previous post i.e. For e.g. When I perform a right click on a blank row I get context menu "Add event", and on click of that "New Event" is created. Now when I right click on "New Event" once again I need context menu. As shown in image. Thanks alot for help once again :) |
You need to provide a custom template for the events as well and then add the context menu to it, like this |
Thanks alot :) Cheers |
The text was updated successfully, but these errors were encountered: