C# Class Ext.Net.CalendarPanelBase

Inheritance: PanelBase
Exibir arquivo Open project: pgodwin/Ext.net

Private Properties

Property Type Description
AfterWidgetAdd void
ClearWidget void

Public Methods

Method 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

Method Description
AfterWidgetAdd ( Observable item ) : void
ClearWidget ( Observable item ) : void

Method Details

HideEditForm() public method

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
return void

SetStartDate() public method

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

ShowEditForm() public method

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
return void

ShowEditForm() public method

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
return void