Site Manager Developer Manual / Version 2310
Table Of ContentsThe 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 property
Example:
|
BasicBlobEditor | Generic editor which only displays blob size and content type. Files from the file system can be loaded and saved. |
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