Property | Type | Description | |
---|---|---|---|
calendarMonth | |||
contentPlaceHolder | global::System.Web.UI.WebControls.PlaceHolder | ||
resmgr | System.Resources.ResourceManager |
Method | Description | |
---|---|---|
GetUrl ( ) : string | ||
GetUrlWithMonth ( DateTime month ) : string | ||
GetUrlWithYear ( int year ) : string |
Method | Description | |
---|---|---|
OnInit ( EventArgs e ) : void | ||
Page_Load ( object sender, System e ) : void | ||
Render ( HtmlTextWriter writer ) : void |
Method | Description | |
---|---|---|
ApplyCalendarStyles ( Calendar c ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
StripAllTags ( string content ) : string | ||
TruncateDotDotDot ( string content ) : string | ||
calendarMonth_DayRender ( object sender, DayRenderEventArgs e ) : void | ||
calendarMonth_PreRender ( object sender, EventArgs e ) : void |
Gets the entries for this month that we will be rendering
|
|
calendarMonth_SelectionChanged ( object sender, EventArgs e ) : void | ||
calendarMonth_VisibleMonthChanged ( object sender, MonthChangedEventArgs e ) : void |
public GetUrlWithMonth ( DateTime month ) : string | ||
month | DateTime | |
return | string |
protected Page_Load ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
protected Render ( HtmlTextWriter writer ) : void | ||
writer | HtmlTextWriter | |
return | void |
protected MonthViewCalendar,newtelligence.DasBlog.Web calendarMonth | ||
return |
protected global::System.Web.UI.WebControls.PlaceHolder contentPlaceHolder | ||
return | global::System.Web.UI.WebControls.PlaceHolder |