名前空間一覧 > GrapeCity.Web.Input.IMCalendar 名前空間 > CalendarClientEvents クラス : Scrolled プロパティ |
GcCalendar1.ClientEvents.Scrolled = "Scrolled"
GcCalendar1.ClientEvents.Scrolled = "Scrolled";
function Scrolled() { var calendar1 = FindIMControl("GcCalendar1"); document.getElementById("TextBox1").value = calendar1.FocusDate; }