This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
gergo85
I have tried to create an AJAX form in the back-end Dashboard. In the partial of report widget I added the following button:
type="submit" data-request="<?= $this->getEventHandler('onMyFunction') ?>
In the widget class file I created the onMyFunction() method. When I click on the button, I get the following error message:
"A widget with class name 'widget' has not been bound to the controller" on line 467 of /modules/backend/classes/Controller.php
What is the problem?
Last updated
1-2 of 2