checkAll() compatibility issues in joomla 3.2.3 backend

Need help installing Joomla! 3.x? For all Joomla! 3.x installation issues please use this forum.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10
Locked
User avatar
arjuninfo
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 113
Joined: Sat Aug 08, 2009 12:50 pm
Location: India ,chennai

checkAll() compatibility issues in joomla 3.2.3 backend

Post by arjuninfo » Tue Apr 15, 2014 6:40 am

checkAll() compatibility issues in joomla 3.2.3 backend

checkAll() has been removed. Use Joomla.checkAll() instead.

http://docs.joomla.org/Potential_backwa ... tform_12.2

Fix For this:

Replace

Code: Select all

	<input type="checkbox" name="toggle" value="" onclick="checkAll(<?php echo count( $this->items ); ?>);" />
With This

Code: Select all

<input type="checkbox" name="toggle" value="" onclick="Joomla.checkAll(this)" />
M.Arjun

chamath100
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Sun Jun 03, 2012 12:08 pm

Re: checkAll() compatibility issues in joomla 3.2.3 backend

Post by chamath100 » Thu Nov 20, 2014 7:38 am

Forms that have name="adminForm" now also require id="adminForm". Try this.

This will help to you more - http://docs.joomla.org/Potential_backwa ... JavaScript


Locked

Return to “Installation Joomla! 3.x”