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
@@urlMethod3 on the server.
#button_3:click {
action-server: urlMethodAnotherAlias url("@@urlMethod3");
}
Click the button; it will call
urlMethod3 on the server.
#button_4:click {
action-server: urlMethodAnotherAlias url(kssAttr(methodname, true));
}