AceEditorWidget

Content Type: Widget
Categories: Data

Overview

This widget embeds the JavaScript AceEditor into your app. Please see: https://ace.c9.io/

Documentation

Description
This widget embeds the JavaScript AceEditor into your app. 
Please see: https://ace.c9.io/ for further details

Typical usage scenario
While entering example messages, e.g. SOAP webservices, you normally have to copy paste your xml content from your local editor into your text field. With this widget you can directly type your xml or json into the editor widget and benefit from eth editor's features like syntax highlighting and autocompletion.

Features and limitations
- Syntax-Highlighting
- Theme selection
- Autocompletion feature
- SnippetSupport (with the restriction of the standard snippets provided by the vendor)

For futher limitation please visit https://ace.c9.io/


Frequently Asked Questions
Q: How can you change the theme of the editor?
A: You have to type the name of the theme into the property field of the widget, there is no selection box available. The theming codes can be found on https://ace.c9.io/

Q: How can you change the syntax highlighting settings?
A: Do change this setting, please type a valid schema name into the widget's property field. The possible highlighting schemas can be found on https://ace.c9.io/

Releases

Version: 1.0.0
Framework Version: 7.16.0
Release Notes: This widget embed the well-known AceEditor into your app.