Skip to content

kaosko/tapestry5-ckeditor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plannow Technologies

Tapestry 5 CKEditor Contribution

This implementation is based on CKEditor.

ckeditor mixin

This contribution provides the following feature:

  • Mixin:
    • CKEditor

Sample usage

<t:textArea t:mixins="pn/CKEditor" value="prop:value" parameters="{'toolbar': 'Basic'}" />
<t:textArea t:mixins="pn/CKEditor" value="prop:value" parameters="{'toolbar': 'Full'}" />
  • Note: the value of the parameters attribute is passed to CKEditor's replace method.

Copyright and license

Plannow Technologies Tapestry5 CkEditor Project - Copyright 2011 Plannow Technologies, Inc, licensed under the Apache License version 2.0 as published by the Apache Software Foundation.

About

Tapestry5 CkEditor integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 52.5%
  • JavaScript 32.3%
  • Groovy 15.2%