Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

224
Views
¿Cómo configurar el evento onHover en eventos de calendario angular?

Estoy usando un módulo de calendario para mi proyecto angular: https://github.com/mattlewis92/angular-calendar

Pude configurar eventos onClick (mostrar un modal) en un día dentro del calendario, pero quiero mostrar el modal cuando paso el cursor por el día.

 <mwl-calendar-month-view *ngSwitchCase="CalendarView.Month" [viewDate]="viewDate" [events]="events" [refresh]="refresh" [activeDayIsOpen]="activeDayIsOpen" (dayClicked)="dayClicked($event.day)" (eventClicked)="handleEvent('Clicked', $event.event) " [cellTemplate]="customCellTemplate" (eventTimesChanged)="eventTimesChanged($event)" > </mwl-calendar-month-view>

¿Cómo podría configurar un evento onHover , que se llama cuando el usuario pasa el mouse sobre el evento (día en el calendario)?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Puede usar mouseenter en lugar de hacer clic con el mouse.

 <div (mouseenter)="openDatePicker()">Hover Me</div>

También hay un mouseleave que también puede usar.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!