cakephp2-php8/cake/tests/cases/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.test.php Adding contentType, encoding and postBody AJAX options. 2007-12-23 21:08:54 +00:00
cache.test.php Closes #2119 Only define clone() in PHP4 when it hasn't been already defined. 2007-11-16 09:35:19 +00:00
form.test.php Fixing FormHelper::select() with multiple checkbox option when all options are de-selected (Ticket #3716) 2007-12-22 04:20:35 +00:00
html.test.php updating HtmlHelper::meta(), closes #3223, #3224, #3225, tests added 2007-12-22 23:36:24 +00:00
javascript.test.php Changing valid XHTML comment of script blocks and adjusting tests, fixes #3746 2007-12-17 17:02:54 +00:00
js.test.php Closes #2119 Only define clone() in PHP4 when it hasn't been already defined. 2007-11-16 09:35:19 +00:00
number.test.php adding more extensive formating options to NumberHelper::currency() with tests, closes #3532 2007-12-22 22:01:38 +00:00
paginator.test.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.test.php Adding tests for RssHelper::items 2007-12-06 20:05:03 +00:00
session.test.php Closes #2119 Only define clone() in PHP4 when it hasn't been already defined. 2007-11-16 09:35:19 +00:00
text.test.php updating TextHelper::autoLinkUrls(), fixes #3597 2007-11-22 05:36:20 +00:00
time.test.php Closes #2119 Only define clone() in PHP4 when it hasn't been already defined. 2007-11-16 09:35:19 +00:00
xml.test.php Closes #2119 Only define clone() in PHP4 when it hasn't been already defined. 2007-11-16 09:35:19 +00:00