Skip to content

Commit

Permalink
Initial version
Browse files Browse the repository at this point in the history
Compatible with Vaadin 8 and project is converted to SBT.
  • Loading branch information
ilgun committed Sep 15, 2017
1 parent fee4a91 commit 0e64e50
Show file tree
Hide file tree
Showing 458 changed files with 17,150 additions and 2,785 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.idea/
target/
.DS_Store
.gradle/
build/
gradle/
gradlew
gradlew.bat
23 changes: 2 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
# vaadin-ckeditor
CKEditor is a javascript-based HTML "rich text" WYSIWYG editor that works in common browsers.
This component provides a wrapper around it for use in a Vaadin-based (Java servlet plus GWT) application.

** GIT Versions/Branches **
GIT should have a few branches, with 'master' being the main line latest greatest release. Branch VAADIN6 contains the version last built for Vaadin 6. The VAADIN7-fromV6 was a temporary branch for building a Vaadin 7 version based on the Vaadin 6 version. VAADIN7 is the branch for just Vaadin 7.

**SVN History from Google Code**
We used two SVN branches as of May 2013 to handle the port to Vaadin 7. That created branches named VAADIN6 and VAADIN7 that each contain the VaadinCKEditor Eclipse project code. The VAADIN7 branch was merged back to the 'trunk' in March 2015.
This is forked from [this project](https://github.com/OpenESignForms/vaadin-ckeditor).

The older VAADIN6 branch version was developed using Vaadin 6.8.10 and CKEditor 4.1.1 in an Eclipse environment. You simply can drop the JAR file into your Vaadin WEB-INF/lib, compile widgetsets and then you can begin using it. No work has been done on this branch since 2013.

**Because Google has removed Downloads from Google Code in 2014 (on its way to its eventual demise!), please visit the [Vaadin Directory to download the JAR](http://vaadin.com/addon/ckeditor-wrapper-for-vaadin) as of version 7.8.9.**

The current Vaadin 7 version is developed using Vaadin 7.7.10 and CKEditor 4.7.1 in an Eclipse environment. You simply can drop the JAR file into your Vaadin WEB-INF/lib, compile widgetsets and then you can begin using it.

NOTE: This widget is compiled using JDK 1.6 / Java 6. But we only deploy using Java 8.

It was built for use in the [Open eSignForms](http://open.esignforms.com/) open source electronic contracting and electronic signature web-based application (SaaS) where forms can be developed for [electronic signatures](http://www.yozons.com/electronicSignatures.jsp), routing, etc.

**NOTE:** *All code contributed to this project will be bundled under the single copyright owner, Yozons Inc., but of course it's released under Apache 2.0 so you are free to do with the code as you please.*

**VAADIN 8** [Another project has forked our code and taken over CKEditor maintenance for Vaadin 8.](https://github.com/alump/CKEditor)

(Automatically exported from code.google.com/p/vaadin-ckeditor on 3/19/2015)
This project is created in order to keep compatibility with Vaadin 7 and Vaadin 8.
18 changes: 0 additions & 18 deletions VaadinCKEditor/.classpath

This file was deleted.

1 change: 0 additions & 1 deletion VaadinCKEditor/.gitignore

This file was deleted.

43 changes: 0 additions & 43 deletions VaadinCKEditor/.project

This file was deleted.

11 changes: 0 additions & 11 deletions VaadinCKEditor/.settings/.jsdtscope

This file was deleted.

8 changes: 0 additions & 8 deletions VaadinCKEditor/.settings/com.vaadin.integration.eclipse.prefs

This file was deleted.

2 changes: 0 additions & 2 deletions VaadinCKEditor/.settings/org.apache.ivyde.eclipse.prefs

This file was deleted.

12 changes: 0 additions & 12 deletions VaadinCKEditor/.settings/org.eclipse.jdt.core.prefs

This file was deleted.

8 changes: 0 additions & 8 deletions VaadinCKEditor/.settings/org.eclipse.wst.common.component

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

21 changes: 0 additions & 21 deletions VaadinCKEditor/GWT development mode for VaadinCKEditor.launch

This file was deleted.

13 changes: 0 additions & 13 deletions VaadinCKEditor/LICENSE.txt

This file was deleted.

Loading

0 comments on commit 0e64e50

Please sign in to comment.