af:codeEditor - ADF Faces Component for Displaying XML, Groovy, JavaScript and Text
I'm not really sure how many of you have noticed af:codeEditor component that comes with ADF Faces. If you have note, see this demo: http://jdevadf.oracle.com/adf-richclient-demo/faces/components/codeEditor.jspx
This UI component allows you to view or edit content or program code in text, xml, javascript or groovy at run time. It has also support for adding content validations. See the sample in Oracle ADF Faces Components Demo source ( see codeEditorMessaging.jspx and DemoCodeEditorMessagingBean.java ) which can be downloaded from here:
http://www.oracle.com/technetwork/developer-tools/adf/downloads/index.html
This UI component allows you to view or edit content or program code in text, xml, javascript or groovy at run time. It has also support for adding content validations. See the sample in Oracle ADF Faces Components Demo source ( see codeEditorMessaging.jspx and DemoCodeEditorMessagingBean.java ) which can be downloaded from here:
http://www.oracle.com/technetwork/developer-tools/adf/downloads/index.html
It's CodeMirror (http://codemirror.net/)
ReplyDeletebut ADF has limited it to only 4 languages.