Opened 16 years ago

Closed 16 years ago

#2441 closed New Feature (fixed)

V3: Samples

Reported by: Frederico Caldeira Knabben Owned by: Frederico Caldeira Knabben
Priority: Normal Milestone: CKEditor 3.0
Component: General Version:
Keywords: Confirmed V3ProtoStruct Review+ Cc:

Description

We must have clear samples that show most of the editor features. These samples are often used as references when integrating the editor in the real world.

Change History (5)

comment:1 Changed 16 years ago by Frederico Caldeira Knabben

Keywords: V3ProtoStruct Review? added
Owner: set to Frederico Caldeira Knabben
Status: newassigned

The CKEditor prototype contains the _samples folder, which should hold all our samples. There are several differences from the samples available with FCKeditor:

  • We don't have the "html" folder for the JavaScript samples. Those go directly in that folder. Server side samples should go inside folders instead.
  • Sample files now have meaningful names, like "replacebyclass.html", instead of "sample01.html".
  • Each sample contains the part of the code that is relevant to that sample. It should make it easy to users to understand how to recreate the sample by themselves.
  • An alert is displayed if JavaScript is disabled or a non compatible browser is in use.
  • The dev version uses a kind of "template system" for the samples, giving them a uniform output.

Regarding the "template system" in the dev version, all samples run through the "sample.html" file. This file takes the HTML defined in the sample files and fill placeholders with it.

When "building" the code for distribution, we will be transforming the samples, removing the template file and make each sample independent (basically writing the filled template in the files).

comment:2 Changed 16 years ago by Frederico Caldeira Knabben

Summary: V3 : SamplesV3: Samples

comment:3 Changed 16 years ago by Frederico Caldeira Knabben

Type: BugNew Feature

comment:4 Changed 16 years ago by Martin Kou

Keywords: Review+ added; Review? removed

comment:5 Changed 16 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy