Daisy documentation
 PreviousHomeNext 
5.13.2 ConfigurationBook Index5.14 Internationalisation

5.13.3 Implementation info

A part editor is implemented by means of a CForm (Cocoon Form). This consists of a form definition and a form template. To fit into Daisy's document editor framework, there are two things you need to pay attention to:

Besides the form definition and template, you need to implement the interface org.outerj.daisy.frontend.PartEditor (and corresponding PartEditorFactory). This interface defines methods that will be called for constructing, loading and saving of the form.

To learn more, it is best to explore the sources of the default Daisy part editors.

 PreviousHomeNext 
5.13.2 Configuration5.14 Internationalisation