프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
ParametricSearchPortlet ( ) : System |
메소드 | 설명 | |
---|---|---|
CreateChildControls ( ) : void |
Creates the child controls. Parents logic moved to OnPreRender(). It renders input renderer.
|
|
GetQueryFilter ( ) : string | ||
OnPreRender ( |
Raises the E:System.Web.UI.Control.PreRender event. Parents CreateChildControls() logic moved here for processing data of input renderer.
|
|
Render ( System.Web.UI.HtmlTextWriter writer ) : void |
Renders the specified writer. It renders input renderer in case of Xslt rendering.
|
|
RenderWithXslt ( System.Web.UI.HtmlTextWriter writer ) : void | ||
ReplaceTemplateWildCards ( string pattern, string userPattern, string template ) : string |
Replaces the template wild cards. For example: If template contains %wildcard% and input renderer contains a textbox with 'wildcard' ID then %wildcard% will changed to Text property of corresponding textbox.
|
protected OnPreRender ( |
||
e | An |
|
리턴 | void |
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | The writer. |
리턴 | void |
protected RenderWithXslt ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | |
리턴 | void |
protected ReplaceTemplateWildCards ( string pattern, string userPattern, string template ) : string | ||
pattern | string | The pattern which determines changing logic. |
userPattern | string | |
template | string | The template. |
리턴 | string |