Changes between Version 2 and Version 3 of qPloneTiles
- Timestamp:
- Aug 23, 2006 7:14:03 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
qPloneTiles
v2 v3 4 4 5 5 Use by example: http://dev.plone.org/plone/changeset/10580 6 7 `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. 8 9 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). 10 11 == To-dos == 12 1. Following tile link with keyboard 13 2. Middle click on tile in Firefox to open in new tab. 6 14 7 15 == Links ==