You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We habe an ajax class that handles all requests and invoke the methods by parameters. That's nice but we come to the point where it gets really big.
I'd like an refactring where we have an ajax class implementation thats pluggable. like we have for grid boxes. So if we need more ajax calls for whatever we can create an class and by convetion it's methods are called by parameters.
Good idea?
The text was updated successfully, but these errors were encountered:
I tried a post reqest with component: "grid.test" and method "allMethods" and got the answer "no component found". When I start the debugger $this->components is null.
We habe an ajax class that handles all requests and invoke the methods by parameters. That's nice but we come to the point where it gets really big.
I'd like an refactring where we have an ajax class implementation thats pluggable. like we have for grid boxes. So if we need more ajax calls for whatever we can create an class and by convetion it's methods are called by parameters.
Good idea?
The text was updated successfully, but these errors were encountered: