Hello,
I do not understand how to use them.
I want to send a GET REQUEST to my SERVER.
.editMens:click {
evt-click-preventdefault: true;
evt-click-allowbubbling: true;
action-client: cacheability-serverAction;
cacheability-serverAction-url: actionName;
}
What's mean actionName? By click on my editMens link, i got
[Exception... "'Error: Error : undefined local action
[cacheability-serverAction].' when calling method:
[nsIDOMEventListener::handleEvent]" nsresult: "0x8057001c
(NS_ERROR_XPC_JS_THREW_JS_OBJECT)" location: "<unknown>" data: no]
in a firebug. Is it the URL to server script?
Can I use a construction something like this?
cacheability-serverAction-url: kssattr(bla); ??
Maybe somebody has a working example for me?
Thanks
Vlad
_______________________________________________
Kss-devel mailing list
[email protected]
http://codespeak.net/mailman/listinfo/kss-devel