C# Class FITKMS.Wiki.Details

Inheritance: System.Web.UI.Page
Exibir arquivo Open project: fitba/km-2013-projects-team-bjelasnica

Protected Properties

Property Type Description
ToolkitScriptManager1 global::AjaxControlToolkit.ToolkitScriptManager
addCommentSubmit global::System.Web.UI.WebControls.Button
articleComments global::System.Web.UI.HtmlControls.HtmlGenericControl
articleHistory global::System.Web.UI.HtmlControls.HtmlGenericControl
articleRating global::AjaxControlToolkit.Rating
authorsLabel global::System.Web.UI.WebControls.Label
avgGradeLabel global::System.Web.UI.WebControls.Label
commentBlock global::System.Web.UI.HtmlControls.HtmlGenericControl
commentMessagePanel global::System.Web.UI.WebControls.Panel
commentPanel global::System.Web.UI.WebControls.Panel
commentTab global::System.Web.UI.HtmlControls.HtmlGenericControl
comments List
commentsGrid global::System.Web.UI.WebControls.DataGrid
dateChangedLabel global::System.Web.UI.WebControls.Label
dateCreatedLabel global::System.Web.UI.WebControls.Label
dateRatedLabel global::System.Web.UI.WebControls.Label
defaultTab global::System.Web.UI.HtmlControls.HtmlGenericControl
editLink global::System.Web.UI.WebControls.LinkButton
history List
historyGrid global::System.Web.UI.WebControls.DataGrid
historyTab global::System.Web.UI.HtmlControls.HtmlGenericControl
home global::System.Web.UI.HtmlControls.HtmlGenericControl
pdfDownloadLink global::System.Web.UI.HtmlControls.HtmlAnchor
pdfIcon global::System.Web.UI.HtmlControls.HtmlGenericControl
ratingLabel global::System.Web.UI.WebControls.Label
rating_block global::System.Web.UI.HtmlControls.HtmlGenericControl
tagsRepeater global::System.Web.UI.WebControls.Repeater
textLiteral global::System.Web.UI.WebControls.Literal
themeLabel global::System.Web.UI.WebControls.Label
titleLabel global::System.Web.UI.WebControls.Label
typeLable global::System.Web.UI.WebControls.Label
warning global::System.Web.UI.WebControls.Label
warning_block global::System.Web.UI.HtmlControls.HtmlGenericControl
wysiwyg global::System.Web.UI.HtmlControls.HtmlTextArea

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
addCommentSubmit_Click ( object sender, EventArgs e ) : void
articleRating_Changed ( object sender, AjaxControlToolkit e ) : void
commentsGrid_ItemCommand ( object source, System.Web.UI.WebControls.DataGridCommandEventArgs e ) : void
commentsGrid_PageIndexChanged ( object source, System.Web.UI.WebControls.DataGridPageChangedEventArgs e ) : void
historyGrid_PageIndexChanged ( object source, System.Web.UI.WebControls.DataGridPageChangedEventArgs e ) : void

Private Methods

Method Description
BindArticle ( ) : void
BindComments ( bool newPage ) : void
BindGrade ( ) : void
BindHistory ( ) : void
ItemBasedRecommendation ( ) : void
WikiRecommendation ( List tags, string title ) : void
activateCommentTab ( ) : void
saveView ( ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

addCommentSubmit_Click() protected method

protected addCommentSubmit_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

articleRating_Changed() protected method

protected articleRating_Changed ( object sender, AjaxControlToolkit e ) : void
sender object
e AjaxControlToolkit
return void

commentsGrid_ItemCommand() protected method

protected commentsGrid_ItemCommand ( object source, System.Web.UI.WebControls.DataGridCommandEventArgs e ) : void
source object
e System.Web.UI.WebControls.DataGridCommandEventArgs
return void

commentsGrid_PageIndexChanged() protected method

protected commentsGrid_PageIndexChanged ( object source, System.Web.UI.WebControls.DataGridPageChangedEventArgs e ) : void
source object
e System.Web.UI.WebControls.DataGridPageChangedEventArgs
return void

historyGrid_PageIndexChanged() protected method

protected historyGrid_PageIndexChanged ( object source, System.Web.UI.WebControls.DataGridPageChangedEventArgs e ) : void
source object
e System.Web.UI.WebControls.DataGridPageChangedEventArgs
return void

Property Details

ToolkitScriptManager1 protected_oe property

ToolkitScriptManager1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.ToolkitScriptManager ToolkitScriptManager1
return global::AjaxControlToolkit.ToolkitScriptManager

addCommentSubmit protected_oe property

addCommentSubmit control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button addCommentSubmit
return global::System.Web.UI.WebControls.Button

articleComments protected_oe property

articleComments control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl articleComments
return global::System.Web.UI.HtmlControls.HtmlGenericControl

articleHistory protected_oe property

articleHistory control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl articleHistory
return global::System.Web.UI.HtmlControls.HtmlGenericControl

articleRating protected_oe property

articleRating control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.Rating articleRating
return global::AjaxControlToolkit.Rating

authorsLabel protected_oe property

authorsLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label authorsLabel
return global::System.Web.UI.WebControls.Label

avgGradeLabel protected_oe property

avgGradeLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label avgGradeLabel
return global::System.Web.UI.WebControls.Label

commentBlock protected_oe property

commentBlock control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl commentBlock
return global::System.Web.UI.HtmlControls.HtmlGenericControl

commentMessagePanel protected_oe property

commentMessagePanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel commentMessagePanel
return global::System.Web.UI.WebControls.Panel

commentPanel protected_oe property

commentPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel commentPanel
return global::System.Web.UI.WebControls.Panel

commentTab protected_oe property

commentTab control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl commentTab
return global::System.Web.UI.HtmlControls.HtmlGenericControl

comments protected_oe property

protected List comments
return List

commentsGrid protected_oe property

commentsGrid control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DataGrid commentsGrid
return global::System.Web.UI.WebControls.DataGrid

dateChangedLabel protected_oe property

dateChangedLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label dateChangedLabel
return global::System.Web.UI.WebControls.Label

dateCreatedLabel protected_oe property

dateCreatedLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label dateCreatedLabel
return global::System.Web.UI.WebControls.Label

dateRatedLabel protected_oe property

dateRatedLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label dateRatedLabel
return global::System.Web.UI.WebControls.Label

defaultTab protected_oe property

defaultTab control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl defaultTab
return global::System.Web.UI.HtmlControls.HtmlGenericControl

editLink protected_oe property

editLink control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton editLink
return global::System.Web.UI.WebControls.LinkButton

history protected_oe property

protected List history
return List

historyGrid protected_oe property

historyGrid control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DataGrid historyGrid
return global::System.Web.UI.WebControls.DataGrid

historyTab protected_oe property

historyTab control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl historyTab
return global::System.Web.UI.HtmlControls.HtmlGenericControl

home protected_oe property

home control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl home
return global::System.Web.UI.HtmlControls.HtmlGenericControl

pdfDownloadLink protected_oe property

pdfDownloadLink control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlAnchor pdfDownloadLink
return global::System.Web.UI.HtmlControls.HtmlAnchor

pdfIcon protected_oe property

pdfIcon control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl pdfIcon
return global::System.Web.UI.HtmlControls.HtmlGenericControl

ratingLabel protected_oe property

ratingLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label ratingLabel
return global::System.Web.UI.WebControls.Label

rating_block protected_oe property

rating_block control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl rating_block
return global::System.Web.UI.HtmlControls.HtmlGenericControl

tagsRepeater protected_oe property

tagsRepeater control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater tagsRepeater
return global::System.Web.UI.WebControls.Repeater

textLiteral protected_oe property

textLiteral control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal textLiteral
return global::System.Web.UI.WebControls.Literal

themeLabel protected_oe property

themeLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label themeLabel
return global::System.Web.UI.WebControls.Label

titleLabel protected_oe property

titleLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label titleLabel
return global::System.Web.UI.WebControls.Label

typeLable protected_oe property

typeLable control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label typeLable
return global::System.Web.UI.WebControls.Label

warning protected_oe property

warning control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label warning
return global::System.Web.UI.WebControls.Label

warning_block protected_oe property

warning_block control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl warning_block
return global::System.Web.UI.HtmlControls.HtmlGenericControl

wysiwyg protected_oe property

wysiwyg control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlTextArea wysiwyg
return global::System.Web.UI.HtmlControls.HtmlTextArea