use of com.evolveum.midpoint.web.component.AceEditor in project midpoint by Evolveum.
the class AceEditorDialog method createAceEditor.
private AceEditor createAceEditor() {
AceEditor acePanel = new AceEditor(ID_RESULT, xmlModel);
acePanel.setReadonly(true);
acePanel.setMinHeight(500);
return acePanel;
}
Aggregations