CodeCharge Studio

Server Side Event Actions

There are many common tasks often performed in response to Server events. For this reason, CodeCharge Studio provides a number of Actions that are essentially snippets of code that implement often used functionality. Instead of having to hand code the functionality each time it is needed, you can simple add an Action and customize it for the particular situation. Server side events are implemented in the particular programming language selected for a project e.g. ASP, PHP, Java, etc. As such, Server side event Actions are processed on the web server before a response is sent back to the requesting browser.

Actions are added within the events listed under the Events tab of the Properties window. You can either right-click on a server event then select the Add Action... option or use the Add Action button. The event where an action is placed will affect its execution or failure to execute. When placing an action, you should bear in mind the event that you anticipate to trigger the action. If the event does not occur, then the action will not be executed.

Topics

See also

Client Side Event Actions


On-line, printable versions and updates