ezimagelayer
Summary
Contains information about an image layer.Persistent
No.Attributes
Attribute | Type | Static* | Description |
---|---|---|---|
filepath |
string |
Yes. |
The path (for example "design/example/images"). |
filename |
string |
Yes. |
The name of the image file (for example "delorean.png"). |
width |
integer |
Yes. |
The width of the image (number of pixels). |
height |
integer |
Yes. |
The height of the image (number of pixels). |
alternative_text |
string |
Yes. |
The alternative image text. |
imagepath |
string |
No. |
The internal (eZ publish) path to the image (for example "design/example/images/delorean.png"). |
has_size |
boolean |
No. |
TRUE if "width" and "height" is set, otherwise FALSE. |
* Indicates whether the attribute provides a pre-fetched value or if it needs to be computed upon request.
Balazs Halasy (12/04/2005 1:03 pm)
Svitlana Shatokhina (14/02/2007 3:36 pm)
Comments
There are no comments.