Presentation styles / Style attributes reference |
Image style presentation attributes apply to an image element.
Attribute | GDC | GWC-JS | GMA | GMI |
---|---|---|---|---|
alignment Defines the image alignment when the container is bigger than the image itself. Possible values are a pair of horizontal ("left", "horizontalCenter", "right") and vertical alignments ("top", "verticalCenter", "bottom"). To combine alignment options, use a space as separator. Value can also be "center", which is equivalent to "horizontalCenter verticalCenter". The default value is "top left". |
Yes | Yes | No | No |
imageContainerType Important: This attribute is deprecated. Consider using
URL-based Web
Components instead of IMAGE fields with
the imageContainerType style attribute: URL Web
Components are much easier to use and more powerful.
When set to "browser", defines an image container as a browser. To use the image field as a browser, set a URL instead of an image name. Note: This feature uses the WebKit
Open Source project as provided with Qt, and has limitations such as
no Java™ or ActiveX support. It
will display HTML / rich text, but may encounter difficulties with
more complex Web pages.
|
Yes | No | No | No |