mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-09 04:52:42 +00:00
Moving helper tags to specific helper classes
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3891 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
204ff6bcbb
commit
22588729d4
3 changed files with 27 additions and 9 deletions
|
@ -44,6 +44,13 @@ class AjaxHelper extends AppHelper {
|
|||
* @var array
|
||||
*/
|
||||
var $helpers = array('Html', 'Javascript');
|
||||
/**
|
||||
* html tags used by this helper.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
var $tags = array('blockstart' => '<div%s>',
|
||||
'blockend' => '</div>');
|
||||
/**
|
||||
* Names of Javascript callback functions.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue