imagetile Package

testing Module

tile Module

class plone.app.imagetile.tile.ImageTile(context, request)[source]

Bases: plone.tiles.tile.PersistentTile

A tile which displays an image.

This is a persistent tile which stores a reference to an image and optionally alt text. When rendered, the tile will look-up the image url and output an <img /> tag.

Subpackages

Table Of Contents

Previous topic

deco Package

Next topic

texttile Package

This Page