C# Class ScrewTurn.Wiki.Popup

显示文件 Open project: mono/ScrewTurnWiki

Protected Properties

Property Type Description
btnCancelAnchor global::System.Web.UI.WebControls.Button
btnCancelFileLink global::System.Web.UI.WebControls.Button
btnCancelImage global::System.Web.UI.WebControls.Button
btnCancelLink global::System.Web.UI.WebControls.Button
btnCancelPageLink global::System.Web.UI.WebControls.Button
btnOkAnchor global::System.Web.UI.WebControls.Button
btnOkFileLink global::System.Web.UI.WebControls.Button
btnOkImage global::System.Web.UI.WebControls.Button
btnOkLink global::System.Web.UI.WebControls.Button
btnOkPageLink global::System.Web.UI.WebControls.Button
chkFileNW global::System.Web.UI.WebControls.CheckBox
chkFilesAttachments global::System.Web.UI.WebControls.CheckBox
chkImageAttachments global::System.Web.UI.WebControls.CheckBox
chkImageNW global::System.Web.UI.WebControls.CheckBox
chkLinkNW global::System.Web.UI.WebControls.CheckBox
chkPageNW global::System.Web.UI.WebControls.CheckBox
cibImages global::ScrewTurn.Wiki.ClientImageBrowser
ctFiles global::ScrewTurn.Wiki.ClientTree
ctPages global::ScrewTurn.Wiki.ClientTree
frmPopup global::System.Web.UI.HtmlControls.HtmlForm
lblAnchorID global::System.Web.UI.WebControls.Literal
lblAnchorTitle global::System.Web.UI.WebControls.Literal
lblExistingAnchors global::System.Web.UI.WebControls.Literal
lblFilePath global::System.Web.UI.WebControls.Literal
lblFileTitle global::System.Web.UI.WebControls.Literal
lblImageDescr global::System.Web.UI.WebControls.Literal
lblImageLink global::System.Web.UI.WebControls.Literal
lblImagePath global::System.Web.UI.WebControls.Literal
lblInsertAnchor global::System.Web.UI.WebControls.Literal
lblLinkTitle global::System.Web.UI.WebControls.Literal
lblLinkUrl global::System.Web.UI.WebControls.Literal
lblPageName global::System.Web.UI.WebControls.Literal
lblPageTitle global::System.Web.UI.WebControls.Literal
lblStrings global::System.Web.UI.WebControls.Literal
lstExistingAnchors global::System.Web.UI.WebControls.DropDownList
lstNamespace global::System.Web.UI.WebControls.DropDownList
lstProviderFiles global::System.Web.UI.WebControls.DropDownList
lstProviderImages global::System.Web.UI.WebControls.DropDownList
mlvPopup global::System.Web.UI.WebControls.MultiView
pnlAnchorLink global::System.Web.UI.WebControls.Panel
pnlNewAnchor global::System.Web.UI.WebControls.Panel
rdoAnchorLink global::System.Web.UI.WebControls.RadioButton
rdoImageAuto global::System.Web.UI.WebControls.RadioButton
rdoImageInline global::System.Web.UI.WebControls.RadioButton
rdoImageLeft global::System.Web.UI.WebControls.RadioButton
rdoImageLink global::System.Web.UI.WebControls.RadioButton
rdoImagePath global::System.Web.UI.WebControls.RadioButton
rdoImageRight global::System.Web.UI.WebControls.RadioButton
rdoNewAnchor global::System.Web.UI.WebControls.RadioButton
txtAnchorID global::System.Web.UI.WebControls.TextBox
txtAnchorTitle global::System.Web.UI.WebControls.TextBox
txtFilePath global::System.Web.UI.WebControls.TextBox
txtFileTitle global::System.Web.UI.WebControls.TextBox
txtImageDescr global::System.Web.UI.WebControls.TextBox
txtImageLink global::System.Web.UI.WebControls.TextBox
txtImagePath global::System.Web.UI.WebControls.TextBox
txtLinkTitle global::System.Web.UI.WebControls.TextBox
txtLinkUrl global::System.Web.UI.WebControls.TextBox
txtPageName global::System.Web.UI.WebControls.TextBox
txtPageTitle global::System.Web.UI.WebControls.TextBox
viwAnchor global::System.Web.UI.WebControls.View
viwExternalLink global::System.Web.UI.WebControls.View
viwFileLink global::System.Web.UI.WebControls.View
viwImage global::System.Web.UI.WebControls.View
viwPageLink global::System.Web.UI.WebControls.View

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
chkFilesAttachments_CheckedChanged ( object sender, EventArgs e ) : void
chkImageAttachments_CheckedChanged ( object sender, EventArgs e ) : void
cibImages_Populate ( object sender, PopulateEventArgs e ) : List
ctFiles_Populate ( object sender, PopulateEventArgs e ) : List
ctPages_Populate ( object sender, PopulateEventArgs e ) : List
lstNamespace_SelectedIndexChanged ( object sender, EventArgs e ) : void
lstProviderFiles_SelectedIndexChanged ( object sender, EventArgs e ) : void
lstProviderImages_SelectedIndexChanged ( object sender, EventArgs e ) : void
rdoAnchor_CheckedChanged ( object sender, EventArgs e ) : void

Private Methods

Method Description
BuildFilesSubTree ( IFilesStorageProviderV30 provider, string path ) : List
BuildImagesSubTree ( IFilesStorageProviderV30 provider, string path ) : List
GenerateWindowResizeCode ( int width, int height ) : string
IsImage ( string name ) : bool
SetupFeature ( ) : void

Method Details

Page_Load() protected method

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

chkFilesAttachments_CheckedChanged() protected method

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

chkImageAttachments_CheckedChanged() protected method

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

cibImages_Populate() protected method

protected cibImages_Populate ( object sender, PopulateEventArgs e ) : List
sender object
e PopulateEventArgs
return List

ctFiles_Populate() protected method

protected ctFiles_Populate ( object sender, PopulateEventArgs e ) : List
sender object
e PopulateEventArgs
return List

ctPages_Populate() protected method

protected ctPages_Populate ( object sender, PopulateEventArgs e ) : List
sender object
e PopulateEventArgs
return List

lstNamespace_SelectedIndexChanged() protected method

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

lstProviderFiles_SelectedIndexChanged() protected method

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

lstProviderImages_SelectedIndexChanged() protected method

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

rdoAnchor_CheckedChanged() protected method

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

Property Details

btnCancelAnchor protected_oe property

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

btnCancelFileLink protected_oe property

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

btnCancelImage protected_oe property

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

btnCancelLink protected_oe property

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

btnCancelPageLink protected_oe property

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

btnOkAnchor protected_oe property

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

btnOkFileLink protected_oe property

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

btnOkImage protected_oe property

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

btnOkLink protected_oe property

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

btnOkPageLink protected_oe property

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

chkFileNW protected_oe property

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

chkFilesAttachments protected_oe property

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

chkImageAttachments protected_oe property

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

chkImageNW protected_oe property

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

chkLinkNW protected_oe property

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

chkPageNW protected_oe property

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

cibImages protected_oe property

cibImages control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ScrewTurn.Wiki.ClientImageBrowser cibImages
return global::ScrewTurn.Wiki.ClientImageBrowser

ctFiles protected_oe property

ctFiles control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ScrewTurn.Wiki.ClientTree ctFiles
return global::ScrewTurn.Wiki.ClientTree

ctPages protected_oe property

ctPages control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ScrewTurn.Wiki.ClientTree ctPages
return global::ScrewTurn.Wiki.ClientTree

frmPopup protected_oe property

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

lblAnchorID protected_oe property

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

lblAnchorTitle protected_oe property

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

lblExistingAnchors protected_oe property

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

lblFilePath protected_oe property

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

lblFileTitle protected_oe property

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

lblImageDescr protected_oe property

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

lblImageLink protected_oe property

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

lblImagePath protected_oe property

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

lblInsertAnchor protected_oe property

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

lblLinkTitle protected_oe property

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

lblLinkUrl protected_oe property

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

lblPageName protected_oe property

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

lblPageTitle protected_oe property

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

lblStrings protected_oe property

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

lstExistingAnchors protected_oe property

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

lstNamespace protected_oe property

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

lstProviderFiles protected_oe property

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

lstProviderImages protected_oe property

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

mlvPopup protected_oe property

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

pnlAnchorLink protected_oe property

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

pnlNewAnchor protected_oe property

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

rdoAnchorLink protected_oe property

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

rdoImageAuto protected_oe property

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

rdoImageInline protected_oe property

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

rdoImageLeft protected_oe property

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

rdoImageLink protected_oe property

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

rdoImagePath protected_oe property

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

rdoImageRight protected_oe property

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

rdoNewAnchor protected_oe property

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

txtAnchorID protected_oe property

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

txtAnchorTitle protected_oe property

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

txtFilePath protected_oe property

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

txtFileTitle protected_oe property

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

txtImageDescr protected_oe property

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

txtImageLink protected_oe property

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

txtImagePath protected_oe property

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

txtLinkTitle protected_oe property

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

txtLinkUrl protected_oe property

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

txtPageName protected_oe property

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

txtPageTitle protected_oe property

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

viwAnchor protected_oe property

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

viwExternalLink protected_oe property

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

viwFileLink protected_oe property

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

viwImage protected_oe property

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

viwPageLink protected_oe property

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