ckeditor / ckeditor4-java-samples

The development repository of CKEditor for Java (web application).
9 stars 11 forks source link

Simplify the initialized example #14

Open wwalc opened 8 years ago

wwalc commented 8 years ago

The sample is now so complex that I'm too scared to understand it.

Is it possible that we're talking about something as simple as:

If you already included CKEditor on a page with <script> tag, you can pass initialized property to inform the tag that CKEditor files should not be requested again.

There is no need to show how to set window.CKEDITOR.timestampor even that something will happen with window.CKEDITOR_BASEPATH.

Also one instance should be enough to explain this.

wwalc commented 8 years ago

I think in this sample we could load CKEditor from CDN.