RichHtmlField Members (Microsoft.SharePoint.Publishing.WebControls)

Field control used to edit data in the HtmlField type fields.

The following tables list the members exposed by the RichHtmlField type.

Public Constructors

  Name Description
Public method RichHtmlField Constructs a new default instance of the RichHtmlField control object.
Top
Protected Fields

  Name Description
Protected field Static strShowSearchFormKey  (inherited from SPControl)
Top
Public Properties

(see also Protected Properties )
  Name Description
Public property AllowExternalUrls Gets or sets the constraint that allows external URLs in the HTML when validating the value in this RichHtmlField object.
Public property AllowFonts Gets or sets the constraint that allows font element tags to be added to the HTML.
Public property AllowHeadings Gets or sets the constraint that allows heading tags to be added to the HTML.
Public property AllowHtmlSourceEditing Determines whether you can switch the HtmlEditor object into a mode where the HTML can be edited directly.
Public property AllowHyperlinks Gets or sets the constraint that allows hyperlinks to be added to the HTML.
Public property AllowImages Gets or sets the constraint that allows image tags to be added to the HTML.
Public property AllowLists Gets or sets the constraint that allows list tags to be added to the HTML.
Public property AllowReusableContent Gets or sets the flag that enables the reusable content picker button when editing this field.
Public property AllowTables Gets or sets the constraint that allows table handling tags to be added to the HTML.
Public property AllowTextMarkup Gets or sets the constraint that allows explicit text markup tags, such as bold and italic, to be added to the HTML.
Public property AlternateTemplate  (inherited from TemplateBasedControl)
Public property AlternateTemplateName  (inherited from TemplateBasedControl)
Public property AppRelativeTemplateSourceDirectory  (inherited from Control)
Public property BindingContainer  (inherited from Control)
Public property ClientID  (inherited from Control)
Public property ControlMode  (inherited from FormComponent)
Public property Controls  (inherited from TemplateBasedControl)
Public property CssClass  (inherited from BaseFieldControl)
Public property CustomAlternateTemplate  (inherited from TemplateBasedControl)
Public property CustomTemplate  (inherited from TemplateBasedControl)
Public property DefaultAssetImageLocation Gets or sets the URL to a location in this site collection that will be added to the top of the "Look In" section of the picker dialog box when selecting an image source URL.
Public property DefaultAssetLocation  This member is reserved for internal use and is not intended to be used directly from your code.(inherited from BaseRichField)
Public property DisableBasicFormattingButtons Determines whether basic formatting buttons are enabled or disabled.
Public property DisableCustomStyles Determines whether custom styles are enabled or disabled.
Public property DisableInputFieldLabel  (inherited from BaseFieldControl)
Public property DisplaySize  (inherited from FieldMetadata)
Public property DisplayTemplate  (inherited from BaseFieldControl)
Public property DisplayTemplateName  (inherited from BaseFieldControl)
Public property EditorBackgroundColor The HTML Editor control's editing mode background color.
Public property EnableExtensions Determines whether extensions are enabled for this RichHtmlField object.
Public property EnableTheming  (inherited from Control)
Public property EnableViewState  (inherited from Control)
Public property ErrorMessage  (inherited from BaseFieldControl)
Public property Field  (inherited from FieldMetadata)
Public property FieldName  (inherited from FieldMetadata)
Public property Fields  (inherited from FormComponent)
Public property Html Current HTML value in the edit control of the field control.
Public property ID  (inherited from Control)
Public property InDesign  (inherited from SPControl)
Public property InputFieldLabel  (inherited from BaseFieldControl)
Public property IsValid  (inherited from BaseFieldControl)
Public property Item  (inherited from FormComponent)
Public property ItemContext  (inherited from FormComponent)
Public property ItemFieldValue  (inherited from BaseFieldControl)
Public property ItemId  (inherited from FormComponent)
Public property List  (inherited from FormComponent)
Public property ListId  (inherited from FormComponent)
Public property ListItem  (inherited from FormComponent)
Public property ListItemFieldValue  (inherited from BaseFieldControl)
Public property NamingContainer  (inherited from Control)
Public property Page  (inherited from Control)
Public property PageUri  (inherited from SPControl)
Public property Parent  (inherited from Control)
Public property PopupEditorMode Gets or sets a flag that determines whether to use the editor inline or open it in a pop-up window.
Public property PrefixStyleSheet HtmlEditor style sheet prefix.
Public property PreviewValueSize Gets or sets the size of the preview value that is used for this field.
Public property RecurrenceID  (inherited from FormComponent)
Public property RedirectUrl  (inherited from FormComponent)
Public property RenderContext  (inherited from TemplateBasedControl)
Public property Site  (inherited from Control)
Public property SkinID  (inherited from Control)
Public property TabIndex  (inherited from BaseFieldControl)
Public property Template  (inherited from TemplateBasedControl)
Public property TemplateContainer  (inherited from TemplateBasedControl)
Public property TemplateControl  (inherited from Control)
Public property TemplateName  (inherited from TemplateBasedControl)
Public property TemplateSourceDirectory  (inherited from Control)
Public property UniqueID  (inherited from Control)
Public property Value Overridden. Current string value of the HTML in this field control in Edit mode.
Public property Visible  (inherited from BaseFieldControl)
Public property Web  (inherited from TemplateBasedControl)
Top
Protected Properties

  Name Description
Protected property Adapter  (inherited from Control)
Protected property AllowFirstFocus  (inherited from BaseFieldControl)
Protected property CanCacheRenderedFieldValue  (inherited from BaseFieldControl)
Protected property ChildControlsCreated  (inherited from Control)
Protected property ChildHtmlEditor The HtmlEditor control used in ControlMode.Edit that allows users to edit the content of this control.
Protected property ClientIDSeparator  (inherited from Control)
Protected property Context  (inherited from Control)
Protected property ControlTemplate  (inherited from TemplateBasedControl)
Protected property DefaultAlternateTemplateName  (inherited from TemplateBasedControl)
Protected property DefaultTemplateName Overridden. Default template name for this control.
Protected property DesignMode  (inherited from Control)
Protected property Events  (inherited from Control)
Protected property ExpectedEditControlClassType Overridden. Expected class of the child control used in Edit mode with this field control.
Protected property ExpectedSPFieldClassType Overridden. Expected subclass of the SPField object in the SPListItem object for the FieldName
Protected property HasChildViewState  (inherited from Control)
Protected property HasPostBackEditData  (inherited from BaseFieldControl)
Protected property IdSeparator  (inherited from Control)
Protected property IsChildControlStateCleared  (inherited from Control)
Protected property IsFieldValueCached  (inherited from BaseFieldControl)
Protected property IsTrackingViewState  (inherited from Control)
Protected property IsViewStateEnabled  (inherited from Control)
Protected property LoadViewStateByID  (inherited from Control)
Protected property PreviousControlMode  (inherited from BaseFieldControl)
Protected property TemplateOverride  (inherited from TemplateBasedControl)
Protected property ViewState  (inherited from Control)
Protected property ViewStateIgnoresCase  (inherited from Control)
Top
Public Methods

(see also Protected Methods )
  Name Description
Public method ApplyStyleSheetSkin  (inherited from Control)
Public method DataBind  Overloaded. (inherited from Control)
Public method Dispose  (inherited from Control)
Public method Equals  Overloaded. (inherited from Object)
Public method FindControl  Overloaded. (inherited from Control)
Public method Focus  (inherited from BaseFieldControl)
Public method Static GetContextModule  (inherited from SPControl)
Public method Static GetContextSite  (inherited from SPControl)
Public method Static GetContextWeb  (inherited from SPControl)
Public method Static GetContextWebApplication  (inherited from SPControl)
Public method GetDesignTimeHtml  (inherited from SPControl)
Public method GetHashCode  (inherited from Object)
Public method Static GetParentTemplateBasedControl  (inherited from TemplateBasedControl)
Public method GetType  (inherited from Object)
Public method HasControls  (inherited from Control)
Public method Static IsAccessibilityMode  (inherited from SPControl)
Public method Static ReferenceEquals  (inherited from Object)
Public method RenderControl  Overloaded. (inherited from Control)
Public method ResolveClientUrl  (inherited from Control)
Public method ResolveUrl  (inherited from Control)
Public method Static SetContextSite  (inherited from SPControl)
Public method Static SetContextWeb  (inherited from SPControl)
Public method Static SetQueryStringParameters  (inherited from SPControl)
Public method SetRenderMethodDelegate  (inherited from Control)
Public method ToString  (inherited from Object)
Public method UpdateFieldValueInItem Overridden. Overridden to handle additional tracking properties.
Public method Validate Overridden. Validate the content posted to this control.
Top
Protected Methods

  Name Description
Protected method AddedControl  (inherited from Control)
Protected method AddParsedSubObject  (inherited from Control)
Protected method BuildProfileTree  (inherited from Control)
Protected method ClearChildControlState  (inherited from Control)
Protected method ClearChildState  (inherited from Control)
Protected method ClearChildViewState  (inherited from Control)
Protected method CreateChildControls  This member is reserved for internal use and is not intended to be used directly from your code.(inherited from BaseRichField)
Protected method CreateControlCollection  (inherited from Control)
Protected method DataBind  Overloaded. (inherited from Control)
Protected method DataBindChildren  (inherited from Control)
Protected method EnsureChildControls  (inherited from Control)
Protected method EnsureID  (inherited from Control)
Protected method Finalize  (inherited from Object)
Protected method FindControl  Overloaded. (inherited from Control)
Protected method GetDesignModeState  (inherited from Control)
Protected method HasEvents  (inherited from Control)
Protected method IsLiteralContent  (inherited from Control)
Protected method LoadControlState  (inherited from Control)
Protected method LoadViewState  (inherited from Control)
Protected method MapPathSecure  (inherited from Control)
Protected method MemberwiseClone  (inherited from Object)
Protected method OnBubbleEvent  (inherited from Control)
Protected method OnDataBinding  (inherited from Control)
Protected method OnInit Overridden. Overridden.
Protected method OnLoad Overridden. Overridden.
Protected method OnPreRender Overridden. Overridden.
Protected method OnUnload  (inherited from Control)
Protected method OpenFile  (inherited from Control)
Protected method PopulateEditControlFields Overridden. Populate the properties of the child edit control based on properties of this control.
Protected method RaiseBubbleEvent  (inherited from Control)
Protected method RegisterFieldControl  (inherited from BaseFieldControl)
Protected method RemovedControl  (inherited from Control)
Protected method Render  (inherited from BaseRichField)
Protected method RenderChildren  (inherited from Control)
Protected method RenderControl  Overloaded. (inherited from Control)
Protected method RenderFieldForDisplay Overridden. Override to allow render pattern to show a short message and to allow the field control to show the full HTML value.
Protected method RenderFieldForInput  (inherited from BaseFieldControl)
Protected method RenderValidationMessage  (inherited from BaseFieldControl)
Protected method ResolveAdapter  (inherited from Control)
Protected method SaveControlState  (inherited from Control)
Protected method SaveViewState  (inherited from Control)
Protected method SetDesignModeState  (inherited from Control)
Protected method TrackViewState  (inherited from Control)
Top
Public Events

  Name Description
Public event DataBinding  (inherited from Control)
Public event Disposed  (inherited from Control)
Public event Init  (inherited from Control)
Public event Load  (inherited from Control)
Public event PreRender  (inherited from Control)
Public event Unload  (inherited from Control)
Top
Explicit Interface Implementations

  Name Description
Explicit interface implementation Method Microsoft.SharePoint.WebControls.IDesignerEventAccessor.OnDesignerLoad  (inherited from SPControl)
Explicit interface implementation Method Microsoft.SharePoint.WebControls.IDesignerEventAccessor.OnDesignerPreRender  (inherited from SPControl)
Explicit interface implementation Method System.Web.UI.IControlDesignerAccessor.GetDesignModeState  (inherited from Control)
Explicit interface implementation Method System.Web.UI.IControlDesignerAccessor.SetDesignModeState  (inherited from Control)
Explicit interface implementation Method System.Web.UI.IControlDesignerAccessor.SetOwnerControl  (inherited from Control)
Explicit interface implementation Method System.Web.UI.IParserAccessor.AddParsedSubObject  (inherited from Control)
Explicit interface implementation Property System.Web.UI.IControlBuilderAccessor.ControlBuilder  (inherited from Control)
Explicit interface implementation Property System.Web.UI.IControlDesignerAccessor.UserData  (inherited from Control)
Explicit interface implementation Property System.Web.UI.IDataBindingsAccessor.DataBindings  (inherited from Control)
Explicit interface implementation Property System.Web.UI.IDataBindingsAccessor.HasDataBindings  (inherited from Control)
Explicit interface implementation Property System.Web.UI.IExpressionsAccessor.Expressions  (inherited from Control)
Explicit interface implementation Property System.Web.UI.IExpressionsAccessor.HasExpressions  (inherited from Control)
Top
See Also

Tags :


Page view tracker