Hello everyone :) I want to use the textEditor element which is provided by PrimeFaces, but it us supported after version 6.0.6 of PrimeFaces. My current version in Axon Ivy is 5.3, how can I upgrade PrimeFaces version in Axon Ivy or is there other way to achieve the functionality of te textEditor element?

asked 23.02.2017 at 10:01

tano9321's gravatar image

tano9321
(suspended)
accept rate: 0%


Primeface are part of the Axon.ivy Engine as ui technology. You must replace the libraries in the directory webapps/ivy/WEB-INF/lib. That means that this change affects each deployed project in the engine. Furthermore this is also not tested from us.

But we deliver primefaces-extension. There you have the ckeditor-extension, which you can use as follows:

<pe:ckEditor id="editor" value="This is some text!" />

Here is a showcase of the primeface ckeditor: http://www.primefaces.org/showcase-ext/sections/ckEditor/basicUsage.jsf

link

answered 03.03.2017 at 10:35

Alex%20Suter's gravatar image

Alex Suter ♦♦
3.1k122247
accept rate: 84%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×35

Asked: 23.02.2017 at 10:01

Seen: 2,137 times

Last updated: 03.03.2017 at 10:35