File

src/smart-developer-tools/abl-dojo/abl-editor/abl-editor.component.ts

Implements

OnInit AfterViewInit

Metadata

selector abl-editor
styleUrls ./abl-editor.component.css
templateUrl ./abl-editor.component.html

Index

Properties
Methods
Inputs
Outputs

Constructor

constructor()

Inputs

ablSource
Type : string

Outputs

ablSourceChange
Type : EventEmitter
ctrlXPressed
Type : EventEmitter

Methods

Public ablSourceChanged
ablSourceChanged()
Returns : void

Properties

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

Legend
Html element
Component
Html element with directive

result-matching ""

    No results matching ""