tiles Package

tiles Package

demo Module

class plone.app.tiles.demo.PersistentTile(context, request)[source]

Bases: plone.tiles.tile.PersistentTile

class plone.app.tiles.demo.TransientTile(context, request)[source]

Bases: plone.tiles.tile.Tile

drafting Module

class plone.app.tiles.drafting.TileDataDraftSyncer(draft, target)[source]

Bases: object

Copy draft persistent tile data to the real object on save

plone.app.tiles.drafting.draftingTileDataContext(context, request, tile)[source]

If we are drafting a content item, record tile data information to the draft, but read existing data from the underlying object.

interfaces Module

testing Module

tests Module

utils Module

plone.app.tiles.utils.appendJSONData(url, key, data)[source]

Append JSON data (e.g a dict) to the given URL and return the new URL. key is the url parameter key.

plone.app.tiles.utils.getEditTileURL(tile, request)[source]

Get the edit URL for the given tile.

If the tile is transient, the URL will contain a _tiledata parameter with the tile data encoded in JSON. This avoids possible collisions between raw data coming from the edit form and tile data retrieved by the transient tile data manager.

Table Of Contents

Previous topic

texttile Package

Next topic

browser Package

This Page