C# Class Ext.Net.CalendarPanelBase

Inheritance: PanelBase
Afficher le fichier Open project: pgodwin/Ext.net

Private Properties

Свойство Type Description
AfterWidgetAdd void
ClearWidget void

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
AfterWidgetAdd ( Observable item ) : void
ClearWidget ( Observable item ) : void

Method Details

HideEditForm() public méthode

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
Résultat void

SetStartDate() public méthode

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

ShowEditForm() public méthode

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
Résultat void

ShowEditForm() public méthode

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
Résultat void