EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
December 14, 2024, 03:13:51 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
EasyUI Forum
>
General Category
>
General Discussion
>
calendar event onPaint or onRepaint
Pages: [
1
]
« previous
next »
Print
Author
Topic: calendar event onPaint or onRepaint (Read 21236 times)
mauroxavier
Newbie
Posts: 3
calendar event onPaint or onRepaint
«
on:
October 05, 2014, 07:53:26 AM »
In calendar component, I needed some kind event to change the month or year calendar, ie OnPaint or onRepaint, is it possible?
Logged
stworthy
Administrator
Hero Member
Posts: 3581
Re: calendar event onPaint or onRepaint
«
Reply #1 on:
October 05, 2014, 03:54:52 PM »
Please try to use the 'onSelect' or 'onChange' events.
Logged
mauroxavier
Newbie
Posts: 3
Re: calendar event onPaint or onRepaint
«
Reply #2 on:
October 14, 2014, 01:30:25 PM »
need an event by clicking to the next months to redesign the calendar.
onSelect is after clicking on it and clicking the onchange new day, I need to fire an event when changing months or even years without clicking on
Logged
stworthy
Administrator
Hero Member
Posts: 3581
Re: calendar event onPaint or onRepaint
«
Reply #3 on:
October 16, 2014, 09:02:07 PM »
Please try to use the updated calendar plugin from
http://www.jeasyui.com/easyui/plugins/jquery.calendar.js
. The 'onNavigate' event is available now.
Code:
$('#cc').calendar({
onNavigate: function(year,month){
//...
}
});
Logged
Aod47
Jr. Member
Posts: 83
Re: calendar event onPaint or onRepaint
«
Reply #4 on:
October 02, 2020, 06:19:15 PM »
Thank you very much.
Could you please add event 'onNavigate' to Documentation?
Logged
stworthy
Administrator
Hero Member
Posts: 3581
Re: calendar event onPaint or onRepaint
«
Reply #5 on:
October 04, 2020, 02:44:32 AM »
Please look at this documentation
https://www.jeasyui.com/documentation/calendar.php
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...