Skip to content

Instantly share code, notes, and snippets.

@srsad
Last active March 4, 2018 14:47
Show Gist options
  • Select an option

  • Save srsad/f36ddd9ebe0808fbb617c95521b00421 to your computer and use it in GitHub Desktop.

Select an option

Save srsad/f36ddd9ebe0808fbb617c95521b00421 to your computer and use it in GitHub Desktop.
Ext.onReady(function() {
MODx.Ajax.request({
url: Component.config.connector_url,
params: {
action: 'mgr/getlist',
},
listeners: {
success: {fn:function(r) {
console.log(r);
} }
}
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment