/primefaces-extensions

PrimeFaces Extensions

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Maven License Join the chat at https://gitter.im/primefaces-extensions/primefaces-extensions Build Status Bugs Vulnerabilities Stackoverflow

PrimeFaces Extensions

This is an overview page, please visit primefaces-extensions.github.io for more information.

PrimeFaces Extensions Logo

Maven
<dependency>
    <groupId>org.primefaces.extensions</groupId>
    <artifactId>primefaces-extensions</artifactId>
    <version>8.0.4</version>
</dependency>
<dependency>
    <groupId>org.primefaces.extensions</groupId>
    <artifactId>resources-ckeditor</artifactId>
    <version>8.0.4</version>
</dependency>
Namespaces

The PrimeFaces Extensions namespace is necessary to add PrimeFaces Extensions components to your pages.

xmlns:pe="http://primefaces.org/ui/extensions"

Getting Started


Please refer to the Getting Started Guide to see what you need to get started and any optional libraries.

Demo


Please refer to the Showcase submodule in order to see the full usage of the components. Simply do the following to run the Showcase:

cd showcase
mvn clean jetty:run

Then open your web browser to http://localhost:8080/primeext-showcase/

Issues


Please report all issues here.

Releasing


  • Run mvn versions:set -DnewVersion=8.0.2 to update all modules versions
  • Commit and push the changes to GitHub
  • In GitHub create a new Release titled 8.0.2 to tag this release
  • Run mvn clean deploy -Prelease to push to Maven Central

Licenses


Extensions

Licensed under the Apache-2.0 license.

SPDX-License-Identifier: Apache-2.0

CKEditor (IMPORTANT!!!)

Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
For licensing see: https://ckeditor.com/legal/ckeditor-oss-license