Hello everybody,
I actually work on a custom version of the calendar module. For that I’ve created a custom module with a custom list view.
And in this custom list view I have insert the code of the index.php of the calendar module. So i have this view:
So it’s work. But i have a problem, the setting button don’t work. It’s because the button is not generated as same as calendar module.
Here’s the code of the setting button generated by my custom module:
And here’s the code of the setting button generated by the calendar module:
And this is exactly the same code in the two modules:
I don’t understand why in my custom module the setting button have no effect. When i click on him there’s no error message in the logs and no error message in the navigator console.
Can you please help me ?
Many regards.