netzke / netzke-core

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

:items config excepts an array. A hash should also be possible. #7

Closed mxgrn closed 12 years ago

mxgrn commented 14 years ago

Ext also supports passing an object to "items" (besides an array). But Netzke won't search inside of a hash for nested components or actions.

mxgrn commented 12 years ago

Don't like this idea any longer, as it's not really Ruby-ish. "items" is intuitively an array, so let's not complicate things.