X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fmyplugin%2Fstatic%2Fjs%2Fmyplugin.js;h=26a29922ea59bb5eebde3f1e8b64f2f702add166;hb=c025814eadebf386f556f9af571d3f04e2124a80;hp=180111508ce712447554c3171ffcb64678230460;hpb=8c344999d6ee3b3a9172a1068a77c83af77a7aee;p=myslice.git diff --git a/plugins/myplugin/static/js/myplugin.js b/plugins/myplugin/static/js/myplugin.js index 18011150..26a29922 100644 --- a/plugins/myplugin/static/js/myplugin.js +++ b/plugins/myplugin/static/js/myplugin.js @@ -44,7 +44,7 @@ }, /* PLUGIN EVENTS */ - // on_show like in hazelnut + // on_show like in querytable /* GUI EVENTS */ @@ -61,7 +61,7 @@ show_hide_button: function() { - // this.id, this.el, this.cl, this.els + // this.id, this.el, this.cl, this.elts // same output as a jquery selector with some guarantees }, @@ -86,8 +86,7 @@ // ... be sure to list all events here /* RECORD HANDLERS */ - - on_record_received: function(record) + on_all_new_record: function(record) { // },