Serhii Pimenov

Results 59 comments of Serhii Pimenov

Try latest 4.5.12-rc11 (npm) or dev (4.15.12-rc12) from github

Core_css designed for Phonegap app and provide Material design. Metro 4 - for all web app.

Content must be jQuery object

Hi! Is there any news about this?

set click handler for table and specify it for `td`. I don't know how to do it in Angular, but if you use m4q, it will be like this: ```js...

You can use the event `data-on-draw-cell` to generate link https://codepen.io/olton/pen/mdRwqBB?editors=1011

![Image](https://github.com/user-attachments/assets/a4e76540-1615-4761-802d-38837fbb9711)

Maybe it doesn't show in Safari, unfortunately I don't have Safari to check.

as a temporary solution, you can set the icons yourself with attributes: `data-prev-month-icon`, `data-next-month-icon`, `data-prev-year-icon`, `data-next-year-icon` ```html ```

Also, you can change default font for these buttons: ```css .calendar-content { .calendar-toolbar { .prev-month, .prev-year, .next-month, .next-year, .next-year-group, .prev-year-group { forn-family: '...'; } } } ```