[Kss-devel] continueEvent issue

Malthe Borch mborch at gmail.com
Sun Mar 9 11:20:50 CET 2008


I'm trying to get the annoyClicker-example to work. This is my plugin source:

  http://paste.plone.org/20033

I'm using it with these rules:

#region-inspector .inspectorActions a.deleteButton:selective-click(delete) {
    evt-selective-click-count: 2;
}

behavior:selective-doit(delete) {
    action-server: deletePage;
}

But I get this error message:

[Exception... "'Error: Could not trigger event name [doit] on
namespace [selective], because there is neither an explicit KSS rule,
nor a default method' when calling method:
[nsIDOMEventListener::handleEvent]"  nsresult: "0x8057001c
(NS_ERROR_XPC_JS_THREW_JS_OBJECT)"  location: "<unknown>"  data: no]
http://localhost:8080/voodoo1/@@/kss.core.kukit/3rd_party/base2-dom-fp.js
Line 1

Any clues?


More information about the Kss-devel mailing list