51cf9f97405eaf9cb5971e87b710f2b740af4083
[ccsdk/cds.git] /
1 <ul class="defintionsNote">
2     <li><b>To add new dsl_definitions: </b></li>
3     <li>1. Use Copy and paste option or</li>
4     <li>2. Write them manually in the editor below</li>
5 </ul>
6 <ace-editor [(text)]="dslDefinition.content" [mode]="'javascript'" [autoUpdateContent]="true"
7     [durationBeforeCallback]="1000" (textChanged)="textChanged($event)" [theme]="'eclipse'" #editor style="height:340px;">
8 </ace-editor>
9
10 <!-- <app-source-editor [lang]="'javascript'" (textChanged)="textChanged($event)" [(text)]="dslDefinition.content"></app-source-editor> -->