RichHtmlField.PopupEditorMode property

Gets or sets a flag that determines whether to use the editor inline or open it in a pop-up window.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Property PopupEditorMode As Boolean
    Get
    Set
'Usage
Dim instance As RichHtmlField
Dim value As Boolean

value = instance.PopupEditorMode

instance.PopupEditorMode = value
[BrowsableAttribute(true)]
public bool PopupEditorMode { get; set; }

Property value

Type: System.Boolean
A flag that determines whether to use the editor inline or open it in a pop-up window.

See also

Reference

RichHtmlField class

RichHtmlField members

Microsoft.SharePoint.Publishing.WebControls namespace

RichHtmlField