Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : can.Component external events

$
0
0
in note-editor you want to use attribute change event handler this way:

  1. events: {
  2.       '{scope} id': function(scope, ev, id){
  3.             //id contains updated value
  4.       }
  5. }


Viewing all articles
Browse latest Browse all 3491

Trending Articles