C# 클래스 Ext.Net.CalendarPanelBase

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

Private Properties

프로퍼티 타입 설명
AfterWidgetAdd void
ClearWidget void

공개 메소드들

메소드 설명
HideEditForm ( ) : void

Hides the built-in event edit form and returns to the previous calendar view. If the edit form is not currently visible this method has no effect.

SetStartDate ( System.DateTime dt ) : void

Sets the start date for the currently-active calendar view.

ShowEditForm ( int index ) : void

Shows the built-in event edit form for the passed in event record. This method automatically hides the calendar views and navigation toolbar. To return to the calendar, call hideEditForm.

ShowEditForm ( object id ) : void

Shows the built-in event edit form for the passed in event record. This method automatically hides the calendar views and navigation toolbar. To return to the calendar, call hideEditForm.

비공개 메소드들

메소드 설명
AfterWidgetAdd ( Observable item ) : void
ClearWidget ( Observable item ) : void

메소드 상세

HideEditForm() 공개 메소드

Hides the built-in event edit form and returns to the previous calendar view. If the edit form is not currently visible this method has no effect.
public HideEditForm ( ) : void
리턴 void

SetStartDate() 공개 메소드

Sets the start date for the currently-active calendar view.
public SetStartDate ( System.DateTime dt ) : void
dt System.DateTime start date
리턴 void

ShowEditForm() 공개 메소드

Shows the built-in event edit form for the passed in event record. This method automatically hides the calendar views and navigation toolbar. To return to the calendar, call hideEditForm.
public ShowEditForm ( int index ) : void
index int
리턴 void

ShowEditForm() 공개 메소드

Shows the built-in event edit form for the passed in event record. This method automatically hides the calendar views and navigation toolbar. To return to the calendar, call hideEditForm.
public ShowEditForm ( object id ) : void
id object The event record id to edit
리턴 void