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

Pagination needs js to work #23

Description

@fschettini

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions