Changeset 4103
- Timestamp:
- 02/08/08 09:40:29 (1 year ago)
- Files:
-
- projects/tgJquery/trunk/jquery.egg-info/PKG-INFO (modified) (6 diffs)
- projects/tgJquery/trunk/jquery.egg-info/SOURCES.txt (modified) (3 diffs)
- projects/tgJquery/trunk/.project (deleted)
- projects/tgJquery/trunk/.pydevproject (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
projects/tgJquery/trunk/jquery.egg-info/PKG-INFO
r4101 r4103 1 1 Metadata-Version: 1.0 2 2 Name: jquery 3 Version: 1.2. 23 Version: 1.2.3 4 4 Summary: Jquery javascript library for TurboGears 5 5 Home-page: UNKNOWN … … 15 15 TurboGears web designers. 16 16 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. 18 23 19 24 * addCallback / link_to_remote(target ,update, href, callback) … … 24 29 25 30 Which are inspired from Ruby on Rails/pquery and give them the twisted syntax. 26 27 28 Available widgets29 ====================30 31 * Jquery (basic jquery libray wrapper for Turbogears)32 33 * addCallback/link_to_remote34 35 * addPeriodBack/periodically_call_remote36 37 * addFormback/form_remote_tag38 39 .. note::40 Update notice form 1.1.2 jquery widget: you need return dict(link = link_to_remote) instead of41 return dict(link = link_to_remote()) in the following versions42 31 43 32 … … 71 60 addPeriodback = addPeriodback) 72 61 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 73 67 74 68 in template:: … … 92 86 ${addFormback(target="timelink", update="timediv", href="ajax")} 93 87 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. 95 89 Check http://docs.turbogears.org/1.0/RemoteLink for detail. 96 90 … … 98 92 ============ 99 93 100 - jquery 1.2.2http://jquery.com94 - jquery http://jquery.com 101 95 - pquery http://www.ngcoders.com/pquery/ 102 96 103 97 History 104 98 ============= 99 100 1.2.3: 101 102 * update to jquery 1.2.3 105 103 106 104 1.2.2: projects/tgJquery/trunk/jquery.egg-info/SOURCES.txt
r4101 r4103 1 1 README.txt 2 ez_setup.py 2 3 setup.py 3 4 jquery/__init__.py … … 5 6 jquery/release.py 6 7 jquery/widgets.py 7 jquery.egg-info/.DS_Store8 8 jquery.egg-info/PKG-INFO 9 9 jquery.egg-info/SOURCES.txt … … 15 15 jquery.egg-info/sqlobject.txt 16 16 jquery.egg-info/top_level.txt 17 jquery/static/jquery-1.2.3.pack.js