Changeset 4103

Show
Ignore:
Timestamp:
02/08/08 09:40:29 (1 year ago)
Author:
fredlin
Message:

clean up

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • projects/tgJquery/trunk/jquery.egg-info/PKG-INFO

    r4101 r4103  
    11Metadata-Version: 1.0 
    22Name: jquery 
    3 Version: 1.2.2 
     3Version: 1.2.3 
    44Summary: Jquery javascript library for TurboGears 
    55Home-page: UNKNOWN 
     
    1515        TurboGears web designers. 
    1616         
    17         It contains 3 extra ajax widgets based on jquery. 
     17        Available widgets 
     18        ==================== 
     19         
     20        * Jquery (basic jquery libray wrapper for Turbogears) 
     21         
     22        It also contains 3 extra ajax widgets based on jquery. 
    1823         
    1924        * addCallback / link_to_remote(target ,update, href, callback) 
     
    2429         
    2530        Which are inspired from Ruby on Rails/pquery and give them the twisted syntax. 
    26          
    27          
    28         Available widgets 
    29         ==================== 
    30          
    31         * Jquery (basic jquery libray wrapper for Turbogears) 
    32          
    33         * addCallback/link_to_remote 
    34          
    35         * addPeriodBack/periodically_call_remote 
    36          
    37         * addFormback/form_remote_tag 
    38          
    39         .. note:: 
    40         Update notice form 1.1.2 jquery widget: you need return dict(link = link_to_remote) instead of 
    41         return dict(link = link_to_remote()) in the following versions 
    4231         
    4332         
     
    7160        addPeriodback = addPeriodback) 
    7261         
     62        .. note:: 
     63        Update notice form 1.1.2 jquery widget: you need return dict(link = addPeriodback) instead of 
     64        return dict(link = addPeriodback()) in the following versions 
     65         
     66         
    7367         
    7468        in template:: 
     
    9286        ${addFormback(target="timelink", update="timediv", href="ajax")} 
    9387         
    94         The addCallback/addPeriodback(link_to_remote/periodically_call_remote) could be placed anywhere in your template. 
     88        The addCallback/addPeriodback could be placed anywhere in your template. 
    9589        Check http://docs.turbogears.org/1.0/RemoteLink for detail. 
    9690         
     
    9892        ============ 
    9993         
    100         - jquery 1.2.2 http://jquery.com 
     94        - jquery http://jquery.com 
    10195        - pquery http://www.ngcoders.com/pquery/ 
    10296         
    10397        History 
    10498        ============= 
     99         
     100        1.2.3: 
     101         
     102        * update to jquery 1.2.3 
    105103         
    106104        1.2.2: 
  • projects/tgJquery/trunk/jquery.egg-info/SOURCES.txt

    r4101 r4103  
    11README.txt 
     2ez_setup.py 
    23setup.py 
    34jquery/__init__.py 
     
    56jquery/release.py 
    67jquery/widgets.py 
    7 jquery.egg-info/.DS_Store 
    88jquery.egg-info/PKG-INFO 
    99jquery.egg-info/SOURCES.txt 
     
    1515jquery.egg-info/sqlobject.txt 
    1616jquery.egg-info/top_level.txt 
     17jquery/static/jquery-1.2.3.pack.js