Tapestry 5 CKEditor Contribution
This implementation is based on CKEditor.
This contribution provides the following feature:
- Mixin:
- CKEditor
<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.
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.