|
|
Can somebody help me with 2 situations:
-
When calling method with ajax I want to display some loading animation or something like that which is predefined in Orchard. Is there something like that and how to do this?
-
When getting response from server method if error occurred or something went wrong I want to display error as it is when doing post back call. How to show that no matter if from onSuccess or onError?
So how to do these two things.
|
|
Coordinator
Feb 11 at 4:27 PM
|
- is mostly a client-side concern. Orchard won't help you much with that. Look in the direction of jQuery plug-ins for that sort of thing, or just display an animated gif while disabling some UI elements as needed.
- Same thing: jQuery allows you to handle error conditions. There really isn't much that Orchard has to do with this.
|
|