cakephp2-php8/cake/libs/view/helpers
mariano.iglesias 12075ec7c1 Adding contentType, encoding and postBody AJAX options.
Adding onCreate (specify 'create' in $options) and onException (specify 'exception' in $options) callbacks. All callbacks should be specified using their aliases (so use 'complete' => 'completeFunc();' for onComplete callback, etc.)
Adding tests for AJAX helper.
Closes #1244, closes #2644, closes #2856.

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6234 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-12-23 21:08:54 +00:00
..
ajax.php Adding contentType, encoding and postBody AJAX options. 2007-12-23 21:08:54 +00:00
app_helper.php Correct location of the AppHelper file 2007-11-16 01:11:30 +00:00
cache.php "Fixes #3691, HTML Helper returns incorrect url from when <cacke:nocache> is used" 2007-12-23 07:06:31 +00:00
form.php Properly formatting string for i18n 2007-12-22 17:50:09 +00:00
html.php fixing fail in Html::meta(); and adding ClassRegistry::flush(); to fix no_database test group. 2007-12-23 01:07:10 +00:00
javascript.php Changing valid XHTML comment of script blocks and adjusting tests, fixes #3746 2007-12-17 17:02:54 +00:00
js.php "Removing all shortcut function usage from the core" 2007-12-08 06:08:03 +00:00
number.php adding more extensive formating options to NumberHelper::currency() with tests, closes #3532 2007-12-22 22:01:38 +00:00
paginator.php adding Paginator::first() and last() methods, also adding them to numbers, tests added, closes #3709, closes #3208, closes #3465, closes #2412, closes #2954 2007-12-22 06:03:48 +00:00
rss.php "Removing all shortcut function usage from the core" 2007-12-08 06:08:03 +00:00
session.php Correcting issues with Sessions and Controller::redirect() 2007-11-16 03:52:14 +00:00
text.php "Removing all shortcut function usage from the core" 2007-12-08 06:08:03 +00:00
time.php removing TimeHelper::trim() closes #3049 2007-10-28 21:42:24 +00:00
xml.php "Removing all shortcut function usage from the core" 2007-12-08 06:08:03 +00:00