Closed scho closed 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.
Fixed in 0-8.
Hi,
I tried to add a component to a tbar the following way:
But it seems like that tbar, dockedItems, etc are not checked for NetzkeComponents, just the items property.