C# 클래스 Engage.Dnn.F3.ViewLinks

Allows the user to search for content in either module and to replace values once found
상속: DotNetNuke.Entities.Modules.PortalModuleBase
파일 보기 프로젝트 열기: EngageSoftware/Engage-F3

보호된 프로퍼티들

프로퍼티 타입 설명
AllPortalsCheckBox global::System.Web.UI.WebControls.CheckBox
PublishResultsGrid global::System.Web.UI.WebControls.GridView
ReplacePublishButton global::System.Web.UI.WebControls.Button
ReplaceTextHtmlButton global::System.Web.UI.WebControls.Button
ReplacementPanel global::System.Web.UI.WebControls.Panel
ReplacementResultsLabel global::System.Web.UI.WebControls.Label
ReplacementTextBox global::System.Web.UI.WebControls.TextBox
ResultsGrid global::System.Web.UI.WebControls.GridView
SearchPublishButton global::System.Web.UI.WebControls.Button
SearchTextBox global::System.Web.UI.WebControls.TextBox
SearchTextHtmlButton global::System.Web.UI.WebControls.Button

보호된 메소드들

메소드 설명
BindPublishData ( string searchValue ) : void
BindTextHtmlData ( string searchValue ) : void
CleanupText ( string text, bool encodeText ) : string
GetPublishViewLink ( int itemId ) : string
GetTextHtmlModuleEditLink ( int moduleId, int tabId ) : string
OnInit ( EventArgs e ) : void

Raises the Control.Init event.

비공개 메소드들

메소드 설명
CreateHtmlTextController ( ) : IHtmlTextModuleController

Creates an instance of the HTML/Text module's controller.

CreateNewTextHtmlVersion ( string searchValue, string replacementValue, int moduleId, int tabId, int portalId, string content ) : void

Creates the new version of the Text/HTML content for the module with the given ID, with searchValue replaced by replacementValue.

Page_Load ( object sender, EventArgs e ) : void

Handles the Control.Load event of this control.

ReplacePublishButton_Click ( object sender, EventArgs e ) : void

Handles the Button.Click event of the ReplacePublishButton control.

ReplaceTextHtmlButton_Click ( object sender, EventArgs e ) : void

Handles the Button.Click event of the ReplaceTextHtmlButton control.

SearchPublishButton_Click ( object sender, EventArgs e ) : void

Handles the Button.Click event of the SearchPublishButton control.

SearchTextHtmlButton_Click ( object sender, EventArgs e ) : void

Handles the Button.Click event of the SearchTextHtmlButton control.

ShowResults ( bool showPublish ) : void

Shows the proper results grid and the ReplacementPanel, resetting its display and showing either the Text/HTML results and buttons.

메소드 상세

BindPublishData() 보호된 메소드

protected BindPublishData ( string searchValue ) : void
searchValue string
리턴 void

BindTextHtmlData() 보호된 메소드

protected BindTextHtmlData ( string searchValue ) : void
searchValue string
리턴 void

CleanupText() 보호된 정적인 메소드

protected static CleanupText ( string text, bool encodeText ) : string
text string
encodeText bool
리턴 string

GetPublishViewLink() 보호된 정적인 메소드

protected static GetPublishViewLink ( int itemId ) : string
itemId int
리턴 string

GetTextHtmlModuleEditLink() 보호된 정적인 메소드

protected static GetTextHtmlModuleEditLink ( int moduleId, int tabId ) : string
moduleId int
tabId int
리턴 string

OnInit() 보호된 메소드

Raises the Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
리턴 void

프로퍼티 상세

AllPortalsCheckBox 보호되어 있는 프로퍼티

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

PublishResultsGrid 보호되어 있는 프로퍼티

PublishResultsGrid control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.GridView PublishResultsGrid
리턴 global::System.Web.UI.WebControls.GridView

ReplacePublishButton 보호되어 있는 프로퍼티

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

ReplaceTextHtmlButton 보호되어 있는 프로퍼티

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

ReplacementPanel 보호되어 있는 프로퍼티

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

ReplacementResultsLabel 보호되어 있는 프로퍼티

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

ReplacementTextBox 보호되어 있는 프로퍼티

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

ResultsGrid 보호되어 있는 프로퍼티

ResultsGrid control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.GridView ResultsGrid
리턴 global::System.Web.UI.WebControls.GridView

SearchPublishButton 보호되어 있는 프로퍼티

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

SearchTextBox 보호되어 있는 프로퍼티

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

SearchTextHtmlButton 보호되어 있는 프로퍼티

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