Class JsAceAttribute
- Namespace
- Hi.ScriptApiUtils
- Assembly
- HiGeom.dll
Attribute for JavaScript Ace editor integration.
public class JsAceAttribute : Attribute
- Inheritance
-
JsAceAttribute
- Inherited Members
- Extension Methods
Constructors
JsAceAttribute()
Initializes a new instance of the JsAceAttribute class.
public JsAceAttribute()
JsAceAttribute(string)
Initializes a new instance of the JsAceAttribute class with a specified snippet.
public JsAceAttribute(string snippet)
Parameters
snippet
stringThe code snippet for the editor
JsAceAttribute(string, string)
Initializes a new instance of the JsAceAttribute class with a specified snippet and documentation.
public JsAceAttribute(string snippet, string docHtml)
Parameters
Properties
ClassExt
Gets or sets the class extension.
public string ClassExt { get; set; }
Property Value
DocContentHtml
Gets or sets the HTML documentation content.
public string DocContentHtml { get; set; }
Property Value
Snippet
Gets or sets the code snippet for the editor.
public string Snippet { get; set; }