Update jscript authored by Markus Krug's avatar Markus Krug
......@@ -5,3 +5,13 @@ First of all - eclipse SWT is great for this. You can evoke javascript functions
## Preliminaries
Assuming you read [ATHEN - correctly write your own view](athen---how-to-correctly-write-your-own-view). This tutorial shows how to write the UI of your View using Web Technologies.
So you should have your own project with a class the represents a RCP part. In this tutorial we rebuilt the UI of the coreference view using Web-technologies.
## Goal
The goal is to create the CorefView, a view with the purpose to quickly annotate character references and their corresponding cluster-ID.
The final result should look like this:
<img src="/uploads/fe1a1897b773194d50daad49cb3eedf2/corefViewOpened.PNG" alt="MVC of the editor and the views" style="width: 640px;" style="height: 480px;" align="middle"/>
But of course we want to use Web technologies instead of SWT widgets. During this tutorial i am making use of the famous Bootstrap framework for styling your UI Elements.
\ No newline at end of file