wiki:qPloneTiles

Version 5 (modified by olha, 15 years ago) (diff)

--

Plone Tiles

The product is initial implementation of PLIP# 120 to be part of Plone-3.0 and for backward compatibility with Plone-2.1.x/Plone-2.5.x.

Use by example: http://dev.plone.org/plone/changeset/10580

tiles.js makes all .tile elements to react on mouse clicks. After click it emulates the click on contained a.primary element. If there is no a element with .primary class, then first contained available is chosen.

Visual feedback at the moment is outline frame that is surrounding tile element upon click. And tile element gets cursor from contained a.primary element style (usually hand cursor).

To-dos

  1. Following tile link with keyboard
  2. Middle click on tile in Firefox to open in new tab.