Click on buttons will call server-side. Each button exercise a different syntax to express which URL to call. Server will update the div hereunder with corresponding text.
Click the button; it will call
urlMethod2 on the server.
#button_2:click {
action-server: urlMethodAlias;
urlMethodAlias-kssUrl: "urlMethod2";
}
Click the button; it will call
@@urlMethod3 on the server.
#button_3:click {
action-server: urlMethodAnotherAlias;
urlMethodAnotherAlias-kssUrl: "@@urlMethod3";
}