2 Replies Latest reply on May 2, 2012 3:11 AM by jonasrosenqvist

    API for the JBoss HTML-wysiwyg?

    jonasrosenqvist

      I'm looking into the possibility of using an existing eclipse plugin for a basic wysiwyg plugin I'm trying to make, and was wondering if JBoss could be used for this. The pages i want to generate have pretty limited functionality; basically text, images, hyperlinks and tables. So what I'm looking for is an API that allows me to create, render and move these objets. I've been looking into graphical editors such as GEF, but one of the major problems there is that I have no idea on how to make the text selectable and editable, and also the ability to move a graphical item to an arbtrary location is a bit problematic, it should only allow movement that can be generated with sensible HTML code.

      Is there support for this i JBoss?