Code Monkey home page Code Monkey logo

Comments (6)

irustm avatar irustm commented on July 28, 2024 3

Ok, on next release

from fullcalendar-angular.

kombadzomba avatar kombadzomba commented on July 28, 2024

Hi @BrusGarka,

I would like to suggest an alternative approach that might help in the meantime. I am fetching event DOM element using onEventRender() and then programmatically handling the rest. Below is the example of adding tooltip text on mouse over (setting div's title property).

onEventRender(event) {
const domDivElement = event.detail.element[0];
const calEvent: EventObject = event.detail.event;
domDivElement.title = calEvent.title;
}

from fullcalendar-angular.

Gopikrishn avatar Gopikrishn commented on July 28, 2024

Hi @jamaks ,

I want to add tool-tip to my calendar event, but this eventMouseover not working in my angular application.

Do you guys found any fix or else alternative approach.

Thank You

from fullcalendar-angular.

Gopikrishn avatar Gopikrishn commented on July 28, 2024

Hi @kombadzomba
Thanks for your quick solution,

I used your domDivElement.title it's working fine.
I want to display more information like

  1. Title
  2. A short Description
  3. Start Time
  4. End Time

is there any way that I can create a html div with these values and assign to that title.

Thank You

Gopikrishn

from fullcalendar-angular.

rakeshkotha6 avatar rakeshkotha6 commented on July 28, 2024

Ok, on next release

Hi @jamaks i downloaded the code and run in my local , but i did not see any moverOverEvent occurring on the events, event-click, updating-event, window-resizing, and initialized are working but on eventMouseOver nothing is happening, no log is printing. i'm looking onMouseOver a popup. can please add it to your code..

eventMouseOver(model: any){
console.log("mousehover");
}

Thank you.

from fullcalendar-angular.

irustm avatar irustm commented on July 28, 2024

@rakeshkotha6 sorry, I have little time for this project, I will be glad of any help pull requests

from fullcalendar-angular.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.