Hover Help
Category: Services
—
Other products by this author
Current release: Hover Help 0.1
Released Jun 27, 2005 — tested with Plone 2.0.5
First release of HoverHelp
Experimental releases
There are no experimental releases available at the moment.
Project Description
- Project resources
Help is stored in a skin in the skins directory as a series of Page Templates (although this could include images and so on). Each help section is written as a Page Template so it is translateable and can make use of all the appropriate macros (and skins, customisations and so on).
On the front end we use an Ajax style call to send a request to Plone. A tool inside Plone grabs the request and figures out an appropriate Page Template to call. Currently this is based on the content type, but this method could be customised extended to have almost any rule you'd like.
Once there an appropriate template is returned as a big blob of HTML. The client side then looks for the id a user is hovering over. It then looks inside the big blob of HTML for matching element id and shows help.