Skip to content

plannowtech/tapestry5-ckeditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 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.