ericabouaf / wireit

A javascript wiring library to create web wirable interfaces for dataflow applications, visual programming languages or graphical modeling.
http://neyric.github.io/wireit/docs/
Other
520 stars 90 forks source link

persist module category #30

Closed DerManoMann closed 12 years ago

DerManoMann commented 14 years ago

The module category property is not saved.

There are two places where this needs to be handled in WiringEditor: addModule: containerConfig.category = module.category;

Also, in FormContainer.getConfig() the category needs to be set, same as xtype is.

ericabouaf commented 14 years ago

do you have a patch ?

DerManoMann commented 14 years ago

I might be able to produce one sometime this week if that is soon enough. I would also suggest to add a category based class to the yui-accordion-panel elements on the left, so it is possible to create selectors for those too.