C# Class FITKMS.Wiki.Edit

Show file Open project: fitba/km-2013-projects-team-bjelasnica

Protected Properties

Property Type Description
AutoCompleteExtender1 global::AjaxControlToolkit.AutoCompleteExtender
ScriptManager1 global::System.Web.UI.ScriptManager
authorsInput global::System.Web.UI.WebControls.TextBox
documentDeleteSubmit global::System.Web.UI.WebControls.LinkButton
documentFile global::System.Web.UI.WebControls.FileUpload
editDescriptionInput global::System.Web.UI.HtmlControls.HtmlTextArea
errorLabel global::System.Web.UI.WebControls.Label
error_label global::System.Web.UI.HtmlControls.HtmlGenericControl
keyWordsInput global::System.Web.UI.WebControls.TextBox
saveArticleSubmit global::System.Web.UI.WebControls.Button
successLabel global::System.Web.UI.WebControls.Label
success_label global::System.Web.UI.HtmlControls.HtmlGenericControl
tagsInput global::System.Web.UI.WebControls.TextBox
themeList global::System.Web.UI.WebControls.DropDownList
themes List
titleInput global::System.Web.UI.WebControls.TextBox
types List
typesList global::System.Web.UI.WebControls.DropDownList
warningLabel global::System.Web.UI.WebControls.Label
warning_label global::System.Web.UI.HtmlControls.HtmlGenericControl
wysiwyg global::System.Web.UI.HtmlControls.HtmlTextArea

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
documentDeleteSubmit_Click ( object sender, EventArgs e ) : void
saveArticleSubmit_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
BindArticle ( ) : void
BindThemes ( ) : void
BindTypes ( ) : void
GetTagNames ( string prefixText, int count ) : string[]

Method Details

Page_Load() protected method

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

documentDeleteSubmit_Click() protected method

protected documentDeleteSubmit_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

saveArticleSubmit_Click() protected method

protected saveArticleSubmit_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

AutoCompleteExtender1 protected property

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

ScriptManager1 protected property

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

authorsInput protected property

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

documentDeleteSubmit protected property

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

documentFile protected property

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

editDescriptionInput protected property

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

errorLabel protected property

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

error_label protected property

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

keyWordsInput protected property

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

saveArticleSubmit protected property

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

successLabel protected property

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

success_label protected property

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

tagsInput protected property

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

themeList protected property

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

themes protected property

protected List themes
return List

titleInput protected property

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

types protected property

protected List types
return List

typesList protected property

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

warningLabel protected property

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

warning_label protected property

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

wysiwyg protected 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