Skip to content
This repository has been archived by the owner on Nov 28, 2017. It is now read-only.

Pagination needs js to work #23

Open
fschettini opened this issue Mar 5, 2015 · 0 comments
Open

Pagination needs js to work #23

fschettini opened this issue Mar 5, 2015 · 0 comments
Labels

Comments

@fschettini
Copy link

There are views using the pagination component:
$this->pagination->getListFooter();

However, in order to work properly they need the pagination JS script.
So, the views need the pagination should always contain
JHtml::_('behavior.formvalidation'); (which is missing).

For example, in the Step 10
https://docs.joomla.org/J3.x:Developing_a_MVC_Component/Adding_backend_actions

admin/views/helloworlds/tmpl/default.php
should contains
JHtml::_('behavior.formvalidation');
just below
defined('_JEXEC') or die('Restricted Access');

thanks
regards
Francesco

@Hutchy68 Hutchy68 added the bug label Mar 25, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants