src/smart-developer-tools/abl-dojo/abl-editor/abl-editor.component.ts
| selector | abl-editor |
| styleUrls | ./abl-editor.component.css |
| templateUrl | ./abl-editor.component.html |
Properties |
Methods |
|
Inputs |
Outputs |
constructor()
|
| ablSource |
Type : string
|
| ablSourceChange |
Type : EventEmitter
|
| ctrlXPressed |
Type : EventEmitter
|
| Public ablSourceChanged |
ablSourceChanged()
|
|
Returns :
void
|
| editor |
Decorators :
@ViewChild('editor', {static: true})
|
<ace-editor
[(text)]="ablSource" (textChanged)="ablSourceChanged()"
[mode]="'openedge'"
#editor
style="height:100%; width:100%;">
</ace-editor>
./abl-editor.component.css