cakephp2-php8/cake/tests/cases/libs/view
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
..
helpers Adding contentType, encoding and postBody AJAX options. 2007-12-23 21:08:54 +00:00
helper.test.php fixing fail in Html::meta(); and adding ClassRegistry::flush(); to fix no_database test group. 2007-12-23 01:07:10 +00:00
theme.test.php updating schema, fixes #3718, added $cache param to Configure::listObjects(), updating view tests 2007-12-15 02:06:10 +00:00
view.test.php updating View and Controller::flash, fixes #3749, tests added 2007-12-20 01:19:19 +00:00