netzke / netzke-core

Framework for Sencha Ext JS + Ruby on Rails client-server components
http://netzke.org
Other
263 stars 77 forks source link

Little fix to enable passing a config to the deliver_component endpoint #32

Closed pschyska closed 12 years ago

pschyska commented 12 years ago

Little fix to enable passing a config to the deliver_component endpoint, or loadNetzkeComponent js function. Use it as following:

  parent.loadNetzkeComponent({name: 'application_inspector', params: { config: { foo: 'bar' } } } );