Forums / Developer / what attibutes has "image" object?

what attibutes has "image" object?

Author Message

Vytautas Germanavičius

Friday 04 February 2005 11:33:28 am

I'm lost in documentation...
Is anywhere described what attributes have objects "image" or "binary file" ?

{set-block scope=root variable=cache_ttl}0{/set-block}

Łukasz Serwatka

Saturday 05 February 2005 1:38:27 pm

Hi,

Input:
 image_class - Which image alias to show, default is large
 css_class     - Optional css class to wrap around the <img> tag, the
                 class will be placed in a <div> tag.
 alignment     - How to align the image, use 'left', 'right' or false().
 link_to_image - boolean, if true the url_alias will be fetched and
                 used as link.
 href          - Optional string, if set it will create a <a> tag
                 around the image with href as the link.
 border_size   - Size of border around image, default is 0 

Always look in to design/standard/templates/content/datatype/view

and more about images here

http://ez.no/ez_publish/documentation/reference/template_operators/images

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Vytautas Germanavičius

Monday 07 February 2005 12:27:15 am

and how to access them in fetch?

I want to fetch all articles which has no image...

{set-block scope=root variable=cache_ttl}0{/set-block}