Skip to content

Instantly share code, notes, and snippets.

@ashleycoker
Created September 2, 2013 12:00
Show Gist options
  • Save ashleycoker/6412127 to your computer and use it in GitHub Desktop.
Save ashleycoker/6412127 to your computer and use it in GitHub Desktop.
Example of a listener for an arbitrary config
init: function () {
this.control({
'gridpanel[controlledByTabMaster=true]': {
render: this.onRender
}
});
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment