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
FilePath
Gets or sets the file path relative to /Files folder.
public string FilePath { get; set; }
Property Value
ViewHeight
public int ViewHeight { get; set; }