Interface
zope.app.externaleditor.interfaces.IExternallyEditable

Just a marker interface to signal to Zope that this object can be edited externally using Casey Duncan's External Editor.

For an object to be externally editable there are three requirements:

  1. It needs to declare that it implements this interface to signal the site manager that a External Edit action should be available.
  2. It needs to have an adapter for the interface zope.filerepresentation.interfaces.IReadFile.
  3. It needs to have a PUT view which receive the content back from the External Editor client and update the object, optimally using an adapter to the interface zope.filerepresentation.interfaces.IWriteFile (but not necessarily).

Base interfaces

Attributes/Fields

There are no attributes or fields specified.

Methods

There are no methods specified.

Adapters

Adapters where this interface is required:

Specific Adapters

There are no specific adapters registered for this interface.

Extended Adapters

There are no extended adapters registered for this interface.

Generic Adapters

Views

Browser

Specific views

Extended views

Generic views

XML-RPC

HTTP

FTP

Other

Other Information

Factories

A list of factories that create objects implementing this interface.

Classes

A list of classes that implement this interface. This might duplicate the entries in Utilities.