메소드 | 설명 | |
---|---|---|
AceEditor ( ) : System |
Constructor for a new instance of the AceEditor class
|
|
AceEditor ( AceEditor_Mode Mode ) : System |
Constructor for a new instance of the AceEditor class
|
|
Add_To_Stream ( |
Add the Ace editor and all the necessary html/javascript to enable an Ace editor here on the page
|
|
Add_To_Stream ( |
Add the Ace editor and all the necessary html/javascript to enable an Ace editor here on the page
|
public AceEditor ( AceEditor_Mode Mode ) : System | ||
Mode | AceEditor_Mode | Current mode for this editor ( i.e., CSS, Javascript, or HTML editing ) |
리턴 | System |
public Add_To_Stream ( |
||
Output | Writer to write to the stream | |
Contents | string | |
리턴 | void |
public Add_To_Stream ( |
||
Output | Writer to write to the stream | |
Contents | string | |
Include_Script_Reference | bool | Flag indicates if the Ace script reference should be /// added to the output stream here (might not if there are multiple AceEditor areas on the same page ) |
리턴 | void |