Show / Hide Table of Contents

Class SoPlainLabel

Inheritance
Object
ControlBase
SoPlainLabel
SoLabel
Implements
IControl
ILayout
IHasSchema
INamingContainer
Inherited Members
ControlBase.GetSafeId(String)
ControlBase.RegisterSoIdAttribute(AttributeCollection)
ControlBase.RegisterSoIdAttribute(AttributeCollection, String)
ControlBase.RegisterSoIdAttribute(HtmlTextWriter)
ControlBase.RegisterSoIdAttribute(HtmlTextWriter, String)
ControlBase.RegisterSoIdAttribute(HtmlTextWriter, String, Boolean)
ControlBase.SetVisibility(CssStyleCollection)
ControlBase.SetVisibility(HtmlTextWriter)
ControlBase.SetIfFound(XmlNode, String, Expression<Func<String>>)
ControlBase.AutoSetIfFound(XmlNode, Expression<Func<String>>[])
ControlBase.AssignProperty(XmlNode, PropertyInfo)
ControlBase.DataBind()
ControlBase.SetReadOnly(Boolean)
ControlBase.UpdateDataSource()
ControlBase.BeforeDataBind()
ControlBase.Validate()
ControlBase.OnGetStringValue(Type, Object, String)
ControlBase.OnGetTypedValue(Type, String, Object)
ControlBase.ID
ControlBase.LabelContainer
ControlBase.MenuClientID
ControlBase.MenuObject
ControlBase.AjaxHelper
ControlBase.DataSource
ControlBase.DataRight
ControlBase.TableRightName
ControlBase.TableRightNameBinding
ControlBase.FieldRight
ControlBase.TableRight
ControlBase.FieldLength
ControlBase.CssClass
ControlBase.EditMode
ControlBase.ForcedMode
ControlBase.ReadOnly
ControlBase.Disabled
ControlBase.Caption
ControlBase.CaptionBinding
ControlBase.Tooltip
ControlBase.TooltipBinding
ControlBase.DataSourceName
ControlBase.ContextStyle
ControlBase.DisplayAccessKey
ControlBase.IsValid
ControlBase.Validations
ControlBase.MandatoryValidatorName
ControlBase.ForcedDisabled
ControlBase.BackgroundColor
ControlBase.LayoutPosition
ControlBase.Position
ControlBase.Top
ControlBase.Left
ControlBase.Right
ControlBase.Bottom
ControlBase.Width
ControlBase.Height
ControlBase.ZIndex
ControlBase.Overflow
ControlBase.Column
ControlBase.Row
ControlBase.RowSpan
ControlBase.ColSpan
ControlBase.Align
ControlBase.Visibility
ControlBase.ConfigurationSchema
ControlBase.VisibilityBinding
ControlBase.DatabindingMode
Namespace: SuperOffice.CRM.Web.UI.Controls
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class SoPlainLabel : ControlBase, IControl, ILayout, IDatabindingMode, IHasSchema, INamingContainer

Constructors

SoPlainLabel()

Declaration
public SoPlainLabel()

Fields

_cssClass

Declaration
protected string _cssClass
Field Value
Type Description
String

_inline

Declaration
protected bool _inline
Field Value
Type Description
Boolean

_label

Declaration
protected Label _label
Field Value
Type Description
Label

_labelpanel

Declaration
protected Panel _labelpanel
Field Value
Type Description
Panel

_multiLine

Declaration
protected bool _multiLine
Field Value
Type Description
Boolean

_nowrap

Declaration
protected bool _nowrap
Field Value
Type Description
Boolean

_trailingColon

Declaration
protected bool _trailingColon
Field Value
Type Description
Boolean

Properties

Attributes

Declaration
public AttributeCollection Attributes { get; }
Property Value
Type Description
AttributeCollection

ClientID

Declaration
public override string ClientID { get; }
Property Value
Type Description
String
Overrides
ControlBase.ClientID

Inline

Declaration
public bool Inline { get; set; }
Property Value
Type Description
Boolean

MultiLine

Declaration
public bool MultiLine { get; set; }
Property Value
Type Description
Boolean

Nowrap

Declaration
public bool Nowrap { get; set; }
Property Value
Type Description
Boolean

Text

Declaration
public string Text { get; set; }
Property Value
Type Description
String

TrailingColon

Declaration
public bool TrailingColon { get; set; }
Property Value
Type Description
Boolean

Methods

Initialize(XmlNode, String)

Declaration
public override void Initialize(XmlNode config, string id)
Parameters
Type Name Description
XmlNode config
String id
Overrides
ControlBase.Initialize(XmlNode, String)

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
EventArgs e

Page_PreRender(Object, EventArgs)

Declaration
protected virtual void Page_PreRender(object sender, EventArgs e)
Parameters
Type Name Description
Object sender
EventArgs e

Render(HtmlTextWriter)

Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type Name Description
HtmlTextWriter writer
Overrides
ControlBase.Render(HtmlTextWriter)

SetDefaultTrailingColon()

Declaration
protected virtual void SetDefaultTrailingColon()

SetLabelStyle()

Declaration
protected virtual void SetLabelStyle()

SetPositionAndDimensions()

Declaration
protected virtual void SetPositionAndDimensions()

Implements

IControl
ILayout
IHasSchema
System.Web.UI.INamingContainer
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top