netzke / netzke-core

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

Components in tbar, dockedItems etc. #40

Closed scho closed 12 years ago

scho commented 12 years ago

Hi,

I tried to add a component to a tbar the following way:

def configuration
  super.merge({:tbar =>  [:my_combobox.component], ... })
end

component :my_combobox, ...

But it seems like that tbar, dockedItems, etc are not checked for NetzkeComponents, just the items property.

mxgrn commented 12 years ago

Fixed in 0-8.