Skip to main content

jquerytools tabs and slide implementations

Project description

A collection of useful views
===================================

The main purpose of this product is to provide series of useful views (and a portlet).
Every view can be applied to a folder or a collection.

gallery_view
--------------

Show elements inside a folder (or collection) in a gallery.

tabbed_view
--------------

Show elements inside a folder (or collection) inside tabs.

tabbed_summary_view
----------------------

Show elements inside a folder (or collection) inside tabs. Instead of strings each tab can be a structure of html (scrollable)

slideshow_view
------------------

Show elements inside a folder (or collection) as a slideshow.

redomino.tabsandslides.slideshowportlet
----------------------------------------

This is a portlet that show elements of a collection as a slideshow

redomino.tabsandslides.tabsportlet
---------------------------------------

This is a portlet that show elements of a collection using tabs

How to create new views
------------------------

It's easy !!!: You can create a view extending BaseTabbedFolderView (browser/common.py). The view MUST have an interface !!!
Example:
class MySpecialView(BaseTabbedFolderView):
implements(IMySpecialView)

The template uses this method to getting the objects:
tal:repeat="content view/getViews

Every object has a tab and a pane (panel)
tal:content="structure content/tab"
tal:content="structure content/pane"

How to customize the look and feel of a object inside a container
------------------------------------------------------------------

Each contained object uses a multiadapter to render its own tab and pane. The multiadapter implements ITabGenerator interface and adapts:

- a context
- a container
- a request
- a view

Watch the "browser/adapters.py" for examples.

Customize javascript configuration
-------------------------------------

The js configuration is overridable (redomino.tabsandslides.config.js).


Javascript documentation
--------------------------

Jcarousel
- http://sorgalla.com/jcarousel/

JQuerytools tabs
- http://flowplayer.org/tools/tabs/index.html


Installation
Add the product to buildout as usual.::

...
eggs =
redomino.tabsandslides
...

redomino.tabsandslides shows up in the "Add-ons" configuration panel.


Dependencies
---------------

- Plone 4.x


Credits
----------

Maurizio Lupo <maurizio.lupo@redomino.com> [sithmel], Author - 2011
Giacomo Spettoli <giacomo.spettoli@redomino.com> [giacomos]

TODO
--------

- fix tests
- add new views
- manage image resizing for mobile sites (next releases ...)


Changelog
=========

0.7.4 (2012-02-23)
------------------

- Nothing changed yet.


0.7.3 (2012-02-22)
------------------

- added permissions dependencies for plone4.1 [sithmel]


0.7.2 (2012-02-21)
------------------

- added MANIFEST.in for release on pypi [sithmel]


0.7.1 (2012-02-21)
------------------

- fix various style related issues [sithmel]
- removed the portlets [sithmel]
- added a new type of portlet with selectable template [sithmel]


0.6.5 (2012-01-21)
------------------

- changed the whole adapter approach see README for further explanation [sithmel]
- use JCarousel instead my own plugin [sithmel]
- added box view [sithmel]
- from now is easier to customize resources (images, css ...) [sithmel]
- fix slideshow portlet (it crashed while editing properties ) [sithmel]
- added tabs portlet

0.6.4 (2011-04-22)
------------------

- Modified slideshow_preview_view markup. [sithmel]


0.6.3 (2011-04-21)
------------------

- New view (slideshow_preview_view). [sithmel]

0.6.2 (2011-03-11)
-------------------

- New javascript configuration.
This use a browser resource so it can be overridden using layer interface
[sithmel]

0.5 (first released)
---------------------

- Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

redomino.tabsandslides-0.7.4.tar.gz (71.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page