Nico Knoll Posted September 14, 2014 Posted September 14, 2014 Hey, I want to show some html code before PageListRender (on the "pages" list page in the backend). I created a module which hooks into "ProcessPageList::execute". Works fine. HTML code is added. But the page list won't load anymore afterwards.... So is there a better way to do this? Or another function I could hook into? -- Nico
Martijn Geerts Posted September 14, 2014 Posted September 14, 2014 (Have you checked your JSON response, is it notice free ? ) I don't know what you want to accomplice, but mabe you can handle certain parts with Javascript. Your can handle Javascript, after $.ajaxComplete(); 2
Nico Knoll Posted September 14, 2014 Author Posted September 14, 2014 Found it. it was JSON related. Working code: if($this->input->get->render != 'JSON') $event->return = $event->return.'n'; 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now