The following editors are available for blob fields:
| Class | Description |
|---|---|
| AggregatingImageBlobEditor |
This editor displays blobs of type image/gif, image/png or
image/jpeg in the property as an image.
In addition, you can define other properties which contain scaled versions of the blob. This blobs
will be computed from the original blob by the CoreMedia Server. The size and type of the scaled
images is defined in the
Example:
|
| BasicBlobEditor | Generic editor which only displays blob size and content type. Files from
the file system can be loaded and saved. Using the property
WebDAVUriPrefix, the blob can be opened directly in the associated
WebDAV application. For this, the property has to be set to the URL prefix for the
WebDAV server. If a prefix like http://Server:8001/webdav/ is used on
a blob in a document /Inbox/Test.doc, then an URL
http://Server:8001/webdav/Inbox/Test.doc for WebDAV lookup is used.
|
| ImageBlobEditor | Displays blobs of type image/gif, image/png
or image/jpeg as an image. If
the size of an image exceeds the document window size, it will be scaled down. You
can use the attribute imageScaledForDisplay="false" to disable the
behavior. |
| TextBlobEditor | Allows editing of blobs of type text/* in a text field. |
Table 5.11. Editors for blob fields







