Property | Type | Description | |
---|---|---|---|
AllowComments | bool | ||
CategoriesResourceKey | string | ||
CommentDateTimeFormat | string | ||
CommentItemHeaderElement | string | ||
DeleteLinkImage | string | ||
EditContentImage | string | ||
GmapApiKey | string | ||
ImageSiteRoot | string | ||
IsEditable | bool | ||
ItemId | int | ||
MaxAllowedGravatarRating | mojoPortal.Web.UI.Avatar.RatingType | ||
ModuleId | int | ||
PageId | int | ||
RegexRelativeImageUrlPatern | string | ||
SiteRoot | string | ||
TimeOffset | Double | ||
UserNameTooltipFormat | string | ||
addThisCustomBrand | string | ||
allowGravatars | bool | ||
attachmentBaseUrl | string | ||
blog | mojoPortal.Business.Blog | ||
blogAuthor | string | ||
config | mojoPortal.Web.BlogUI.BlogConfiguration | ||
disableAvatars | bool | ||
parametersAreInvalid | bool |
Method | Description | |
---|---|---|
RefreshAfterPostback ( ) : void | ||
UpdateCommentStats ( System.Guid contentGuid, int commentCount ) : void |
Method | Description | |
---|---|---|
FormatBlogUrl ( string itemUrl, int itemId ) : string | ||
FormatCommentDate ( System.DateTime startDate ) : string | ||
OnInit ( |
||
OnPreRender ( |
||
PopulateControls ( ) : void | ||
SetupRssLink ( ) : void | ||
UseProfileLinkForAvatar ( ) : bool | ||
dlComments_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void |
Handles the item command
|
|
dlComments_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void |
Method | Description | |
---|---|---|
CanEditPost ( mojoPortal.Business.Blog blog ) : bool | ||
CommentsAreOpen ( ) : bool | ||
DetermineCommentSystem ( ) : string | ||
DisableLegacyBlogComments ( ) : void | ||
GetExcerpt ( mojoPortal.Business.Blog blog ) : string | ||
GetRssUrl ( ) : string | ||
IsValidComment ( ) : bool | ||
LoadParams ( ) : void | ||
LoadSettings ( ) : void | ||
Page_Load ( object sender, |
||
PopulateLabels ( ) : void | ||
SetCookies ( ) : void | ||
SetupCommentSystem ( ) : void | ||
SetupInternalCommentSystem ( ) : void | ||
SetupLegacyBlogComments ( ) : void | ||
ShouldAllowComments ( ) : bool | ||
btnPostComment_Click ( object sender, |
protected FormatBlogUrl ( string itemUrl, int itemId ) : string | ||
itemUrl | string | |
itemId | int | |
return | string |
protected FormatCommentDate ( System.DateTime startDate ) : string | ||
startDate | System.DateTime | |
return | string |
protected OnPreRender ( |
||
e | ||
return | void |
public UpdateCommentStats ( System.Guid contentGuid, int commentCount ) : void | ||
contentGuid | System.Guid | |
commentCount | int | |
return | void |
protected dlComments_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void | ||
source | object | |
e | System.Web.UI.WebControls.RepeaterCommandEventArgs | |
return | void |
protected dlComments_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void | ||
sender | object | |
e | System.Web.UI.WebControls.RepeaterItemEventArgs | |
return | void |
protected string CommentItemHeaderElement | ||
return | string |
protected mojoPortal.Web.UI.Avatar.RatingType MaxAllowedGravatarRating | ||
return | mojoPortal.Web.UI.Avatar.RatingType |
protected string RegexRelativeImageUrlPatern | ||
return | string |
protected BlogConfiguration,mojoPortal.Web.BlogUI config | ||
return | mojoPortal.Web.BlogUI.BlogConfiguration |