Table of Contents

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 string

The 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

snippet string

The code snippet for the editor

docHtml string

The HTML documentation content

Properties

ClassExt

Gets or sets the class extension.

public string ClassExt { get; set; }

Property Value

string

DocContentHtml

Gets or sets the HTML documentation content.

public string DocContentHtml { get; set; }

Property Value

string

Snippet

Gets or sets the code snippet for the editor.

public string Snippet { get; set; }

Property Value

string