Metadata-Version: 1.0
Name: ftw.dashboard.dragndrop
Version: 1.1.2
Summary: ftw.dashboard.dragndrop is product wich add dragndrop functionality to the dashboard
Home-page: http://plone.org/products/ftw.dashboard.dragndrop/
Author: philippe gross, 4teamwork GmbH
Author-email: mailto:info@4teamwork.ch
License: GPL
Description: Introduction
        ============
        
        The ftw.dashboard.dragndrop - packet add persistent dragndrop functionality to standard plone dashboard.
        Additional it add icons for fold, edit and close/remove functionality
        
        How to use ftw.dashboard.dragndrop
        ==================================
        
        1.) Install the ftw.dashboard.dragndrop product with the portal_setup tool.
        
        2.) Customize the properties (addablePortlets)
        
        3.) Use
        
        Properties:
        -----------
        
        dashboardEditable:
        True: the dashboard allways show in the editmode, all functionalities are available
        False: in the standard view (/dashboard) only the dragndrop and the fold functionality are available. In the manage-dashbord View all functionalities are available
        
        columnNumber:
        Number of Dashboard-Columns.
        (if more than 4 columns, you have to added a new PortletManger)
        
        addablePortlets:
        the portlets wich show in the add portlet Dropdown
        You can use "portlet.Calendar" or "portlet.Calendar:Portlet Calendar", after colon is a user friendly name - added in release 1.1
        
        Provided features:
        ==================
        
        ftw.dashboard.dragndrop provides the following features:
        
        persistent dragndrop
        all portlets can moved with dragndrop functionality from column to column and also in the column
        persistent fold:
        all portlets have an icon on the top (triangle) wich provide the persistent fold function
        edit portlet
        all portlets have an icon on the top (pensil) wich links to the respective Edit Page.
        close/remove portlet
        all portlets have an icon on the top (cross) wich remove the respective portlet from the dashboard
        
        Copyright and credits
        =====================
        
        ftw.dashboard.dragndrop is copyright 2009 by 4teamwork_ , and is licensed under the GPL. See LICENSE.txt for details.
        
        .. _4teamwork: http://www.4teamwork.ch/
        
        Changelog
        =========
        
        
        1.1.2
        -----
        * Removed unused livequery.js in the jsregistry
        
        1.1.1
        ---
        
        * Added some additional css classes
        [23.03.2010, jbaumann]
        
        * Removed unused configlet icons
        [24.03.2010, fsprenger]
        
        1.1
        ---
        
        * added the new user friendly name function, also for the manage-dashboard page
        [26.02.2010, phgross]
        
        * In selection to add new portlet in dashboard, can have a user friendly
        name, in stead of portlet.Calendar, you can use Calendar, just in
        addable_portlets use: portlet.Calendar:Calendar
        [lucmult]
        
        1.0
        ---
        initial release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
