Plone Tiles 0.2.0 (Alpha release) (Apr 21, 2006)
This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.
Plone Tiles (qPloneTiles) allows possibility to define an area as clickable.
For additional information about this project, please visit the overview page .
Available downloads
Release Notes
| Tested with | Plone 2.1.2 |
|---|---|
| State | Alpha release |
| License | ZPL |
Implementation
To see qPloneTiles in action you should modify your HTML a bit. The tile HTML object (div, ul, dl, etc.) should get extra "tile" CSS class. Product will activate the tile to go to location of first contained A tag.Product is implementing the behavior upon page load as short Javasript.
Future versions are expected to enable web developer to select the link to be tile target by applying "primary" class to A tag.
"tile" can be applied to any HTML element (to be semantically correct, to block element).
"primary" can be applied to A THML elements only. In the case there are more then two primary links, the behavior can vary.
Change log
2006-04-20 - version 0.2.0
* added finding function
* fixed bug (onclick evaluation)
* 'pimary' class functionality
* added TODO.txt
2006-04-19 - version 0.1.0
* created install procedure
* initial tiles functionality:
- find elements with class="tile";
- find anchor elements within tiles elements;
- add 'onclick' functions to tiles elements;


