C# 클래스 Ext.Net.CalendarView

파일 보기 프로젝트 열기: pgodwin/Ext.net

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
HighlightEvent ( Ext.Net.Element el, string color, HighlightConfig o ) : void

Visually highlights an event using Ext.Fx.highlight config options. If highlightEventActions is false this method will have no effect.

MoveDays ( int value ) : void

Shifts the view by the passed number of days relative to the currently set date

MoveMonths ( int value ) : void

Shifts the view by the passed number of months relative to the currently set date

MoveNext ( ) : void

Updates the view to the next consecutive date(s)

MovePrev ( ) : void

Updates the view to the previous consecutive date(s)

MoveTo ( System.DateTime dt ) : void

Updates the view to contain the passed date

MoveToday ( ) : void

Updates the view to show today

MoveWeeks ( int value ) : void

Shifts the view by the passed number of weeks relative to the currently set date

SetStartDate ( System.DateTime dt ) : void

Sets the start date used to calculate the view boundaries to display. The displayed view will be the earliest and latest dates that match the view requirements and contain the date passed to this function.

메소드 상세

HighlightEvent() 공개 메소드

Visually highlights an event using Ext.Fx.highlight config options. If highlightEventActions is false this method will have no effect.
public HighlightEvent ( Ext.Net.Element el, string color, HighlightConfig o ) : void
el Ext.Net.Element The element(s) to highlight
color string (optional) The highlight color. Should be a 6 char hex color without the leading # (defaults to yellow: 'ffff9c')
o HighlightConfig (optional) Object literal with any of the Ext.Fx config options. See Ext.Fx.highlight for usage examples.
리턴 void

MoveDays() 공개 메소드

Shifts the view by the passed number of days relative to the currently set date
public MoveDays ( int value ) : void
value int The number of days (positive or negative) by which to shift the view
리턴 void

MoveMonths() 공개 메소드

Shifts the view by the passed number of months relative to the currently set date
public MoveMonths ( int value ) : void
value int The number of months (positive or negative) by which to shift the view
리턴 void

MoveNext() 공개 메소드

Updates the view to the next consecutive date(s)
public MoveNext ( ) : void
리턴 void

MovePrev() 공개 메소드

Updates the view to the previous consecutive date(s)
public MovePrev ( ) : void
리턴 void

MoveTo() 공개 메소드

Updates the view to contain the passed date
public MoveTo ( System.DateTime dt ) : void
dt System.DateTime The date to display
리턴 void

MoveToday() 공개 메소드

Updates the view to show today
public MoveToday ( ) : void
리턴 void

MoveWeeks() 공개 메소드

Shifts the view by the passed number of weeks relative to the currently set date
public MoveWeeks ( int value ) : void
value int The number of weeks (positive or negative) by which to shift the view
리턴 void

SetStartDate() 공개 메소드

Sets the start date used to calculate the view boundaries to display. The displayed view will be the earliest and latest dates that match the view requirements and contain the date passed to this function.
public SetStartDate ( System.DateTime dt ) : void
dt System.DateTime The date used to calculate the new view boundaries
리턴 void