Table of Contents

Class CodeEditor

Namespace
Dynamicweb.CoreUI.Editors.Inputs
Assembly
Dynamicweb.CoreUI.dll
public class CodeEditor : EditorBase<string>
Inheritance
CodeEditor
Inherited Members
Extension Methods

Properties

CodeLanguage

public string CodeLanguage { get; set; }

Property Value

string

FilePath

Gets or sets the file path relative to /Files folder.

public string FilePath { get; set; }

Property Value

string

ViewHeight

public int ViewHeight { get; set; }

Property Value

int
To top