You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (JIRA)" <ji...@apache.org> on 2015/11/26 06:59:11 UTC

[jira] [Created] (ISIS-1265) Support "old-fashioned" WYSIWYG editor (rich text) for properties/parameters, eg using Summernote

Dan Haywood created ISIS-1265:
---------------------------------

             Summary: Support "old-fashioned" WYSIWYG editor (rich text) for properties/parameters, eg using Summernote
                 Key: ISIS-1265
                 URL: https://issues.apache.org/jira/browse/ISIS-1265
             Project: Isis
          Issue Type: New Feature
          Components: Core
    Affects Versions: 1.10.0
            Reporter: Dan Haywood
            Assignee: Dan Haywood
            Priority: Minor
             Fix For: 1.12.0


background thread to this:
http://markmail.org/message/qsp3nhaxu7c7g4s7

In terms of technology, can leverage Wicket-Bootstrap's integration with Summernote could be a good basis:
https://github.com/summernote/summernote
Demo: http://wb-mgrigorov.rhcloud.com/summernote
Demo code:
https://github.com/l0rdn1kk0n/wicket-bootstrap/blob/master/bootstrap-samples/src/main/java/de/agilecoders/wicket/samples/pages/SummernotePage.java

In terms of programming model, either introduce a new value type similar to Blob and Clob (eg RichText) or alternatively extend @Property and @Parameter.

I think I prefer a new value type, and just "bake it in".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)