Table of Contents

Class CodeEditorComponent

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

Represents a code editor (with syntax highlighting) component.

[ComponentAttribute(typeof(CodeEditorComponentAttribute))]
public sealed class CodeEditorComponent : FormComponent<CodeEditorProperties, CodeEditorClientProperties, string>, IFormComponent, IFormItem<IFormComponentClientProperties>, IFormItem
Inheritance
object
CodeEditorComponent
Implements
Inherited Members
Extension Methods

Fields

IDENTIFIER

Represents the CodeEditorComponent identifier.

public const string IDENTIFIER = "Kentico.Administration.CodeEditor"

Field Value

string

Properties

ClientComponentName

Name of the front-end type implementing the UI form component.

public override string ClientComponentName { get; }

Property Value

string

Methods

ConfigureClientProperties(CodeEditorClientProperties)

Configures the form component client properties.

protected override Task ConfigureClientProperties(CodeEditorClientProperties clientProperties)

Parameters

clientProperties CodeEditorClientProperties

The current instance of the form component client properties.

Returns

Task

Remarks

Override this method in order to configure form component client properties.