Browse Source

* List view properties

michael 5 năm trước cách đây
mục cha
commit
0cb5864a1c
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      packages/fullcalendar/libfullcalendar.pp

+ 5 - 0
packages/fullcalendar/libfullcalendar.pp

@@ -481,6 +481,11 @@ Type
     eventClick : TEventMouseEventHandler;
     eventMouseEnter : TEventMouseEventHandler;
     eventMouseLeave : TEventMouseEventHandler;
+    listDayFormat : TDateFormatter;
+    listDayBool : Boolean; external name 'listDayFormat';
+    listDayAltFormat : TDateFormatter;
+    listDayAltBool : Boolean; external name 'listDayAltFormat';
+    noEventsMessage : String;
   end;
 
   { TFullCalendarView }