Skip to content

Commit

Permalink
fixed the readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigbjørn Tvedt committed Jan 25, 2012
1 parent 4b77ae4 commit 719ec92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ Sample usage
---------------

```html
<t:textArea t:mixins="CKEditor" value="prop:value" parameters="{'toolbar': 'Basic'}" />
<t:textArea t:mixins="pn/CKEditor" value="prop:value" parameters="{'toolbar': 'Basic'}" />
```

```html
<t:textArea t:mixins="CKEditor" value="prop:value" parameters="{'toolbar': 'Full'}" />
<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](http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.html#.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.
licensed under the Apache License version 2.0 as published by the Apache Software Foundation.

0 comments on commit 719ec92

Please sign in to comment.