Metadata-Version: 1.1
Name: yafowil.widget.datetime
Version: 1.4
Summary: Datetime Widget for YAFOWIL
Home-page: http://pypi.python.org/pypi/yafowil.widget.datetime
Author: BlueDynamics Alliance
Author-email: dev@bluedynamics.com
License: Simplified BSD
Description: This is a **datetime widget** for for `YAFOWIL 
        <http://pypi.python.org/pypi/yafowil>`_ 
        
        It utilizes/integrates `jquery.ui.datepicker 
        <http://docs.jquery.com/UI/Datepicker>`_ for/in YAFOWIL providing a 
        datepicker function on a text input.
        
        - `Documentation <http://docs.yafowil.info/en/latest/blueprints.html#datetime>`_
        - `DEMO - see it Live <http://demo.yafowil.info/++widget++yafowil.widget.datetime/index.html>`_
        
        
        Contributors
        ============
        
        - Robert Niederrreiter <rnix [at] squarewave [dot] at>
        
        History
        =======
        
        1.4
        ------
        
        - Adopt resource providing
          [rnix, 2012-06-12]
        
        - Add example widget
          [rnix, 2012-06-12]
        
        1.3
        ---
        
        - Sanitize formatting of date: iso always uses dash now, defaults to
          international iso format using dash.
          [jensens, 2012-05-09]
        
        - property ``format`` can be callable now. Expect to returns formatted date.
          properties ``delimiter``, ``time``, ``tzinfo`` or ``locale`` can be callables 
          too now. All callables taking ``widget, data`` as parameters.
          [jensens, 2012-05-09]
        
        - Add documentation for ``datetime`` blueprint properties.
          [rnix, 2012-04-17]
        
        - Add ``delimiter`` blueprint property.
          [rnix, 2012-04-17]
        
        1.2
        ---
        
        - Add ``render_datetime_input`` and ``render_datetime_display`` helper
          functions. Useful for custom widgets with different data preperation.
          [rnix, 2012-03-06]
        
        - Modified to work with YAFOWIL 1.3
          [agitator, 2012-02-19]
        
        - Extend display renderer to wrap value like ``generic_display_renderer``.
          [rnix, 2011-12-18]
        
        - Add default css class to datetime blueprint.
          [rnix, 2011-12-18]
        
        - Add datepicker binder function to ``yafowil.widget.array`` hooks if found.
          [rnix, 2011-10-05]
        
        1.1
        ---
        
        - Adopt to yafowil 1.2.
          [jensens, 2011-09-20]
        
        - Make ready for z2c.autoinclude+Plone (only if available).
          [jensens, 2011-09-20]
        
        1.0
        ---
        
        - Add display renderer.
          [rnix, 2011-08-04]
        
        - Adopt to yafowil 1.1.
          [rnix, 2011-07-08]
        
        0.9.1
        -----
        
        - Test coverage.
          [rnix, 2011-05-07]
        
        0.9
        ---
        
        - Made it work.
          [rnix]
        
        License
        =======
        
        Copyright (c) 2010-2012, BlueDynamics Alliance, Austria, Germany, Switzerland
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are met:
        
        * Redistributions of source code must retain the above copyright notice, this 
          list of conditions and the following disclaimer.
        * Redistributions in binary form must reproduce the above copyright notice, this 
          list of conditions and the following disclaimer in the documentation and/or 
          other materials provided with the distribution.
        * Neither the name of the BlueDynamics Alliance nor the names of its 
          contributors may be used to endorse or promote products derived from this 
          software without specific prior written permission.
              
        THIS SOFTWARE IS PROVIDED BY BlueDynamics Alliance ``AS IS`` AND ANY
        EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
        WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED. IN NO EVENT SHALL BlueDynamics Alliance BE LIABLE FOR ANY
        DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
        (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
        LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
        ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
        (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
        SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Environment :: Web Environment
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
