C# Class FITKMS.Wiki.Add

Mostra 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
documentFile global::System.Web.UI.WebControls.FileUpload
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
wysiwyg global::System.Web.UI.HtmlControls.HtmlTextArea

Protected Methods

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

Private Methods

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

Method Details

Page_Load() protected method

protected Page_Load ( 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_oe 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_oe 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_oe 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

documentFile protected_oe 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

errorLabel protected_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe property

protected List themes
return List

titleInput protected_oe 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_oe property

protected List types
return List

typesList protected_oe 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

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