TextComparison Class |
Namespace: CMS.Base.Web.UI
public class TextComparison : CMSWebControl, INamingContainer
The TextComparison type exposes the following members.
Name | Description | |
---|---|---|
TextComparison |
Name | Description | |
---|---|---|
AddedToDestinationStyle |
CSS class used for styling of text added to destination.
| |
BalanceContent |
If true, the resulting content is balance to include the same content on both sides.
| |
ComparisonMode |
Indicates if whole source text will be compared including HTML.
| |
ConsiderHTMLTagsEqual |
If true, the found HTML tags are considered equal in ignore mode.
| |
DestinationDiffList |
DiffList for destination text.
| |
DestinationText |
Destination string for diff comparison.
| |
EnsureHTMLLineEndings |
Indicates if whole source text will be compared including HTML.
| |
HTMLMarkupStyle |
CSS class used for styling of HTML code in text.
| |
HTMLNotIncludedStyle |
CSS class used for styling of not included HTML.
| |
IgnoreHTMLTags |
If true, the HTML tags are ignored in comparison but produced in resulting text in their original version.
| |
IsLiveSite |
Indicates if control is used on live site.
(Inherited from CMSWebControl.) | |
MatchedStyle |
CSS class used for styling of matched text.
| |
NotIncludedStyle |
CSS class used for styling of not included text.
| |
PairedControl |
PairedControl.
| |
PairedControlID |
ID of paired control.
| |
RemovedFromSourceStyle |
CSS class used for styling of text removed from source.
| |
RenderingMode |
Switch between rendering source text and destination text.
| |
ShortID |
Short ID of the control.
(Inherited from CMSWebControl.) | |
SourceDiffList |
DiffList for source text.
| |
SourceText |
Source string for diff comparison.
| |
StopProcessing |
Indicates if controls should stop processing.
| |
SynchronizedScrolling |
Destination string for diff comparison.
|
Name | Description | |
---|---|---|
CreateChildControls |
Creates child controls.
(Overrides ControlCreateChildControls.) | |
OnInit |
Init event handler.
(Inherited from CMSWebControl.) | |
OnLoad |
Load event handler.
(Overrides ControlOnLoad(EventArgs).) | |
OnPreRender |
Sets paired control diff lists.
(Overrides ControlOnPreRender(EventArgs).) | |
Render |
Renders the control.
(Overrides WebControlRender(HtmlTextWriter).) | |
RenderContents |
Render control content.
(Overrides WebControlRenderContents(HtmlTextWriter).) |
Name | Description | |
---|---|---|
AddCssClass |
Adds CSS class to control. If class is already present, than adding is skipped. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
CallHandled |
Calls the method handled by the exception handler. If the call doesn't succeed, the problem is reported through parent IExceptionHandler control instead of throwing unhandled exception for the entire page.
Returns true, if the call succeeded, otherwise returns false.
(Defined by ControlsExtensions.) | |
GetCssClasses |
Returns all CSS classes of control.
(Defined by ControlsExtensions.) | |
GetRenderedHTML |
Returns HTML which would be rendered by control to page.
(Defined by ControlsExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by ControlsExtensions.) | |
HasCssClass |
Checks whether the control has given CSS class. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
RemoveCssClass |
Removes all occurrences. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
SetCssClasses |
Sets CSS classes to the control. Current classes will be overridden.
(Defined by ControlsExtensions.) |