codemirror-with-autocomplete
Reactive icon

CodeMirror with Autocomplete

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 28 May 2024
 by 
0.0
 (0 ratings)
codemirror-with-autocomplete

CodeMirror with Autocomplete

Documentation
1.0.0

Open the dependency manager and add the following dependencies:


Add the component in the desired element structure:


Setup is simple. The event and all properties are optional:


Properties:

* InitialCode: starts the component with some code/expression

* AutocompleteItems: represents a list of items that will appear for the autocomplete functionality

* ButtonLabel: will be the label that will appear for the button

* ButtomExtendedClass: CSS for the button


Event:

* GetText: event that returns the code/expression